summaryrefslogtreecommitdiff
path: root/source/tools/pdfpages.c
AgeCommit message (Expand)Author
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2016-07-06Remove premature optimization: don't bother to resolve page objects.Tor Andersson
2016-05-13Add common page range parsing function for tools.Tor Andersson
2016-05-13Introduce a general output context.Sebastian Rasmussen
2016-03-01Rename pdf_close_document to pdf_drop_document.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-04-09Remove the _no_run functions.Tor Andersson
2015-04-06Add mutool pages subcommand.Robin Watts