summaryrefslogtreecommitdiff
path: root/source/tools/muconvert.c
AgeCommit message (Expand)Author
2018-11-14Remove TARGA output support.HEADmasterTor Andersson
2018-10-23fz_end_page() may throw exception, handle that and free page.Sebastian Rasmussen
2018-07-05Pass rects by value: device and document interface.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2017-10-13Simple PCLm device.Robin Watts
2017-09-07Make sure to always drop a fz_device even upon error.Sebastian Rasmussen
2017-08-17Add PCL document writer.Tor Andersson
2017-08-17Add PWG document writer.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-03-27Tweak document_writer - don't pass dev back in.Robin Watts
2017-03-23Add generic pixmap document writer.Tor Andersson
2017-02-20Add svg writer.Tor Andersson
2016-11-23Add 'X' option to disable document styles.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-10-26Introduce options for structured text.Sebastian Rasmussen
2016-09-22tools: Prefer fz_atof() to atof().Sebastian Rasmussen
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-06-17Add device space transform state to draw device.Tor Andersson
2016-06-16Add PNG output for mutool convert.Tor Andersson
2016-06-16Add fz_draw_options struct for use with draw device.Tor Andersson
2016-05-30Respect FZ_ENABLE_PDF=0 to allow dropping all PDF specific code in tools.Tor Andersson
2016-05-13Add common page range parsing function for tools.Tor Andersson
2016-05-13Add pdf write support to mutool convert.Tor Andersson
2016-05-13Add long output option parsing.Tor Andersson
2016-04-26Add 'mutool convert' and new document writer interface.Tor Andersson