summaryrefslogtreecommitdiff
path: root/pdf/ghostpdf.c
Commit message (Expand)AuthorAgeFilesLines
* GhostPDF - fix Portfolio PDF with pdfwriteKen Sharp2023-04-201-0/+2
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* GhostPDF - Fix annotation visibility detection, improve -dPrinted.Ken Sharp2023-03-141-2/+2
* GhostPDF - tighten the search for a headerKen Sharp2022-12-211-3/+3
* GhostPDF - fix %PDF header parsingKen Sharp2022-12-141-3/+18
* GhostPDF - add some warnings to approximate the old interpreterKen Sharp2022-12-121-0/+12
* Fix memory squeezing detected issue when reporting PDF errors.Robin Watts2022-11-231-4/+8
* Cache bbox device for formatted string annotationsChris Liddell2022-09-151-0/+2
* GhostPDF - revise PageLabel handlingKen Sharp2022-08-251-5/+2
* Copy existing font objects for substitutionsChris Liddell2022-07-291-0/+2
* GhostPDF - cater for Encrypt entry being the null objectKen Sharp2022-07-261-3/+8
* GhostPDF - free dangling path on exitKen Sharp2022-07-151-0/+9
* SUBSTFONT functionalityChris Liddell2022-07-041-6/+11
* OSS_fuzz #48564Ken Sharp2022-07-011-1/+1
* GhostPDF - Handle Outlines in multiple input files with pdfwriteKen Sharp2022-05-311-0/+7
* Coverity IDs 378508, 378509, 378510Ken Sharp2022-05-221-3/+3
* GS + GhostPDF - make the circular reference error a standard errorKen Sharp2022-05-191-2/+2
* GhostPDF - revamp PDF information extractionKen Sharp2022-05-101-6/+143
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-3/+3
* oss-fuzz 46672: Avoid PS stack extensions from pdfi errorChris Liddell2022-04-141-1/+2
* Fixes the buffer overrun. To also fix the failure to find the startxrefKen Sharp2022-04-141-2/+10
* Maintain icc_profile_cache reference count....Chris Liddell2022-02-241-0/+2
* Switch pdf/ files from gs_sprintf to gs_snprintfChris Liddell2022-02-161-2/+2
* Move pdfi warning and error definitions into their own file.Robin Watts2022-02-161-77/+6
* pdfi_read_num: Tweak to error handling.Robin Watts2022-02-151-0/+31
* OSS Fuzz 42916: Fix memory squeezing double free.Robin Watts2022-01-261-1/+1
* OSS Fuzz 42916: Fix SEGV due to allocation failure.Robin Watts2022-01-241-0/+7
* OSS Fuzz 42916: Fix SEGV due to memory allocation failure.Robin Watts2022-01-241-4/+14
* Remove no longer required font object reference countingChris Liddell2022-01-201-2/+0
* oss-fuzz 43615: Keep a reference to the current pdfi fontChris Liddell2022-01-181-0/+1
* OSS-fuzz #43354 - Validate Default* colour spacesKen Sharp2022-01-101-1/+2
* OSS-fuzz #43264 - do not confuse images and masksKen Sharp2022-01-081-0/+1
* OS-fuzz #42718 - don't use ctx->Trailer directly.Ken Sharp2021-12-201-1/+6
* OSS-fuzz #42698 - Error if no Vertices specified in PolyLineKen Sharp2021-12-201-1/+1
* oss-fuzz 42448: Don't copy font from the PS to pdfi gstateChris Liddell2021-12-171-0/+6
* oss-fuzz 42268: Use memmove() rather than memcpy()Chris Liddell2021-12-141-1/+1
* Coverity IDs 374503 and 374504Ken Sharp2021-12-141-5/+5
* GhostPDF - fix memory leak in self-referencing dictionariesKen Sharp2021-12-131-0/+1
* pdfi: free the string body storage for GenericResourceDirChris Liddell2021-12-061-0/+3
* GhostPDF countdown font and cidfont maps on exit to avoid memory leakKen Sharp2021-11-261-0/+8
* pdfi: Implement the CIDSubstPath and CIDSubstFont optionsChris Liddell2021-11-251-0/+10
* Coverity ID 374253 - move use of gstate after creation checkKen Sharp2021-11-181-1/+6
* GhostPDF - clamp path co-ordinates as per GhostscriptKen Sharp2021-11-171-0/+1
* GhostPDF - Use the PRIdOFFSET macro for gs_offset_t typesKen Sharp2021-11-151-1/+1
* Fix reference counting for pdfnativefontmap dictChris Liddell2021-11-111-0/+2
* Support user specified Fontmap files in pdfiChris Liddell2021-11-091-1/+57
* GhostPDF - clamp invalid constant alpha valuesKen Sharp2021-11-081-0/+1
* GhostPDF - fix some warnings on WindowsKen Sharp2021-10-191-1/+1
* GhostPDF - don't flag parentheses errors when they aren't errorsKen Sharp2021-10-181-1/+1
* pdfi - report errors when integrated with GhostscriptKen Sharp2021-10-181-1/+1