Hi Developers/Engineers,
I have a question regarding uploading a PDF document and identifying it to see if it is a Static or Dynamic PDF file. I saw a similar old question below, but is there a different way of handling this use case?
How can this be done in JAVA or JS. The code already exists to upload the PDF form to the file system, but how can the PDF form properties be read to identify if it is static or Dynamic. When PDF form is opened in the Designer 6.5's File | Form Properties | Server, the 'Default PDF Render Format' shows if the PDF is Dynamic XML Form or Static Form. Is there a way to read this Form property programmatically?
Thanks for the help.
Leena
Solved! Go to Solution.
Views
Replies
Total Likes
You can retrieve the information about the formType using this API[0]. More details about the set of methods are here[1]. You can also get this information using Workbench process using the same service.
I can retrieve the Form type Dynamic or static using this method.
Hope this helps!
You can retrieve the information about the formType using this API[0]. More details about the set of methods are here[1]. You can also get this information using Workbench process using the same service.
I can retrieve the Form type Dynamic or static using this method.
Hope this helps!
Hi Pulkit,
Thanks for the quick response. Is it possible to have a sample code that I can test and apply in my environment..
Thanks,
Leena
Please check your DM.
Views
Likes
Replies
Views
Likes
Replies