summaryrefslogtreecommitdiff
path: root/source/tools/pdfextract.c
AgeCommit message (Expand)Author
2016-03-01Rename pdf_close_document to pdf_drop_document.Tor Andersson
2015-12-28Rename fz_image_get_pixmap to fz_get_pixmap_from_image.Tor Andersson
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-06-29Rejig the internals of fz_image slightly.Robin Watts
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-04-09Remove the _no_run functions.Tor Andersson
2015-04-06Update mutool subtools to use PDF_NAME_xxx rather than "xxx".Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2015-01-20don't try extracting object number 0Simon Bünzli
2014-08-12Fix 695411: Catch errors when loading objects in mutool extract.Tor Andersson
2014-08-12Change error messages in mutool extract to follow the house style.Tor Andersson
2013-07-24Bug 694429: Fix potential overflows in sprintf in pdfextractRobin Watts
2013-06-25Update pdf_obj's to have a pdf_document field.Robin Watts
2013-06-20Rename fz_image_to_pixmap to fz_new_pixmap_from_image.Tor Andersson
2013-06-20Rearrange source files.Tor Andersson