summaryrefslogtreecommitdiff
path: root/source/tools/pdfextract.c
AgeCommit message (Expand)Author
2018-05-17mutool extract: Remove spurious 'break' statement and fix double free.Tor Andersson
2018-05-16Don't use pdf_load_object in pdfextract.cTor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-02-13mutool extract: Don't save raw CMYK jpegs when the -r flag is enabled.Tor Andersson
2017-11-08Use fz_snprintf in preference to snprintf.Robin Watts
2017-11-02Fixes for win32 build.Tor Andersson
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-06-22Add const to pdf_toname.Tor Andersson
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-04-27Include required system headers.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-12-14Let pixmap colorspace conversion create new pixmap.Sebastian Rasmussen
2016-12-14Plug pixmap leak when fz_convert_pixmap() throws.Sebastian Rasmussen
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-10-10Bug 697050: Allow mutool extract to keep JPEGs as JPEGs.Robin Watts
2016-09-01pdf: Load/open streams by indirect reference object when possible.Tor Andersson
2016-08-30Fix pdfextract for optional pixmap alpha changes.Tor Andersson
2016-07-22Fix pixmap and reference leak in pdfextract.Sebastian Rasmussen
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-16Drop save_alpha argument from image writing functions.Tor Andersson
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-04-28Partial image decode.Robin Watts
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