summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
2015-10-14Fix incremental xref stream.Simon Reinhardt
2015-10-14Fix pdf_create_document.Simon Reinhardt
2015-10-14pdf: Handle surrogate pairs in pdf_to_utf8.Tor Andersson
2015-10-14pdf: Flush text if content stream processing is cut short by errors.Tor Andersson
2015-10-02Don't stretch CJK substitute fonts.Tor Andersson
2015-10-02Fix 696148: Always create a glyph width table.Tor Andersson
2015-10-02Bug 696131: Detect some overflow conditionsRobin Watts
2015-10-02Bug 696129: Be more forgiving of broken files.Robin Watts
2015-10-02Reference count fz_outline struct.Robin Watts
2015-10-01Bug 696146: Improve pdf_repair to find /Root in new style XRefs.Robin Watts
2015-09-28Bug 696170: Fix typo.Robin Watts
2015-09-28Bug 696182: Fix Revision 6 PDF encryption.Robin Watts
2015-09-25Abort repairing if we cannot find any objects.Tor Andersson
2015-09-01Default to invert_cmyk_jpeg for all formats other than PDF.Tor Andersson
2015-08-27Support several levels of incremental xrefPaul Gardiner
2015-08-27Move objects to the incremental xref before changing themPaul Gardiner
2015-08-27In pdf_write_document, factor out init/fin of pdf_write_optionsPaul Gardiner
2015-08-27Fix bug in setting of opts->ofs_listPaul Gardiner
2015-08-27Add a deep-copy function for pdf objectsPaul Gardiner
2015-08-27Ensure the unsaved signatures list is held in ascending orderPaul Gardiner
2015-08-20Remove duplicate inclusions of headers.Sebastian Rasmussen
2015-07-31Use new fz_read_int functions.Tor Andersson
2015-07-28Reset xref object entry when repairing pdf objects.Sebastian Rasmussen
2015-07-27Handle out of range line join and line cap styles.Sebastian Rasmussen
2015-07-27Do not attempt to resolve indirect objects during pdf repairSebastian Rasmussen
2015-07-27Correctly compare PDF names with null, true and false.Sebastian Rasmussen
2015-07-27Limit font encoding differences to unicode.Sebastian Rasmussen
2015-06-29Further tweaks to fz_image handling.Robin Watts
2015-06-29Rejig the internals of fz_image slightly.Robin Watts
2015-06-05Fix mutool clean for FZ_LARGEFILE case.Robin Watts
2015-06-05Fix leak of doc->xref_index in mutool clean.Robin Watts
2015-06-02Fix FZ_LARGEFILE operation for large files with old style xrefs.Robin Watts
2015-05-25Bug 695949: Fix bug in pdf_dict_del.Robin Watts
2015-05-15pdf_dict_find optimisation.Robin Watts
2015-05-15Fix bug in pdf_dict_find.Robin Watts
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-04-16mutool clean -z option to compress streams.Tor Andersson
2015-04-16ASCIIHexEncode inline images during sanitization if do_ascii is set.Tor Andersson
2015-04-14Split fz_meta into separate querying functions.Tor Andersson
2015-04-09Remove the _no_run functions.Tor Andersson
2015-04-07Fix whitespace.Tor Andersson
2015-04-06Move the guts of pdfclean into the lib.Robin Watts
2015-04-03Pages created with pdf_create_page were duff.Robin Watts
2015-04-03Bug 694713: Avoid assert when using pdf_page_writeRobin Watts
2015-04-01fix bug #695895. Uninitialized variable in pdf_parse_file_specfredrossperry
2015-04-01Bug 693719: Attempt #2. Broken trailer repair.Robin Watts
2015-04-01Bug 693719: Improve repairing of files with broken trailers.Robin Watts
2015-03-30Bug 695892: Fix incremental updates of documents with xref streams.Robin Watts
2015-03-30Bug 695549: Avoid returning compressed buffer as uncompressed.Robin Watts
2015-03-25Fix silly typoRobin Watts