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
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