summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-write.c
AgeCommit message (Expand)Author
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-07-06Fix garbage collection and page grafting for indirect reference chains.Tor Andersson
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-06-17Add device space transform state to draw device.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-16Add PNG output for mutool convert.Tor Andersson
2016-06-16Return options struct argument from pdf_parse_write_options.Tor Andersson
2016-06-16Fix crash due to double closing output in pdf_save_document.Robin Watts
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-06-13Add pdf_write_document.Robin Watts
2016-06-13Bug 696822: Refuse to save a pdf file incrementally if it would break.Robin Watts
2016-05-13murun: Add document writer object.Tor Andersson
2016-05-13Add pdf write support to mutool convert.Tor Andersson
2016-05-13Add long output option parsing.Tor Andersson
2016-04-27Tweak pdf-write option handling.Tor Andersson
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-04-26Update mutool clean sanitize to clean annotations too.Robin Watts
2016-04-22pdf: Remember to drop objects inserted into dicts.Sebastian Rasmussen
2016-04-11Bug 696696: Avoid leak when cleaning with sanitize.Robin Watts
2016-03-14Take pdf_obj argument to pdf_is_stream.Tor Andersson
2016-03-01Rename pdf_new_ref to pdf_add_object.Tor Andersson
2016-03-01Add const to filename string.Tor Andersson
2016-02-25Skip the newline before endstream if the stream ends in a newline.Tor Andersson
2016-02-24Always write a newline after pdf_print_obj.Tor Andersson
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