summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-xref.c
AgeCommit message (Expand)Author
2018-02-27Recognize Adobe illustrator files as PDF format.Tor Andersson
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-02-01Do not allow out of range object numbers inside object stream.Sebastian Rasmussen
2018-02-01Skip objects inside object streams whose object ids are out of range.Sebastian Rasmussen
2018-02-01Remove redundant seek in stream.Sebastian Rasmussen
2018-02-01Bug 698830: Avoid recursion when loading object streams objects.Sebastian Rasmussen
2018-01-31Use convenience pdf dictionary/array creation functions.Tor Andersson
2018-01-31Bug 698916: Indirect object numbers must be in range.Sebastian Rasmussen
2018-01-23Bug 698885: When parsing PDF version, make sure to initialize buffer.Sebastian Rasmussen
2017-12-13Validate that /Size in trailer is in range.Sebastian Rasmussen
2017-12-13PDF object numbers need not be int64_t, int is sufficient.Sebastian Rasmussen
2017-12-13Define constant INT64_MAX where int64_t is declared.Sebastian Rasmussen
2017-12-13Move xref section recursion check, simplifying code.Sebastian Rasmussen
2017-12-13Rephrase messages, clarify variable names and remove unused code.Sebastian Rasmussen
2017-12-13Bugs 698804/698810/698811: Keep PDF object numbers below limit.Sebastian Rasmussen
2017-11-08Bug 698704: Fix for overflow check failing due to 'clever' compiler.Robin Watts
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-16Print warning when PDF version number is not a known version.Tor Andersson
2017-10-16Check for integer overflow when validating new style xref Index.Tor Andersson
2017-10-13Simple PCLm device.Robin Watts
2017-10-12Don't cache page count in pdf_document.Tor Andersson
2017-10-05Remove shadowed variables.Sebastian Rasmussen
2017-09-07Use dict_put_drop/array_push_drop wherever possible.Sebastian Rasmussen
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-08-15Avoid using unsupported alternate form printing of hex number.Sebastian Rasmussen
2017-08-02Bug 698279: Throw exception if xref object number offset too big.Sebastian Rasmussen
2017-07-06fz_var() variables must be initialized before fz_try.Sebastian Rasmussen
2017-06-22Add const to pdf_toname.Tor Andersson
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-06-16Drop pdf document if creation fails.Sebastian Rasmussen
2017-06-16Do not throw exception when dropping pdf document.Sebastian Rasmussen
2017-06-03Add pdf_keep_document.Robin Watts
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-04-27Typedef function pointers consistently.Tor Andersson
2017-04-27Move fz_outline and pdf_xref debug printing to pdfshow.cTor Andersson
2017-04-27Use FZ_SEEK_SET macros for fz_seek.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-13Move extension/mimetype detection to common function.Sebastian Rasmussen
2017-03-28Return fz_document from all document handlers.Sebastian Rasmussen
2017-03-23Introduce fz_new_derived_...Robin Watts
2017-03-01Add page lookup cache for faster link destination lookups in outlines.Tor Andersson
2017-01-17Fix typos.Sebastian Rasmussen
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-12-23Don't add bogus entries when pdf_update_object is called with NULL.Tor Andersson
2016-12-19Make pdf_trailer() return NULL if there is no xref.Sebastian Rasmussen
2016-12-16Also repair object streams when repairing on the fly.Tor Andersson
2016-12-16Bug 697412: When repairing, forget the previous xref.Tor Andersson
2016-12-12PDF Portfolio support.Robin Watts
2016-11-16pdf: Add 'compressed/raw' flag to pdf_add_stream.Tor Andersson