summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf
AgeCommit message (Expand)Author
2018-02-27Remove pdf_xobject wrapper struct.Tor Andersson
2018-02-27Use fz_point for pdf_set_annot_ink_list and vertices too.Tor Andersson
2018-02-27Improve line ending style accessors.Tor Andersson
2018-02-27Add annotation QuadPoints creation functions.Tor Andersson
2018-02-27Add annotation Line access functions.Tor Andersson
2018-02-27Add annotation Vertices creation functions.Tor Andersson
2018-02-27Add annotation InkList creation functions.Tor Andersson
2018-02-27Remove typedef in favor of explicit enum keyword.Tor Andersson
2018-02-27Don't use constants larger than will fit in a signed int in enum.Tor Andersson
2018-02-12Expose detailed PDF permissions.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: break out function for obtaining hash bytesPaul Gardiner
2018-02-02Signature support: simplify pkcs7 api by the removal of byte ranges.Paul Gardiner
2018-02-02Signature support: separate pkcs7 specifics into a separate file.Paul Gardiner
2018-02-02Signature support: use an enum to report errors.Paul Gardiner
2018-01-31Add pdf_debug_obj function to quickly print objects from gdb command line.Tor Andersson
2018-01-31Add convenience functions to set dict/array values by primitives.Tor Andersson
2018-01-19Perform signature verification via fz_streamPaul Gardiner
2018-01-19Perform document signing via fz_stream and fz_outputPaul Gardiner
2018-01-05Enable saving of encrypted PDF files.Robin Watts
2017-12-13PDF object numbers need not be int64_t, int is sufficient.Sebastian Rasmussen
2017-12-13Bugs 698804/698810/698811: Keep PDF object numbers below limit.Sebastian Rasmussen
2017-12-13Add 'clean' option to pdfclean to clean (but not sanitize) content streams.Tor Andersson
2017-11-23Make time stamps 64-bit integers.Tor Andersson
2017-11-22Remove unused annotation function.Tor Andersson
2017-11-22jni/js: Add support for annotation modification dates.Sebastian Rasmussen
2017-11-22jni/js: Use correct text encoding in annotation author and contents.Fred Ross-Perry
2017-11-22Add pdf_new_text_string utility function.Tor Andersson
2017-11-22jni: Make sure to dirty annotation whenever it changes.Fred Ross-Perry
2017-11-14Ensure that after_text functions get ctm.Robin Watts
2017-11-06Expose text filtering through pdf_clean interface.Robin Watts
2017-11-06Use text state handling in pdf_filter_processor to filter text.Robin Watts
2017-11-06Extract text state handling from run pdf_processor.Robin Watts
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-24Improved overprint (simulation) control.Robin Watts
2017-10-24Look for changes to Default colorspaces in XObjects.Robin Watts
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-07-25Make it possible to check for properties of PDF annotations.Sebastian Rasmussen
2017-07-21Reuse pattern tiles when running PDF interpreter directly.Tor Andersson
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