summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-write.c
AgeCommit message (Expand)Author
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
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-12-16pdf: Don't allow incremental writes on a new document.Tor Andersson
2016-12-12Make more pdf functions private.Tor Andersson
2016-12-12Change pdf_dict_put_val to pdf_dict_put_val_null.Tor Andersson
2016-11-23Fix pdf-write bug when ascii encoding.Robin Watts
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-09-08Make fz_option_eq() available outside of pdf-writer.Sebastian Rasmussen
2016-09-05mutool clean: Fixes seen as part of bug 697092 investigation.Robin Watts
2016-09-01pdf: Load/open streams by indirect reference object when possible.Tor Andersson
2016-08-02Parse more fz_document_writer() options.Sebastian Rasmussen
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