flexpaper / pdf2json

PDF2JSON is a conversion library based on XPDF (3.02) which can be used for high performance PDF page by page conversion to JSON and XML format. It also supports compressing data to minimize size. PDF2JSON is available for Windows, OSX and Linux. Please see https://flowpaper.com for more information
305 stars 52 forks source link

Reversing? JSON to PDF #16

Closed floor66 closed 7 years ago

floor66 commented 7 years ago

Is it at all possible to reverse the objective of this program: to generate a PDF from the given JSON?

flexpaper commented 7 years ago

No, this library does not do reversing of JSON to PDF

dezea commented 3 years ago

Is it at all possible to reverse the objective of this program: to generate a PDF from the given JSON?

Have you found a solution for this? I had a look at the json output and it can be done for sure with a little RE.

floor66 commented 3 years ago

Is it at all possible to reverse the objective of this program: to generate a PDF from the given JSON?

Have you found a solution for this? I had a look at the json output and it can be done for sure with a little RE.

No, I haven't. Truth be told I forgot what I needed this for...