summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
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
2017-07-19Add some consts to color conversions.Robin Watts
2017-07-19Extend fz_colorspaces to better cope with DeviceN.Robin Watts
2017-07-19Rejig page separations interface.Robin Watts
2017-07-19Fix colorspace leaks with group colorspaces.Robin Watts
2017-07-20Use annotation color when synthesizing text annotations.Sebastian Rasmussen
2017-07-20Synthesize annotation appearance if normal appearance is absent.Sebastian Rasmussen
2017-07-17Non-isolated groups should use parent color spaceMichael Vrhel
2017-07-17Set colorspace name field.Tor Andersson
2017-07-17If page has no group then use output intent color spaceMichael Vrhel
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-07-06fz_var() variables must be initialized before fz_try.Sebastian Rasmussen
2017-07-06pdf: Avoid leaking indirect object upon error.Sebastian Rasmussen
2017-07-06pdf: Drop object upon error while renumbering objects.Sebastian Rasmussen
2017-07-06pdf: Drop cmap object in case of exception.Sebastian Rasmussen
2017-07-06pdf: If js interpreter fails, avoid loading document js.Sebastian Rasmussen
2017-07-06pdf: Drop font descriptor in case of error.Sebastian Rasmussen
2017-07-06Drop pdf processor graphics state upon error.Sebastian Rasmussen
2017-07-06pdf: Drop the collection schema dictionary in case of error.Sebastian Rasmussen
2017-07-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-07-03Avoid leaking an fz_stream for every unknown crypt handler.Robin Watts
2017-07-03Don't leak cmap->tree if we abort cmap loading before sort.Robin Watts
2017-06-29pdf: Drop appearance stream content buffer upon error.Sebastian Rasmussen
2017-06-28Throw on overly long PDF names.Sebastian Rasmussen
2017-06-28Always drop repaired dictionary in case of error.Sebastian Rasmussen
2017-06-27pdf: Avoid causing segfault if image object cannot be preloaded.Sebastian Rasmussen
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-06-22Add const to pdf_toname.Tor Andersson