summaryrefslogtreecommitdiff
path: root/source/tools/pdfposter.c
AgeCommit message (Expand)Author
2018-07-05Pass rects by value: device and document interface.Tor Andersson
2018-04-27Use pdf_dict_get_int, etc.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-01-31Use convenience pdf dictionary/array creation functions.Tor Andersson
2018-01-29Bug 698908: Plug PDF object leaks when decimating pages in pdfposter.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2016-07-06Start slimming pdf_page.Tor Andersson
2016-07-06pdf: Flatten inheritable page properties when copying pages.Tor Andersson
2016-04-22pdf: Remember to drop objects inserted into dicts.Sebastian Rasmussen
2016-03-31Initialize disabled document writing flags to zeroSebastian Rasmussen
2016-03-01Rename pdf_close_document to pdf_drop_document.Tor Andersson
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-10-02Bug 696078: Improve box handling in poster tool.Robin Watts
2015-04-09Remove the _no_run functions.Tor Andersson
2015-04-06Update mutool subtools to use PDF_NAME_xxx rather than "xxx".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
2013-07-25Fix mutool poster operation.Robin Watts
2013-07-11Implement dynamic page tree lookups.Tor Andersson
2013-07-04Update pdf_write_document to support incremental updatePaul Gardiner
2013-06-26Silence compiler warnings.Tor Andersson
2013-06-25Update pdf_obj's to have a pdf_document field.Robin Watts
2013-06-20Rearrange source files.Tor Andersson