Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1

TOPIC:

How to get the PDF Form values when opening with PDFLayoutView 5 years 10 months ago #13852

  • app2U
  • app2U's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 0
I have seen that com.radaee.util.RadaeePDFManager has the method getJsonFormFields() to retrieve the values of a Form PDF.

I am opening the PDF with PDFLayoutView class, so I'm not able to call the RadaeePDFManager method.

How can I get the values of a PDF form if I am using PDFLayoutView class?
Is there a way to attach the RadaeePDFManager to a PDFLayoutViewClass (in order to use the json method)?

Thanks in advance, Roger.

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

How to get the PDF Form values when opening with PDFLayoutView 5 years 10 months ago #13853

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
Dear Roger,

If you are using the demo implementation, you can call
RadaeePluginCallback.getInstance().onGetJsonFormFields()

If not, you will need first to implement the RadaeePluginCallback.PDFControllerListener (for a guide check PDFViewController)
and then call
RadaeePluginCallback.getInstance().setControllerListener(mControllerListner);
The following user(s) said Thank You: app2U

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

How to get the PDF Form values when opening with PDFLayoutView 5 years 10 months ago #13854

  • app2U
  • app2U's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 0
Thank you very much!

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

  • Page:
  • 1
Powered by Kunena Forum