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

Re-Combining of the text stream does not work as - .x and .width are in different coordinate systems pdffont.js - width has some added magic number and additions - and...

I have a service that a 3rd party is sending me PDFs, which sometimes are invalid. I would like to reject them gracefully, providing some sort of feedback, but the...

`/Users/kumarak/Documents/reaxt/Umich_schedule_planner/Ani-React-Theme/node_modules/pdf2json/pdfparser.js:96 this.get_id = () => _id; ^ TypeError: Cannot set property 'get_id' of undefined at PdfParser (/Users/kumarak/Documents/reaxt/Umich_schedule_planner/Ani-React-Theme/node_modules/pdf2json/pdfparser.js:96:21) at Object. (/Users/kumarak/Documents/reaxt/Umich_schedule_planner/Ani-React-Theme/build/webpack:/server.js:80:9) at __webpack_require__ (/Users/kumarak/Documents/reaxt/Umich_schedule_planner/Ani-React-Theme/build/webpack:/webpack/bootstrap 6116393c83e95f4fdfa2:25:1) at /Users/kumarak/Documents/reaxt/Umich_schedule_planner/Ani-React-Theme/build/webpack:/webpack/bootstrap 6116393c83e95f4fdfa2:60:1 at Object. (/Users/kumarak/Documents/reaxt/Umich_schedule_planner/Ani-React-Theme/build/webpack:/webpack/bootstrap...

I am uploading the pdf file first and then trying to parse it using pdf.js but I get this error " details:"Error: PDFDocument: stream must have data". on console I...

Hi @modesty, When I read data from pdf file the output data is in the form of encoding format. Can you please take a look? [Periods.pdf](https://github.com/modesty/pdf2json/files/1095729/Periods.pdf) Code snippet: var pdfParser...

Hi, I was using this lib for last few months, but 2 days back i am unable to parse the pdfs. after enabling the logs i see following errors. Since...

I am using this module to get complete content from pdf in json format but only fields save in json format without content i am facing this issue , any...

I know PDF2JSON can extract form fields. But what would I need to modify in order to add values to the fields and save the new PDF? Thanks! Laurent

What is the matrix in: contextPrototype.getCoords_ This is a 3 x 3 matrix, where the passed x and y are used to obtain the coordinates used for the text, but...

I don’t know where I contact regarding pdfjson problem in ‘js’ generating file, My problem is when passing SPDF with Chinese language, the output ‘js’ file only contain diamonds and...