summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-write.c
AgeCommit message (Expand)Author
2018-11-12Fix 699094: Never decompress JPX streams in mutool clean.Tor Andersson
2018-11-07Fix 700053: Add 'decrypt' option to pdf_save_document.Tor Andersson
2018-11-07Fix writing encrypted PDF files with 'decompress' option.Tor Andersson
2018-10-23Drop page upon exception cleaning content streams.Sebastian Rasmussen
2018-10-23Drop loaded object while writing hint stream.Sebastian Rasmussen
2018-10-23Remove extra blank lines.Tor Andersson
2018-10-23When copying streams drop resources upon exception.Sebastian Rasmussen
2018-08-28Avoid use of fixed size buffers for the digest when document signingPaul Gardiner
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-06-21Allow signature saving using pdf_write_documentPaul Gardiner
2018-04-25Remove document argument from pdf_new_primitive functions.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-03-22Use PDF object creation convenience functions.Tor Andersson
2018-02-06Include limits.h where INT_MAX/INT_MIN/PATH_MAX/UINT_MAX are used.Sebastian Rasmussen
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-01Bug 698908: Resize object use and renumbering lists after repair.Sebastian Rasmussen
2018-01-31Use convenience pdf dictionary/array creation functions.Tor Andersson
2018-01-19Perform document signing via fz_stream and fz_outputPaul Gardiner
2018-01-05Enable saving of encrypted PDF files.Robin Watts
2018-01-05Fix "being able to search for redacted text" bug.Robin Watts
2017-12-13Initialize generation numbers when saving a new pdf.Tor Andersson
2017-12-13Never write negative xref offsets when saving to PDF.Sebastian Rasmussen
2017-12-13Add 'clean' option to pdfclean to clean (but not sanitize) content streams.Tor Andersson
2017-11-22Add usage for missing options to pdf-write.Sebastian Rasmussen
2017-11-22Skip unnecessary newline when writing ASCII streams.Tor Andersson
2017-11-08Silence warning.Tor Andersson
2017-11-08Bug 689699: Avoid buffer overrun.Robin Watts
2017-11-08Bug 698689: Don't create a hint stream for a file with 0 pages.Robin Watts
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-12Some more consts.Tor Andersson
2017-10-05Remove unused code.Sebastian Rasmussen
2017-09-08Remove unnecessary fz_try()/fz_catch().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-31Always add newline before 'endstream' keyword for PDF/A compliance.Philipp Knechtges
2017-08-31Adjust PDF header for PDF/A compliance.Philipp Knechtges
2017-08-31Do not deflate metadata (necessary for PDF/A compliance).Philipp Knechtges
2017-07-06pdf: Drop object upon error while renumbering objects.Sebastian Rasmussen
2017-06-22Add const to pdf_toname.Tor Andersson
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-03-23Introduce fz_new_derived_...Robin Watts
2017-03-23Add fz_new_writer function.Robin Watts
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-01-17Fix typos.Sebastian Rasmussen