summaryrefslogtreecommitdiff
path: root/source/tools/pdfportfolio.c
AgeCommit message (Expand)Author
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-03-22Use pdf_add_new_dict family of functions.Tor Andersson
2018-03-16Add simple fonts with 8-bit greek and cyrillic encodings.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-12Fix reference counting error in pdf_add_page.Tor Andersson
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-06-06Declare functions without arguments as taking void.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-04-13Clean up mutool usage messages.Tor Andersson
2016-12-12Tweak pdf portfolio: automatically use incremental writing.Tor Andersson
2016-12-12Tweak pdf portfolio to create blank portfolios and add multiple entries.Tor Andersson
2016-12-12PDF Portfolio support.Robin Watts