Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Planned SDK features
  • Page:
  • 1
  • 2

TOPIC:

Android PDF Viewer SDK 3.5.1 beta 8 years 9 months ago #9271

  • Davide
  • Davide's Avatar Topic Author
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
A new beta version has been published here

3.5.1beta2
- FIX loading bad PDF file: PDF file seek "startxref" to find cross reference table, In some case files has "startref" not "startxref"
- FIX issue for set colors for text field when text field has null text value.
- FIX an issue for PDF file saving.
- OPTIMIZED color blending codes.
- OPTIMIZED radial gradient filling.
- fixed an issue when using font delegate

3.5.1beta1:
- NEW feature: add Form object and add resources to Form.
- NEW class Document.DocForm
--DocForm.AddResImage
--DocForm.AddResFont
--DocForm.AddResGState
--DocForm.AddResForm
--DocForm.SetContent
- NEW method Document.NewForm()
- NEW method Page.AddResForm()
- NEW demo codes int module PDFReader: com.radaee.reader.PDFTesAct.test_form()
- java-doc updated.

Please Log in or Create an account to join the conversation.

Last edit: by Davide.

Android PDF Viewer SDK 3.5.1 beta3 8 years 8 months ago #9439

  • Davide
  • Davide's Avatar Topic Author
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
A new beta version has been published here
3.5.1beta3
- FIX the issue for empty page(empty arabic text page).
- FIX owner password issue for Document.EncryptAs()

Please Log in or Create an account to join the conversation.

Last edit: by Davide.

Android PDF Viewer SDK 3.5.1 beta4 8 years 8 months ago #9453

  • Davide
  • Davide's Avatar Topic Author
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
A new beta version has been published here
3.5.1beta4
- FIX issue for gradient page

Please Log in or Create an account to join the conversation.

Last edit: by Davide.

Android PDF Viewer SDK 3.5.1 beta5 8 years 8 months ago #9485

  • Davide
  • Davide's Avatar Topic Author
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
A new beta version has been published here
3.5.1beta5
- FIX crashed issue

Please Log in or Create an account to join the conversation.

Last edit: by Davide.

Android PDF Viewer SDK 3.5.1 beta5 8 years 7 months ago #9503

  • rômfer
  • rômfer's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 1
  • Thank you received: 0

Warning:com.radaee.view.PDFPageView: can't find referenced method 'float sqrt(float)' in library class android.util.FloatMath
Warning:com.radaee.view.PDFVPage: can't find referenced method 'float sqrt(float)' in library class android.util.FloatMath
Warning:com.radaee.view.PDFView: can't find referenced method 'float sqrt(float)' in library class android.util.FloatMath


I was trying to update to Android 6.0 SDK, and now the app doesn't build because of the errors above.
FloatMath was deprecate long ago, and now has been removed.

Please change from:
float x = FloatMath.sqrt(y);
to:
float x = (float)Math.sqrt(y);

Please Log in or Create an account to join the conversation.

Android PDF Viewer SDK 3.5.1 beta5 8 years 7 months ago #9504

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 692
  • Thank you received: 59
We're cleaning up code to get M compliance.
Stato tuned.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
  • 2
Powered by Kunena Forum