Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

How to get the PDF Form values when opening with PDFLayoutView

More
IP: 92.59.180.186 8 years 3 months ago #13852 by app2U
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.
More
IP: 37.183.44.177 8 years 3 months ago #13853 by nermeen
Dear Roger,

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

If not, you will need first to implement the RadaeePluginCallback.PDFControllerListener (for a guide check PDFViewController)
and then call
Code:
RadaeePluginCallback.getInstance().setControllerListener(mControllerListner);
More
IP: 92.59.180.186 8 years 3 months ago #13854 by app2U
Time to create page: 0.386 seconds
Powered by Kunena Forum