summaryrefslogtreecommitdiff
path: root/apps/pdfshow.c
AgeCommit message (Collapse)Author
2009-06-30Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make ↵Tor Andersson
all fz_obj functions automatically and invisibly resolve indirect references before use.
2009-06-29Attempt to continue is password is missing for pdf debug tools.Sebastian Rasmussen
2009-05-23Removed dumping of images from pdfshow.Sebastian Rasmussen
2009-05-23Fix typos in pdfshow usage text.Sebastian Rasmussen
2009-05-10Properly drop xref when object has been shown.Sebastian Rasmussen
2009-05-03Dump images as pnm if decoded and shown in binary.Sebastian Rasmussen
2009-03-11Change fz_error* struct into an integer error type fz_error.Tor Andersson
2009-03-11Fix typo in getopt string.Tor Andersson
2009-03-11Add fz_catch function, and cause the throw/rethrow/catch functions to print ↵Tor Andersson
the errors immediately.
2009-03-05Split pdftool into separate mini-tools again.Tor Andersson