summaryrefslogtreecommitdiff
path: root/pdf/pdf_page.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* pdfi: Fix a ref counting mistake in the page bbox handlingChris Liddell2023-02-101-0/+2
* oss-fuzz 54511: Clean up after processing annotations and acroformsChris Liddell2023-01-031-1/+13
* GhostPDF - Ensure we start each page NOT in a text blockKen Sharp2022-12-191-0/+4
* GhostPDF - permit the Page dictionary to actually be a streamKen Sharp2022-12-021-4/+1
* GhostPDF - fix some page level error handlingKen Sharp2022-12-021-1/+1
* GhostPDF - honour STOPONERRORKen Sharp2022-11-281-2/+2
* GhostPDF - Preserve UserUnit when the output device supports itKen Sharp2022-11-071-2/+8
* Coverity ID 380512Ken Sharp2022-08-251-5/+14
* GhostPDF - revise PageLabel handlingKen Sharp2022-08-251-2/+0
* GhostPDF - Another memory leak fix with malfromed PDF files.Ken Sharp2022-08-241-1/+14
* GhostPDF - fix memory leak with malformed PDF filesKen Sharp2022-08-241-5/+35
* GhostPDF - validate all *Box entriesKen Sharp2022-08-091-5/+5
* OSS-fuzz 49511 - sanitize BoxesKen Sharp2022-07-281-13/+50
* GhostPDF - free names associated with Default spacesKen Sharp2022-07-151-0/+21
* GhostPDF - Fix Coverity warningsKen Sharp2022-05-111-0/+4
* GhostPDF - revamp PDF information extractionKen Sharp2022-05-101-40/+87
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-7/+7
* oss-fuzz 46672: Avoid PS stack extensions from pdfi errorChris Liddell2022-04-141-1/+1
* GhostPDF - Don't abort the page with errors on /GroupKen Sharp2022-04-071-1/+5
* GhostPDF - improve patttern performanceKen Sharp2022-04-021-0/+11
* * Fix mismatch of page group push and pop conditionMichael Vrhel2022-03-011-2/+2
* Rename pdfmark related functionsChris Liddell2022-02-171-1/+1
* Switch pdf/ files from gs_sprintf to gs_snprintfChris Liddell2022-02-161-1/+1
* oss 42962 pdf14 fatal errorMichael Vrhel2022-01-221-0/+1
* oss-fuzz 43615: Keep a reference to the current pdfi fontChris Liddell2022-01-181-0/+1
* Revert part of b98c81cMichael Vrhel2022-01-151-3/+1
* oss-fuzz 42751: Failures in pdf14 and in image color setupMichael Vrhel2022-01-121-1/+3
* OSS-fuzz #43354 - Validate Default* colour spacesKen Sharp2022-01-101-64/+2
* GhostPDF - fix memory leak on errors when closing a pageKen Sharp2021-12-061-8/+10
* Coverity IDs 374285, 374286 plus some tidying up of page reportingKen Sharp2021-11-241-1/+3
* GhostPDF - add a page count to the output to match GhostscriptKen Sharp2021-11-221-0/+1
* pdfi: Remove not required header include from a few source filesChris Liddell2021-09-151-1/+0
* GhostPDF - Don't error out on missing/bad MediaBoxKen Sharp2021-09-011-20/+13
* GhostPDF - implement NOSUBSTDEVICECOLORSKen Sharp2021-09-011-0/+3
* GhostPDF - Write *Box page entries to pdfwriteKen Sharp2021-08-231-0/+5
* Fix pdfi+GS with spot capable devicesKen Sharp2021-08-161-1/+1
* Coverity IDs 372259 and 372268Ken Sharp2021-08-141-24/+18
* GhostPDF - Tidy up headers in ghostpdf.hKen Sharp2021-08-131-0/+5
* Commit pdfi to master.Robin Watts2021-08-121-0/+927