Skip to main content
Participating Frequently
July 19, 2021
Question

[urgent] HTML to PDF and PDF to HTML

  • July 19, 2021
  • 1 reply
  • 309 views

Hello everyone,

I am working on writing a Python code for converting PDF to HTML and vise-versa.

I have two questions:

  1. 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!
  2. 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.

This topic has been closed for replies.

1 reply

Participating Frequently
October 14, 2021

I just want to figure out how to do HTML to PDF. I have an e-portfolio I created for a degree and I want to be able to show it around before they start charging me money every year to maintain it. That and I want a hard copy. It's like a Thesis.