summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-write.c
AgeCommit message (Expand)Author
2016-02-22Fix flaw in printing objects.Robin Watts
2016-02-22Add some helpful debugging code to the mark and sweep code.Robin Watts
2016-01-20Various formatting cleanups.Tor Andersson
2015-12-18Remove fz_save_document and use pdf_save_document directly instead.Tor Andersson
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-10-14Fix incremental xref stream.Simon Reinhardt
2015-08-27Support several levels of incremental xrefPaul 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-06-05Fix mutool clean for FZ_LARGEFILE case.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-03-25Bug 695864: Avoid assertion if a file is saved incrementally twice.Robin Watts
2015-03-25Fix Mutool; was broken due to printf changes.Robin Watts
2015-03-24Update our printf to cope with various useful extensions.Robin Watts
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.Tor Andersson
2015-03-20Automatically update /Length and /Filter in pdf_update_stream.Tor Andersson
2015-03-01Bug 695658: Fix crash with mutool clean -l -aRobin Watts
2015-02-27Bug 695853: Fix pdf clean operation with invalid refs in input file.Robin Watts
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-11-26Change xref representation to cope better with sparse xrefs.Robin Watts
2014-07-18Bug 695271: fix incremental updates for files without final linebreakSimon Bünzli
2014-06-09Fix 695300: don't throw exception on invalid reference number.Tor Andersson
2014-05-07truncate the xref after compactingSimon Bünzli
2014-03-19Add routine to clean pdf content streams for pages.Robin Watts
2014-01-13More fixes for PDF clean.Robin Watts
2014-01-10Solve SEGV in mutool clean with fuzzed file.Robin Watts
2014-01-06fix various MSVC warningsSimon Bünzli
2013-09-30make pdf_write_document again accept NULL for fz_optsSimon Bünzli
2013-09-27preserve /Encrypt for documents with streamed xrefsRobin Watts
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-08-27A few updates to signing supportPaul Gardiner
2013-08-22Add support for writing of xref streamsPaul Gardiner
2013-08-13Signature creationPaul Gardiner
2013-07-19Initial work on progressive loadingRobin Watts
2013-07-11Implement dynamic page tree lookups.Tor Andersson
2013-07-04Update pdf_write_document to support incremental updatePaul Gardiner
2013-07-03Rename pdf_set_objects_parent_num to pdf_set_obj_parentRobin Watts
2013-07-02Fix "mutool clean -ggg" operation.Robin Watts
2013-06-28Add array_insert_drop and array_delete functions.Tor Andersson
2013-06-28Ensure altered objects are moved to the incremental xref sectionPaul Gardiner
2013-06-27Move to using a flags bit rather than "Dirty" dict entries.Robin Watts
2013-06-26Silence compiler warnings.Tor Andersson
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-25Update pdf_obj's to have a pdf_document field.Robin Watts