summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/document.h
AgeCommit message (Expand)Author
2018-11-12Remove bitrotted and not working PDF portfolio code.Tor Andersson
2018-11-12Clean up pdf-portfolio.cTor Andersson
2018-11-12Fix 697728: Use UTF-8 strings in PDF portfolio functions.Tor Andersson
2018-11-07Fix 700053: Add 'decrypt' option to pdf_save_document.Tor Andersson
2018-08-28Avoid use of fixed size buffers for the digest when document signingPaul Gardiner
2018-08-10Rejig pdf_update_page and pdf_update_annot.Tor Andersson
2018-07-17Disallow incremental updating for documents that have hybrid xrefsPaul Gardiner
2018-07-17Fix memory leaks in document signing functionsPaul Gardiner
2018-07-05Pass rects by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-07-05Return true if any annots have new APs in pdf_update_page.Tor Andersson
2018-03-22Load most annotations, even if they are missing appearances.Tor Andersson
2018-02-02Signature support: code-style and typo fixesPaul Gardiner
2018-02-02Signature support: decouple mupdf from the pkcs7 implementationPaul Gardiner
2018-02-02Signature support: separate pkcs7 specifics into a separate file.Paul Gardiner
2018-01-05Enable saving of encrypted PDF files.Robin Watts
2017-12-13Add 'clean' option to pdfclean to clean (but not sanitize) content streams.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-12Don't cache page count in pdf_document.Tor Andersson
2017-10-12Fix pdf_widget/pdf_annot typedefs. They are the same struct.Tor Andersson
2017-09-20Remove comment markers about interfaces not throwing exceptions.Sebastian Rasmussen
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael 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-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
2016-12-16Bug 697412: When repairing, forget the previous xref.Tor Andersson
2016-12-12PDF Portfolio support.Robin Watts
2016-11-14Continued Layer API work.Robin Watts
2016-11-11Add pdf_layer configuration API.Robin Watts
2016-10-07Remove separate tmp/deleted/changed annotation lists.Tor Andersson
2016-09-22Bug 697015: Avoid object references vanishing during repair.Robin Watts
2016-09-01Simplify PDF resource caching table handling.Tor Andersson
2016-07-06Add fitz to pdf downcasting functions for pages and annotations.Tor Andersson
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
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
2016-05-20murun: Add graftObject to javascript bindings.Tor Andersson
2016-05-06Fix pdf_delete_page_range.Robin Watts
2016-04-27Tweak pdf-write option handling.Tor Andersson
2016-04-26Change order of arguments to pdf_add_page etc.Tor Andersson
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
2016-03-01Don't use pdf_page struct when creating pages.Tor Andersson
2016-03-01Rename pdf_close_document to pdf_drop_document.Tor Andersson
2016-03-01Add const to filename string.Tor Andersson
2016-02-29Pass mediabox to pdf_create_page by const pointer, and pass resources.Tor Andersson