summaryrefslogtreecommitdiff
path: root/source/tools
AgeCommit message (Expand)Author
2016-04-21Fix potential segfault when mapping JS strings to PDF.Tor Andersson
2016-04-19Add mutool mergeMichael Vrhel
2016-04-05Add 'Low Memory' mode to Mutool draw.Robin Watts
2016-04-05Add threaded operation to mudraw.Robin Watts
2016-04-05Clean up bidi enum names.Tor Andersson
2016-03-31Initialize pdf write options to zero in pdfclean.Tor Andersson
2016-03-31Initialize disabled document writing flags to zeroSebastian Rasmussen
2016-03-25Fix PS output banded mode operation.Robin Watts
2016-03-25Refactor pcl output to work in bands.Robin Watts
2016-03-25Tweak the PCL page size handling/options.Robin Watts
2016-03-25Add 24 bit RGB PCL output mode.Robin Watts
2016-03-23js: Create 'argv' global containing arguments passed to mutool run.Tor Andersson
2016-03-23js: Add some low level document object access.Tor Andersson
2016-03-23Compile embedded fonts in separate C files.Tor Andersson
2016-03-23Mudraw: Enable banded operation for pkm.Robin Watts
2016-03-22Add Google Perf Tools build.Robin Watts
2016-03-21Mudraw: Avoid reopening output files.Robin Watts
2016-03-21Add .ps output to mutool draw.Robin Watts
2016-03-21Fix compiler warnings in murun.c and pdf-js.c by tagging rethrow as noreturn.Tor Andersson
2016-03-18Add 1bpp cmyk output to mutool draw.Robin Watts
2016-03-16mutool draw: Add banded mode output for pbm files.Robin Watts
2016-03-15mudraw: Fix leak of fz_output in stdout case.Robin Watts
2016-03-15Mutool draw: Simplify output handling code.Robin Watts
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
2016-03-14mudraw: Print summary information to stderr.Tor Andersson
2016-03-14js: Document password and metadata.Tor Andersson
2016-03-14js: Add DisplayList and DisplayListDevice.Tor Andersson
2016-03-14js: Fix some reference counting errors.Tor Andersson
2016-03-14js: Add upcasting to fz_document from pdf_document.Tor Andersson
2016-03-14js: More object accessor functions.Tor Andersson
2016-03-14js: Add pdf.countPages and pdf.findPage.Tor Andersson
2016-03-14js: Add buffer.save() to write contents of buffer to file.Tor Andersson
2016-03-14js: Add obj.writeStream and writeRawStream to update stream contents.Tor Andersson
2016-03-14js: Add obj.readStream and obj.readRawStream.Tor Andersson
2016-03-14js: Add PDFObject.forEach(f) to iterate over dictionaries and arrays.Tor Andersson
2016-03-14Take pdf_obj argument to pdf_is_stream.Tor Andersson
2016-03-11Implement fz_text_language support functions.Robin Watts
2016-03-11Rejig Bidirectional and Text code.Robin Watts
2016-03-07murun: Avoid returning values from void functions.Robin Watts
2016-03-02js: Add PDF resource and page functions.Tor Andersson
2016-03-02js: Fix reference counting errors.Tor Andersson
2016-03-02js: Add fz_buffer.Tor Andersson
2016-03-01js: Add PDF document and object access.Tor Andersson
2016-03-01Don't use pdf_page struct when creating pages.Tor Andersson
2016-03-01Rename pdf_close_document to pdf_drop_document.Tor Andersson
2016-03-01pdfcreate: Fix typo.Tor Andersson
2016-03-01Mudraw: Avoid clearing the output pcl file after every page.Robin Watts
2016-02-29js: Add struct accessors.Tor Andersson
2016-02-29js: Add "mutool run" tool to run javascript scripts.Tor Andersson
2016-02-29Don't embed base 14 or substitute fonts.Tor Andersson