summaryrefslogtreecommitdiff
path: root/apps/pdftool.c
AgeCommit message (Expand)Author
2010-07-15Return explicit error code from pdf_openxref.Tor Andersson
2010-06-21Preload page tree into an array to avoid unnecessary linear searching when lo...Tor Andersson
2010-05-16Print filename in error message when not being able to open file in pdftools.Sebastian Rasmussen
2010-05-14Change pdf_openxref to take a fz_stream instead of a filename so that windows...Tor Andersson
2010-04-15Simplify API for opening a PDF document.Tor Andersson
2010-03-02Flatten apps/ directories.Tor Andersson
2009-03-05Split pdftool into separate mini-tools again.Tor Andersson
2009-03-02Handle single image filters when printing information.Sebastian Rasmussen
2009-03-02Do resolve on the correct object when printing information.Sebastian Rasmussen
2009-03-02Make mask with colorspace just be a warning when printing information.Sebastian Rasmussen
2009-02-28Fix typo.Sebastian Rasmussen
2009-02-28Properly handle alternate colorspaces.Sebastian Rasmussen
2009-02-28Use pdf font name if no base font name is available.Sebastian Rasmussen
2009-02-28Handle files without pages.Sebastian Rasmussen
2009-02-28No resolving of objects that do not exist.Sebastian Rasmussen
2009-02-27Added support for printing specific pages' resource info.Sebastian Rasmussen
2009-02-23Refactor fz_font and pdf_font mess into fz_font and pdf_fontdesc with more fo...Tor Andersson
2009-02-23Improved error handling and colorspace printing.Tor Andersson
2008-12-06Add new mupdftool info command.Sebastian Rasmussen
2008-11-25Recognize .PDF as an extension in mupdftool draw.Ralph Giles
2008-11-12Properly drop references to resources after preloading them in the store.Tor Andersson
2008-10-26Move page range check out of loop and print range of pages drawn.Sebastian Rasmussen
2008-10-13Take md5 checksum of rasters in pdftool, and clean up messages a bit.Tor Andersson
2008-10-02Branch apps as mupdf.Ralph Giles
2008-09-29Use sane variable names.Sebastian Rasmussen
2008-09-07Make header file names lower case only.Sebastian Rasmussen
2008-09-07Fix compiler warnings.Sebastian Rasmussen
2008-08-23Print what pages gets drawn in pdftool.Sebastian Rasmussen
2008-08-17Adjust debugobj calls to compensate for fz_debugobj printing a newline.Tor Andersson
2008-08-14clean up global state on abort in pdftool (kjk)Tor Andersson
2008-08-14fix memleaks on error conditions to make working with mem leak detection tool...Tor Andersson
2008-03-31fixes for native windows build with Visual StudioKrzysztof Kowalczyk
2008-04-20Whitespace cleanup.Sebastian Rasmussen
2008-04-19Properly parse catalog dictionary, information dictionary, name dictionary an...Sebastian Rasmussen
2008-04-09Fix minimum load/draw time in statistics.Sebastian Rasmussen
2008-03-22Revert to using boolean to indicate good/bad password.Sebastian Rasmussen
2008-03-21Added proper error handling when setting passwords.Sebastian Rasmussen
2008-03-21Fixed typo.Sebastian Rasmussen
2008-03-21Added support for benchmarking all pages in pdf if none were specified.Sebastian Rasmussen
2008-03-21Fixed typo when printing benchmark.Sebastian Rasmussen
2008-03-21Backport of chained error messages from experimental branch.Tor Andersson
2008-03-21Added benchmark for rasterization.Tor Andersson
2008-03-20Use C comments instead of C++ comments.Sebastian Rasmussen
2008-03-09Fixed initial line whitespace.Sebastian Rasmussen
2005-08-09edit mode that can copy pagesTor Andersson
2005-08-09new unified pdf toolTor Andersson