Copy link to clipboard
Copied
The PDF extract API extracts info of different elements from a pdf an forms a JSON for it.
Is there a reverse API available, which accepts the JSON in the same format as extracted above and creates a PDF using it?
I am trying to replace the original text with a different text here. If not, how to create a pdf from the JSON available.
Did you read what Joel said above?
Copy link to clipboard
Copied
At this time, we do not convert from JSON to PDF. JSON alone does not contain any page layout directives so we really can't.
Copy link to clipboard
Copied
is th api available now ? its been 2 years.
Copy link to clipboard
Copied
Did you read what Joel said above?
Copy link to clipboard
Copied
Did you found any answer for this?
Copy link to clipboard
Copied
The answer is that you can't. The JSON alone does not contain any page layout directives.
Copy link to clipboard
Copied
Ok, Do it possible to using the API "Extract Text and Tables and Character Bounding Boxes (w/ Renditions)". It will provide the stuctured JSON Then modify the text into this json and create back the pdf.
Do this JSON contains the full style and format information?
Copy link to clipboard
Copied
One workaround you could try:
If you have a Word template version of the PDF you're trying to replicate, you can set up tags where data needs to be filled in and use Document Generation API w/ the JSON file to automatically generate Word docs or PDFs.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now