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

Hi, I use pdf2json to parse some pdfs, which contain week-tables. However, after I parse the files, there’s a strange behavior - some of the words are separated in the...

Hi, Thanks a lot for your lib, it is amazing. However, can you tell me if it is possible for me to extract the targeted page number of Link? For...

From time to time I got this error message ```An error occurred while parsing the PDF: stream must have data```. Some time I pass all pdfs without error and some...

I have a server that run four process to handler client side pdf. I found that when client side send a 10mb pdf file, one process will used 400mb memory...

Hey is there any way to convert the json back to a pdf after modifying it?

Hi, is there a way to get every Word (divided by space) and its coordinates? I want to find the coordinates of specific words so i can draw a recantlge...

I have created pdf using MS-WORD in that I have headings of paragraph are formatted as "Heading 1", "Heading 2" but it is not captured in json.

Is there any way I can get absolute coordinate of the text. Currently pdf2json is giving me relative coordinates. I want to place an image at the coordinates I get.