summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
2017-10-24Avoid security warning.Robin Watts
2017-10-24Improved overprint (simulation) control.Robin Watts
2017-10-24Fix "CompatibleOverprint" blend mode.Robin Watts
2017-10-24Fix separation finding code.Robin Watts
2017-10-24Look for changes to Default colorspaces in XObjects.Robin Watts
2017-10-24Don't apply default decode array to ICC Lab image data.Robin Watts
2017-10-24Change colorspace 'device_n' field to be a flags word.Robin Watts
2017-10-24Logic for Sep and DeviceN colorspaces with C,M,Y, or K.Michael Vrhel
2017-10-16Print warning when PDF version number is not a known version.Tor Andersson
2017-10-16Check for integer overflow when validating new style xref Index.Tor Andersson
2017-10-13Simple PCLm device.Robin Watts
2017-10-12Don't cache page count in pdf_document.Tor Andersson
2017-10-12Fix reference counting error in pdf_add_page.Tor Andersson
2017-10-12Some more consts.Tor Andersson
2017-10-05Remove unused code.Sebastian Rasmussen
2017-10-05Remove shadowed variables.Sebastian Rasmussen
2017-10-04Mark another variable fz_var(), avoiding optimization.Sebastian Rasmussen
2017-10-02Drop stream upon error in inline stream.Sebastian Rasmussen
2017-10-02Make sure to drop chain upon error in raw and crypto filters.Sebastian Rasmussen
2017-09-25Bug 698592: Mark variable fz_var(), avoiding optimization.Sebastian Rasmussen
2017-09-22Skip to next whitespace character instead of aborting when repairing PDF.Tor Andersson
2017-09-20gl: Scroll to link coordinates when following links.Tor Andersson
2017-09-13Consistently drop filter chain upon error.Sebastian Rasmussen
2017-09-13Remove old workaround.Sebastian Rasmussen
2017-09-13Do not lie.Sebastian Rasmussen
2017-09-12Fix leaks upon error while copying array/dict.Sebastian Rasmussen
2017-09-08Update fz_separations equivalent color mechanism.Robin Watts
2017-09-08Remove unnecessary fz_try()/fz_catch().Sebastian Rasmussen
2017-09-07Use dict_put_drop/array_push_drop wherever possible.Sebastian Rasmussen
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-08-31Always add newline before 'endstream' keyword for PDF/A compliance.Philipp Knechtges
2017-08-31Adjust PDF header for PDF/A compliance.Philipp Knechtges
2017-08-31Do not deflate metadata (necessary for PDF/A compliance).Philipp Knechtges
2017-08-17Fix 698357: Strip alpha and spot channels when saving PDF images.Tor Andersson
2017-08-17Add FZ_REPLACEMENT_CHARACTER define for U+FFFD character.Tor Andersson
2017-08-16Bug 698168: Add support for writing indexed images to pdfs.Sebastian Rasmussen
2017-08-16Add bits per component parameter for flate and lzw compressed images.Sebastian Rasmussen
2017-08-16Add pdf filter parameters to DecodeParms when writing images.Sebastian Rasmussen
2017-08-15Avoid using unsupported alternate form printing of hex number.Sebastian Rasmussen
2017-08-09Remove redundant (and incomplete) checks when encountering OCGs.Tor Andersson
2017-08-02Bug 698279: Throw exception if xref object number offset too big.Sebastian Rasmussen
2017-07-27Remove unnecessary check of colorspace pointer.Sebastian Rasmussen
2017-07-27Fix overprint detection in pdf interpreter.Robin Watts
2017-07-27Avoid leaking colorspaceRobin Watts
2017-07-25Omit drawing annotations that are not opened.Sebastian Rasmussen
2017-07-25Make it possible to check for properties of PDF annotations.Sebastian Rasmussen
2017-07-24Fix ordering of quadpoints in highlight synthesis.Tor Andersson
2017-07-21Reuse pattern tiles when running PDF interpreter directly.Tor Andersson
2017-07-21Fix 698210: Remove superfluous recursion check in pdf_load_embedded_cmap.Tor Andersson
2017-07-19Fix use-after-free of default colorspaces.Robin Watts