summaryrefslogtreecommitdiff
path: root/apps/common/pdftool.c
AgeCommit message (Collapse)Author
2010-03-02Flatten apps/ directories.Tor Andersson
2009-12-05Fluxh xref between pages in pdfdraw.Sebastian Rasmussen
2009-12-05Remove unnecessary resolve of root and info objects in pdftools.Sebastian Rasmussen
2009-11-28Malloc cannot return null. Clean up in mupdf resource code.Tor Andersson
2009-11-20As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ↵Tor Andersson
get rid of large chunks of untested error handling code. This patch cleans up the handling of fz_obj.
2009-08-24Do not have pdfinfo or pdfshow die on corrupt page trees.Sebastian Rasmussen
2009-08-19Implement support for AES encryption.Tor Andersson
2009-07-18Load the pagecount after the encryption has been parsed and installed.Tor Andersson
2009-07-09Parse page tree on-demand instead of parsing the entire tree after reading xref.Sebastian Rasmussen
2009-07-08Fix a few occurrances of undeclared functions and functions that could be ↵Sebastian Rasmussen
static.
2009-07-05Refactor xref opening and closing to a common file for all pdf tools.Sebastian Rasmussen