summaryrefslogtreecommitdiff
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
...
* GhostPDF - implement PDF 2.0 feature Polyline with PathKen Sharp2022-12-211-32/+149
* GhostPDF - clear stack after colour operations inside type 3 'd1'Ken Sharp2022-12-211-0/+42
* GhostPDF - avoid supurious errors on XRefStmKen Sharp2022-12-211-4/+41
* GhostPDF - reword some more errorsKen Sharp2022-12-211-2/+2
* GhostPDF - don't ignore the 'repaired' warningKen Sharp2022-12-211-1/+1
* GhostPDF - don't return an error on an isolate 'ET'Ken Sharp2022-12-211-1/+3
* GhostPDF - tighten the search for a headerKen Sharp2022-12-211-3/+3
* GhostPDF - PDF 2.0, Halftones can be arraysKen Sharp2022-12-211-3/+38
* GhostPDF - warn if BBox missing in a Form XObjectKen Sharp2022-12-202-4/+14
* GhostPDF - check an allocationKen Sharp2022-12-201-0/+3
* GhostPDF - only set a 'bad pattern' warning for a lack of ResourcesKen Sharp2022-12-191-2/+5
* GhostPDF - remove parameter for MP operator on executionKen Sharp2022-12-191-1/+3
* GhostPDF - change unknown rendering intent into a warningKen Sharp2022-12-192-1/+6
* GhostPDF - warn if requested dereference generation not equal to xrefKen Sharp2022-12-192-0/+5
* GhostPDF - Ensure we start each page NOT in a text blockKen Sharp2022-12-192-0/+5
* GhostPDF - Add missing Font subtypesKen Sharp2022-12-191-1/+2
* GhostPDF - better detection of invalid Resource inheritanceKen Sharp2022-12-191-2/+7
* GhostPDF - fix earlier commit e5536d79a3806c939a0e8c699dc6167662aaf93bKen Sharp2022-12-191-1/+1
* GhostPDF - fix a signed/unsigned mismatchKen Sharp2022-12-181-3/+3
* Coverity ID 302418 - initialise a variable.Ken Sharp2022-12-171-1/+1
* GhostPDF - improve Resource finding.Ken Sharp2022-12-171-5/+8
* GhostPDF - reword some warningsKen Sharp2022-12-161-2/+2
* GhostPDF cast a type to fix a compiler warningKen Sharp2022-12-161-1/+1
* GhostPDF log error when ICCBased /N value does not match profileKen Sharp2022-12-162-8/+3
* GhostPDF - Log an error for fonts with bad Subtype valuesKen Sharp2022-12-162-0/+3
* GhostPDF - warn on attempts to access object 0Ken Sharp2022-12-161-1/+3
* GhostPDF - reduce severity of font warningKen Sharp2022-12-161-5/+5
* GhostPDF - give a warning for some kinds of broken fontKen Sharp2022-12-161-0/+5
* GhostPDF - avoid errors when running transparency groups for textKen Sharp2022-12-161-1/+12
* GhostPDF - Be prepared for fonts to be fonts, not dictionariesKen Sharp2022-12-162-17/+21
* GhostPDF - Fix stream /Length repair codeKen Sharp2022-12-161-0/+4
* GhostPDF - split out warning for images with string /Name objectsKen Sharp2022-12-162-1/+2
* GhostPDF - do not abort on ExtGState errors (unless PDFSTOPONERROR)Ken Sharp2022-12-152-19/+47
* GhostPDF - detect circular references when checking Resources for transparencyKen Sharp2022-12-151-0/+5
* GhostPDF - fix %PDF header parsingKen Sharp2022-12-142-3/+19
* GhostPDF - warn if FontName missing from FontDescriptorKen Sharp2022-12-144-0/+27
* GhostPDF - add another warningKen Sharp2022-12-141-0/+1
* Bug 706195: CIDType 2 - Avoid interpreting entire glyph for widthsChris Liddell2022-12-131-5/+11
* GhostPDF - more 'emulate the old interpreter' warningsKen Sharp2022-12-123-4/+20
* GhostPDF - add some warnings to approximate the old interpreterKen Sharp2022-12-123-1/+18
* GhostPDF - report bad object types when checking for transparency/spotsKen Sharp2022-12-122-0/+14
* GhostPDF - fix handling of missing white space between operatorsKen Sharp2022-12-092-20/+9
* GhostPDF - fix spurious circular reference error in annotationsKen Sharp2022-12-091-27/+0
* GhostPDF - Don't flag a warning on compressed Length 0 streamsKen Sharp2022-12-092-2/+14
* GhostPDF - substitute warnings for some more messaging in transparencyKen Sharp2022-12-082-7/+8
* GhostPDF - improve warnings when dealing with XObjectsKen Sharp2022-12-084-3/+16
* GhostPDF - more improvements in annotation error reportingKen Sharp2022-12-082-1/+6
* GhostPDF - Detect errors in XRefStm value in Hybrid filesKen Sharp2022-12-082-1/+3
* GhostPDF - improve error reporting with annotationsKen Sharp2022-12-082-2/+9
* GhostPDF + pdfwrite - Fix gstate inheritance for Type 3 font CharProcsKen Sharp2022-12-071-36/+17