summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/page.h
AgeCommit message (Expand)Author
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2017-12-13Add 'clean' option to pdfclean to clean (but not sanitize) content streams.Tor Andersson
2017-11-06Expose text filtering through pdf_clean interface.Robin Watts
2017-10-24Improved overprint (simulation) control.Robin Watts
2017-10-24Look for changes to Default colorspaces in XObjects.Robin Watts
2017-09-20Remove comment markers about interfaces not throwing exceptions.Sebastian Rasmussen
2017-07-19Rejig page separations interface.Robin Watts
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-03-01Add page lookup cache for faster link destination lookups in outlines.Tor Andersson
2017-01-09Remove some dead code.Tor Andersson
2016-11-16pdf: Add x and y output parameters to pdf_lookup_anchor.Tor Andersson
2016-11-14Add/fix page coordinates to link targets.Tor Andersson
2016-11-11Add pdf_layer configuration API.Robin Watts
2016-10-07Remove separate tmp/deleted/changed annotation lists.Tor Andersson
2016-07-06Start slimming pdf_page.Tor Andersson
2016-07-06pdf: Flatten inheritable page properties when copying pages.Tor Andersson
2016-04-26Update mutool clean sanitize to clean annotations too.Robin Watts
2016-01-08pdf: Add function to look up the page for a named destination.Tor Andersson
2015-04-16ASCIIHexEncode inline images during sanitization if do_ascii is set.Tor Andersson
2015-04-03Bug 694713: Avoid assert when using pdf_page_writeRobin Watts
2015-03-23Pass context to pdf_page_contents_process callback.Tor Andersson
2015-02-25Add post processing option to page operator cleaning.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-03-19Add routine to clean pdf content streams for pages.Robin Watts
2013-11-08Use an end pointer for the annotation list to avoid unnecessary iterationPaul Gardiner
2013-07-19Initial work on progressive loadingRobin Watts
2013-07-11Implement dynamic page tree lookups.Tor Andersson
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-18Split pdf.h into subheaders.Tor Andersson