- Posts: 962
- Thank you received: 87
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Planned SDK features
Android PDF Viewer SDK 3.9
9 years 4 months ago #11398
by nermeen
Android PDF Viewer SDK 3.9 was created by nermeen
A new version
3.9 RC1
has been published.
3.9.0RC1
native library
- NEW method Annotation.GetLinePoint() to get line annotation points.
- NEW marked PDFReader classes as Deprecated.
- NEW new interface: Annotation.SetStrokeDash()
- NEW interface DocGState.SetStrokeDash() to support dash stroke lines creation.
parameters defined in PDF-Reference 1.7
- ENHANCED support Arabic finding without case matching
- ENHANCED Global.Init accepts Context object as a parameter (the Context object must be derived from ContextWrapper, otherwise it may cause a crash in the native part that is using ContextWrapper, because Context.getPackageName() is abstract method, without implementation)
- FIX issue with multiline in free text annotation.
- FIX issue with attachment annotation in rotated page
- FIX issue with a bad string in certain pdf.
- FIX issue with horizontal line in spec PDF file
3.9.0RC1
native library
- NEW method Annotation.GetLinePoint() to get line annotation points.
- NEW marked PDFReader classes as Deprecated.
- NEW new interface: Annotation.SetStrokeDash()
- NEW interface DocGState.SetStrokeDash() to support dash stroke lines creation.
parameters defined in PDF-Reference 1.7
- ENHANCED support Arabic finding without case matching
- ENHANCED Global.Init accepts Context object as a parameter (the Context object must be derived from ContextWrapper, otherwise it may cause a crash in the native part that is using ContextWrapper, because Context.getPackageName() is abstract method, without implementation)
- FIX issue with multiline in free text annotation.
- FIX issue with attachment annotation in rotated page
- FIX issue with a bad string in certain pdf.
- FIX issue with horizontal line in spec PDF file
9 years 4 months ago #11420
by nermeen
Replied by nermeen on topic Android PDF Viewer SDK 3.9
A new stable version
3.9
has been published.
3.9.0
native library
- NEW method Annotation.GetLinePoint() to get line annotation points.
- NEW marked PDFReader classes as Deprecated.
- NEW new interface: Annotation.SetStrokeDash()
- NEW interface DocGState.SetStrokeDash() to support dash stroke lines creation.
parameters defined in PDF-Reference 1.7
- ENHANCED support Arabic finding without case matching
- ENHANCED Global.Init accepts Context object as a parameter (the Context object must be derived from ContextWrapper, otherwise it may cause a crash in the native part that is using ContextWrapper, because Context.getPackageName() is abstract method, without implementation)
- FIX issue with multiline in free text annotation.
- FIX issue with attachment annotation in rotated page
- FIX issue with a bad string in certain pdf.
- FIX issue with horizontal line in spec PDF file.
- FIX issue with invalid data in some pdfs.
3.9.0
native library
- NEW method Annotation.GetLinePoint() to get line annotation points.
- NEW marked PDFReader classes as Deprecated.
- NEW new interface: Annotation.SetStrokeDash()
- NEW interface DocGState.SetStrokeDash() to support dash stroke lines creation.
parameters defined in PDF-Reference 1.7
- ENHANCED support Arabic finding without case matching
- ENHANCED Global.Init accepts Context object as a parameter (the Context object must be derived from ContextWrapper, otherwise it may cause a crash in the native part that is using ContextWrapper, because Context.getPackageName() is abstract method, without implementation)
- FIX issue with multiline in free text annotation.
- FIX issue with attachment annotation in rotated page
- FIX issue with a bad string in certain pdf.
- FIX issue with horizontal line in spec PDF file.
- FIX issue with invalid data in some pdfs.
9 years 3 months ago #11535
by Rignanese
Replied by Rignanese on topic Android PDF Viewer SDK 3.9
Hi,
what is the alternative to
NEW marked PDFReader classes as Deprecated
?
what is the alternative to
NEW marked PDFReader classes as Deprecated
?
9 years 3 months ago #11545
by nermeen
Replied by nermeen on topic Android PDF Viewer SDK 3.9
The alternative is PDFLayoutView, check PDFViewAct used in RDPDFReader module.
The main difference is the improvment in the performance, and the higher zoom levels.
The main difference is the improvment in the performance, and the higher zoom levels.
Time to create page: 0.422 seconds