pdf2json icon indicating copy to clipboard operation
pdf2json copied to clipboard

converts binary PDF to JSON and text, for server-side PDF processing and command-line use.

Results 108 pdf2json issues
Sort by recently updated
recently updated
newest added

I have written a simple tool to generate tables from the json data with parsing text axis and lines data. It works well, but I found some of the texts...

what's meaning about 'w' and 'sw' field in 'Texts' in JSONData

Does this library support parsing of an encrypted PDF file? An PasswordException is thrown with message 'no password is given', but I can't find anywhere how to supply the password....

all other elements extracted appear to match up against an actual pdf viewed in gv when scaling the numbers properly, text elements however always have their point far above the...

I'm getting `An error occurred while parsing the PDF: stream must have data` when running basic code. In my root folder where I've got my `index.js`, I've got a file...

Hi guys, I am trying to find signatures in a document by checking each line and seeing if it has the code signature however when doing that I noticed it...

I'm having problems with fonts in the pdffont.js file. The font I need to add is times new roman. I couldn't add it and in the main sources I didn't...

When I look at the pdfData.formImage object there are no text blocks, but getRawTextContent() returns the strings that I expect to see. I'm not very familiar with how/if the implementation...

I have this problem for some PDFs. It generates a text element for each character. In other pdfs the text element is running returning the grouped texts correctly. Would anyone...

The link to `open code of conduct` is broken in README.md