[urgent] HTML to PDF and PDF to HTML
Hello everyone,
I am working on writing a Python code for converting PDF to HTML and vise-versa.
I have two questions:
- Does Adobe PDF services enable converting a PDF to an HTML file? if yes, could you please pass me the link if you have it. In fact I don't find the related link. Thank you!
- I am trying to write a code that creates PDF from HTML. using the instructions in this link (https://documentcloud.adobe.com/document-services/index.html#post-createPDF). but I strugle with how to precise the JSON field within "cpf:inputs > params > cpf:inline" of form parameters, containing this value: <script src='./json.js' type='text/javascript'></script>
I noticed that it was said that:
"In case of dynamic HTML this API allows you to capture the users unique data entries and then save it
as PDF. Collected data is stored in a JSON file, and the source HTML file must include <script src='./json.js' type='text/javascript'></script>."
Could you please help? thanks.
