summaryrefslogtreecommitdiff
path: root/apps/pdfextract.c
AgeCommit message (Expand)Author
2009-11-29Fix up indentation.Tor Andersson
2009-11-20Malloc cannot return null. Clean up streams and filters.Tor Andersson
2009-11-20As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...Tor Andersson
2009-08-24Load the stream not the image dictionary when extracting images from pdfs.Sebastian Rasmussen
2009-08-21Remove preloading of resources into store, instead load resources on-demand b...Sebastian Rasmussen
2009-07-05Make internal functions static.Sebastian Rasmussen
2009-07-05Refactor xref opening and closing to a common file for all pdf tools.Sebastian Rasmussen
2009-07-03Use fz_getopt & co.Tor Andersson
2009-07-02Increment reference count of catalog and info objects when opening a pdf.Tor Andersson
2009-06-30Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make a...Tor Andersson
2009-06-22Properly initialize variables in pdfextract.Sebastian Rasmussen
2009-05-23Added separate image/font extraction tool.Sebastian Rasmussen