summaryrefslogtreecommitdiff
path: root/apps/pdfextract.c
AgeCommit message (Expand)Author
2012-11-29Bug 693463: Various small fixes.Robin Watts
2012-10-05Rename mubusy to mutool.Tor Andersson
2012-01-27Rename pdfdraw to mupdfdraw etc.Robin Watts
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-19Remove confusing optional 'password' argument to pdf_open_xref.Tor Andersson
2012-01-11Use enum for FZ_STORE_DEFAULT default size.Tor Andersson
2012-01-11Set default values for alloc context and max store size if none are given.Sebastian Rasmussen
2012-01-03Add mubusy buildRobin Watts
2011-12-15Remove 'soft limit' on pixmaps in favour of fz_store.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-08Remove deprecated error handling code.Tor Andersson
2011-10-04Reintroduce alloc context section.Robin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-20Reshuffle exception context code to fit Tor's aesthetic sense.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-04-08Simplify arguments to fz_new_pixmap.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-03-06Inhibit warning message spam by introducing a repeat counter.Tor Andersson
2010-12-30Adhere to nil idiom.Sebastian Rasmussen
2010-12-20Only use colorspace resource dictionary for inline images.Tor Andersson
2010-09-23Fix typo in pdfextract.Tor Andersson
2010-08-12Remove pdf_image struct -- load images directly into fz_pixmaps instead.Tor Andersson
2010-07-29Use chained reader like interface for filters instead of process interface.Tor Andersson
2010-07-17Remove all trailing whitespace.Tor Andersson
2010-07-17Move device colorspace contants into the fitz namespace.Tor Andersson
2010-07-16Refactor pdf store presence to be optional and use function pointers.Tor Andersson
2010-07-15Refactored xref opening functions, command line tools, and rewrote pdfdraw to...Tor Andersson
2010-07-14Adapt pdfextract to new alpha component order.Sebastian Rasmussen
2010-07-11Refactor image pixel unpacking.Tor Andersson
2010-07-10Refactor colorspace and PDF image parsing code.Tor Andersson
2010-06-29Reformat to remove all instances of double spaces (to easier spot indentation...Tor Andersson
2010-06-21Preload page tree into an array to avoid unnecessary linear searching when lo...Tor Andersson
2010-06-20Rename the remaining non-reference-counted free functions to free instead of ...Tor Andersson
2010-06-15Explicitly return 0 from main() in the tools.Tor Andersson
2010-04-15Change command line flag for the password to -p for all tools.Tor Andersson
2010-04-11Adapted pdfextract to new data structures and included it in the default build.Sebastian Rasmussen
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