summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf
AgeCommit message (Expand)Author
2017-07-19Rejig page separations interface.Robin Watts
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-06-22Add const to pdf_toname.Tor Andersson
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-06-16Strip doc out of color space load methodMichael Vrhel
2017-06-06Rename misnamed pdf object graft map keep interface.Sebastian Rasmussen
2017-06-03Tweak pdf_graft_map API.Robin Watts
2017-06-03Add pdf_keep_document.Robin Watts
2017-06-03Add documentation for pdf_processors.Robin Watts
2017-04-27Remove fz_function abstract structure.Tor Andersson
2017-04-20Add annotation interfaces for open state/icon name/line endings.Sebastian Rasmussen
2017-04-20js: Push annotation error handling down to library.Sebastian Rasmussen
2017-04-18Use splay trees for loading/merging cmaps.Robin Watts
2017-04-11Bug 697662: Support named actions to first/last/next/previous page.Sebastian Rasmussen
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-15Add PDF_ANNOT_UNKNOWN enum.Tor Andersson
2017-03-03pdf: Additional entries in Mac OS Roman encoding not in MacRomanEncoding.Tor Andersson
2017-03-01Add page lookup cache for faster link destination lookups in outlines.Tor Andersson
2017-02-23Improve return codes from pdf_authenticate_password.Robin Watts
2017-01-17Fix typos.Sebastian Rasmussen
2017-01-09Remove some dead code.Tor Andersson
2016-12-16Bug 697412: When repairing, forget the previous xref.Tor Andersson
2016-12-12Make more pdf functions private.Tor Andersson
2016-12-12PDF Portfolio support.Robin Watts
2016-12-12Change pdf_dict_put_val to pdf_dict_put_val_null.Tor Andersson
2016-11-22Fix const compiler warning.Sebastian Rasmussen
2016-11-16pdf: Add x and y output parameters to pdf_lookup_anchor.Tor Andersson
2016-11-16pdf: Add 'compressed/raw' flag to pdf_add_stream.Tor Andersson
2016-11-14Continued Layer API work.Robin Watts
2016-11-14Add/fix page coordinates to link targets.Tor Andersson
2016-11-14Add optional 'object' argument to pdf_add_stream.Tor Andersson
2016-11-11Add pdf_layer configuration API.Robin Watts
2016-11-08Fix android warnings.Tor Andersson
2016-10-28Clean up link destination handling.Tor Andersson
2016-10-07pdf: Separate functions to read text strings and text streams as UTF-8.Tor Andersson
2016-10-07pdf: Remove unneccessary document argument to pdf_to_utf8 etc.Tor Andersson
2016-10-07Add annotation editing functions and clean interface of existing ones.Tor Andersson
2016-10-07Remove separate tmp/deleted/changed annotation lists.Tor Andersson
2016-09-23Clean up annotation enum names.Tor Andersson
2016-09-22Bug 697015: Avoid object references vanishing during repair.Robin Watts
2016-09-16Tweak store handling of PDF document destroy.Robin Watts
2016-09-01pdf: Load/open streams by indirect reference object when possible.Tor Andersson
2016-09-01Simplify PDF resource caching table handling.Tor Andersson
2016-08-24Add pdf_array_find to look up the index of an object in an array.Tor Andersson
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-07-08Slim pdf_xobject: remove cached colorspace field.Tor Andersson
2016-07-08Slim pdf_xobject: remove cached document field.Tor Andersson
2016-07-08Slim pdf_xobject: remove cached transparency/isolated/knockout fields.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached matrix field.Tor Andersson