summaryrefslogtreecommitdiff
path: root/source/tools
AgeCommit message (Expand)Author
2018-01-19Perform signature verification via fz_streamPaul Gardiner
2018-01-10Add colorspace type enum and use it instead of hardcoded checks on N.Tor Andersson
2018-01-04Update 'mutool run' man page.Tor Andersson
2017-12-13Add 'clean' option to pdfclean to clean (but not sanitize) content streams.Tor Andersson
2017-11-22jni/js: Add support for annotation modification dates.Sebastian Rasmussen
2017-11-22jni/js: Use correct text encoding in annotation author and contents.Fred Ross-Perry
2017-11-22jni/js: Add interfaces for creating UTF-16BE and PDF byte strings.Sebastian Rasmussen
2017-11-22jni: Return correct quadpoints coordinates.Sebastian Rasmussen
2017-11-22jni: Return correct inklist coordinates.Sebastian Rasmussen
2017-11-22js: Return undef when not finding metadata.Sebastian Rasmussen
2017-11-22Prefer using fz_snprintf over snprintf.Sebastian Rasmussen
2017-11-08Bug 698460: Mudraw: Set stdout to binary on windowsRobin Watts
2017-11-08Select and copy structured text by lines.Tor Andersson
2017-11-08Bug 698467: Honour resolution in text extraction.Robin Watts
2017-11-08Use fz_snprintf in preference to snprintf.Robin Watts
2017-11-08Fix TGA banded operation.Robin Watts
2017-11-08Pixmap writers for formats with alpha should handle premultiplied data.Robin Watts
2017-11-02Fixes for win32 build.Tor Andersson
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-24Improved overprint (simulation) control.Robin Watts
2017-10-24Fix overprinting simulation in RGB output with no spots.Robin Watts
2017-10-24Add support for use of proofing profile.Robin Watts
2017-10-24mudraw: Add ability to specify icc profile for target colorspace.Michael Vrhel
2017-10-13Simple PCLm device.Robin Watts
2017-10-12Fix reference counting error in pdf_add_page.Tor Andersson
2017-10-12mutool run: Take reference to global colorspaces.Tor Andersson
2017-10-12Add 'mutool sign' tool for verifying digital PDF signatures.Tor Andersson
2017-10-12Fix bug in murun when creating buffers from strings.Tor Andersson
2017-09-12Add -O flag to mudraw to control spots.Robin Watts
2017-09-12Fix merge error in murun.cTor Andersson
2017-09-07Make sure to always drop a fz_device even upon error.Sebastian Rasmussen
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-09-07Declare variable fz_var().Sebastian Rasmussen
2017-08-17Fix printing of file level headers and trailers in mudraw.Tor Andersson
2017-08-17Add PCL document writer.Tor Andersson
2017-08-17Add PWG document writer.Tor Andersson
2017-08-17Simplify stext structure and device.Tor Andersson
2017-08-09Add XHTML output format to mudraw.Tor Andersson
2017-08-07tools: Move trace alloc info into callback argument.Sebastian Rasmussen
2017-07-27Add text format document writer.Tor Andersson
2017-07-27murun: Remember to js_endtry() before returning.Sebastian Rasmussen
2017-07-21Add 'mutool trace' command.Tor Andersson
2017-07-19Add knowledge of spots to mudraw.Robin Watts
2017-07-19Update band writer (especially PSD) to cope with spotsRobin Watts
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-07-11Disable parallel interpretation/rendering if threads are disabled.Sebastian Rasmussen
2017-07-11Drop unused page/display list if threading not enabled.Sebastian Rasmussen
2017-07-10Make threading a compile-time option and propagate it to all tools.Sebastian Rasmussen