summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf
AgeCommit message (Expand)Author
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
2016-07-08Slim pdf_xobject struct: remove cached bbox field.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached resources field.Tor Andersson
2016-07-08Slim pdf_xobject struct: Rename me to obj.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached page_ctm field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached inv_page_ctm field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached annot_type and widget_type fields.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached matrix field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached rect field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached pagerect field.Tor Andersson
2016-07-06Start slimming pdf_page.Tor Andersson
2016-07-06Add fitz to pdf downcasting functions for pages and annotations.Tor Andersson
2016-07-06Fix garbage collection and page grafting for indirect reference chains.Tor Andersson
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-07-06pdf: Flatten inheritable page properties when copying pages.Tor Andersson
2016-06-22Tweak PDF annot API.Robin Watts
2016-06-22Add support for getting additional annotation informationMichael Vrhel
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-16Return options struct argument from pdf_parse_write_options.Tor Andersson
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-06-13Add pdf_write_document.Robin Watts
2016-06-13Bug 696822: Refuse to save a pdf file incrementally if it would break.Robin Watts