summaryrefslogtreecommitdiff
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* GhostPDF, pdfwrite, graphics library - fix WMode usageKen Sharp2023-05-044-3/+22
* GhostPDF - fix reported embedding status of fontsKen Sharp2023-05-031-1/+1
* Graphics library - cleanup properly on failure to push pdf14 deviceKen Sharp2023-05-031-1/+0
* GhostPDF - fix buffer overrun reading corrupted CFF fontKen Sharp2023-05-011-1/+1
* GhostPDF - set the default for the key length when /V is 1Ken Sharp2023-04-251-5/+9
* Bug 706595: Use a more meaningful "fake" XUID for high level devicesChris Liddell2023-04-211-1/+1
* GhostPDF - fix Portfolio PDF with pdfwriteKen Sharp2023-04-204-12/+35
* GhostPDF - improve commit a099cd5cdb2854bcd722ceee25c99eb37ae3a12fKen Sharp2023-04-191-1/+1
* GhostPDF - clamp unsigned integers to maximum unsigned int, not signedKen Sharp2023-04-191-2/+2
* GhostPDF - preserve initial document view from PDF CatalogKen Sharp2023-04-152-0/+116
* Bug 706552: more tweaks of Type 1 encodingsChris Liddell2023-04-121-9/+17
* GhostPDF - avoid 32-bit overflow checking size of tableKen Sharp2023-04-111-1/+5
* GhostPDF - prevent buffer overrun when evaluating functionsKen Sharp2023-04-062-0/+15
* Update postal address in file headersChris Liddell2023-04-0490-240/+240
* GhostPDF - write 3-byte Unicode values with leading 0Ken Sharp2023-04-041-6/+6
* GhostPDF - fix another category of broken PDF filesKen Sharp2023-03-271-1/+9
* GhostPDF - specifically check for a fatal error return from InfoKen Sharp2023-03-141-1/+5
* GhostPDF - Fix annotation visibility detection, improve -dPrinted.Ken Sharp2023-03-143-4/+13
* GhostPDF - ignore null DecodeParamsKen Sharp2023-03-131-4/+7
* GhostPDF - Use the correct encryption configuration for streamsKen Sharp2023-03-131-1/+1
* Fix typo in pdf ToUnicode text handling.Robin Watts2023-03-081-1/+1
* Fix cut and paste error in warning.Robin Watts2023-03-031-2/+2
* Coverity ID 383603 - fix potential buffer overrunKen Sharp2023-03-021-1/+1
* pdfi/pdfwrite/txtwrite: Revisit endian confusion for Unicode valuesChris Liddell2023-03-014-42/+43
* Use GS_STRINGIZE() macro, rather than define a local versionChris Liddell2023-03-011-3/+1
* GhostPDF + pdfwrite - emit an Alternate for some ICCBased spaces.Ken Sharp2023-02-281-4/+339
* Tweak parameter testing to use an 'argis' macro.Robin Watts2023-02-281-39/+42
* Revise how the pdfi fontmap code checks a font file existsChris Liddell2023-02-273-17/+40
* Bug 706257: CIDFont glyph ordering issues with pdfi/pdfwriteChris Liddell2023-02-237-74/+206
* Bug 706316: Improve pdfi/pdfwrite font recognitionChris Liddell2023-02-233-16/+1
* oss-fuzz 56156: CFF - Allow for (the intended) 64 digit real numberChris Liddell2023-02-211-2/+2
* Fix typo in pdf_detect_language.Robin Watts2023-02-211-2/+2
* GhostPDF - Dest names need not be C stringsKen Sharp2023-02-171-5/+5
* GhostPDF - process a null object for the page of a /DestKen Sharp2023-02-152-11/+36
* Bug 706411: Refine Type 1 font Encoding "rules"Chris Liddell2023-02-141-7/+4
* GhostPDF - spot errors in hex strings in fonts/CMapsKen Sharp2023-02-141-2/+15
* pdfi: Fix a ref counting mistake in the page bbox handlingChris Liddell2023-02-101-0/+2
* GhostPDF - Fix visibility of some OCMDsKen Sharp2023-02-091-3/+40
* GhostPDF - fix type 3 font 'd0' argumentsKen Sharp2023-02-091-4/+4
* GhostPDF - intialise the 'ForOPDFRead' fieldKen Sharp2023-02-091-1/+2
* GhostPDF - Fix compiler warningsKen Sharp2023-02-041-2/+7
* GhostPDF - don't free a buffer on error, it has been freedKen Sharp2023-02-041-6/+3
* GhotsPDF - make ishex and fromhex inline functions and expose themKen Sharp2023-02-043-60/+36
* Bug 706315: Fix condition for explicit freeing of file enumeratorChris Liddell2023-01-101-0/+2
* GhostPDF - set some default values for type 1 fontsKen Sharp2023-01-101-1/+4
* GhostPDF - check for failure to open files when building font mapKen Sharp2023-01-101-1/+3
* GhostPDF - remove spurious spaces in comments with PDFDEBUGKen Sharp2023-01-051-2/+2
* Fix compiler warnings in pdf/Chris Liddell2023-01-044-14/+5
* oss-fuzz 54511: Clean up after processing annotations and acroformsChris Liddell2023-01-031-1/+13
* GhostPDF - bound check the W array values in an XRefStrmKen Sharp2023-01-031-2/+4