index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
tools
/
pdfextract.c
Age
Commit message (
Expand
)
Author
2017-04-27
Include required system headers.
Tor Andersson
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-14
Let pixmap colorspace conversion create new pixmap.
Sebastian Rasmussen
2016-12-14
Plug pixmap leak when fz_convert_pixmap() throws.
Sebastian Rasmussen
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-10-10
Bug 697050: Allow mutool extract to keep JPEGs as JPEGs.
Robin Watts
2016-09-01
pdf: Load/open streams by indirect reference object when possible.
Tor Andersson
2016-08-30
Fix pdfextract for optional pixmap alpha changes.
Tor Andersson
2016-07-22
Fix pixmap and reference leak in pdfextract.
Sebastian Rasmussen
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-16
Drop save_alpha argument from image writing functions.
Tor Andersson
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-04-28
Partial image decode.
Robin Watts
2016-03-01
Rename pdf_close_document to pdf_drop_document.
Tor Andersson
2015-12-28
Rename fz_image_get_pixmap to fz_get_pixmap_from_image.
Tor Andersson
2015-12-15
Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-06-29
Rejig the internals of fz_image slightly.
Robin Watts
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-04-09
Remove the _no_run functions.
Tor Andersson
2015-04-06
Update mutool subtools to use PDF_NAME_xxx rather than "xxx".
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2015-01-20
don't try extracting object number 0
Simon Bünzli
2014-08-12
Fix 695411: Catch errors when loading objects in mutool extract.
Tor Andersson
2014-08-12
Change error messages in mutool extract to follow the house style.
Tor Andersson
2013-07-24
Bug 694429: Fix potential overflows in sprintf in pdfextract
Robin Watts
2013-06-25
Update pdf_obj's to have a pdf_document field.
Robin Watts
2013-06-20
Rename fz_image_to_pixmap to fz_new_pixmap_from_image.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson