pdf2json icon indicating copy to clipboard operation
pdf2json copied to clipboard

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. PDF...

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

The latest 1.3.1 version of pdf2json shows this when I update: ``` npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=14.18.0","npm":">=6.14.15"} (current: {"node":"14.18.1","npm":"6.14.12"}) npm WARN notsup Not compatible with your...

pdf2json has been working for me with most PDFs however I recently came across a book where the JSON files are empty of any content. Wondering if you have any...

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...

$ ./pdf2json 01-Stack-buffer-overflow-XRef-fetch.pdf ASAN:SIGSEGV ================================================================= ==89368==ERROR: AddressSanitizer: stack-overflow on address 0x7ffc9d6bcfe0 (pc 0x7f2cf5cba26e bp 0x000000000018 sp 0x7ffc9d6bcfd0 T0) #0 0x7f2cf5cba26d (/usr/lib/x86_64-linux-gnu/libasan.so.2+0xb026d) #1 0x7f2cf5cb9d67 (/usr/lib/x86_64-linux-gnu/libasan.so.2+0xafd67) #2 0x7f2cf5c2cf4f (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x22f4f) #3 0x7f2cf5ca34fe in...

$ ./pdf2json 00-NULL-pointer-dereference-ObjectStream-getObject.pdf Error (1853): Dictionary key must be a name object Error (1860): Dictionary key must be a name object ASAN:SIGSEGV ================================================================= ==88712==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000...

We have noticed an issue where in somes cases pieces of our text are joined by periods into one massive word, rather than split by spaces into individual array members,...

Hi I am try to generate js file form Chinese pdf using command prompt,ii will get error like font CMap missing for Chinese C:\Program Files (x86)\PDF2JSON>pdf2json.exe "C:\Users\Aravind\Desktop\New folder\11Apr2017103943_1.pdf" -enc UTF-8...

Hi, I found that pdf2json (commit b671b64) crashes with the attached file (pdf2json_crash.pdf) which has syntax errors. The crash was observed on Ubuntu 18.04.3 with kernel 4.15.0-72-generic and x86_64. The...

We’ve fuzzed pdf2json with AFL and found some crashes on ObjectStream::getObject. gdb says : ~~~ Error (35014): Dictionary key must be a name object Error (35021): Dictionary key must be...

**g++ version:** g++ (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 **pdf2json version:** 0.70 **chunck of the trace:** ``` ImgOutputDev.cc:833:66: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] glMetaVars->append(new HtmlMetaVar("generator", "pdf2json...