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
/
pdfinfo.c
Age
Commit message (
Expand
)
Author
2016-10-12
Bug 696939: Fix mutool info -I flag.
Robin Watts
2016-09-22
Bug 697018: Avoid recursing infinitely on dicts in mutool info.
Sebastian Rasmussen
2016-07-06
Remove premature optimization: don't bother to resolve page objects.
Tor Andersson
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-06-29
Print font encoding in mutool info.
Sebastian Rasmussen
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-08
Move to using size_t for all mallocs.
Robin Watts
2016-05-13
Add common page range parsing function for tools.
Tor Andersson
2016-05-13
Introduce a general output context.
Sebastian Rasmussen
2016-03-01
Rename pdf_close_document to pdf_drop_document.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
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-04-06
Fix oddity with pdfinfo
Robin Watts
2015-04-01
Update manpages.
Tor Andersson
2015-02-25
Bug 695851: Fix SEGV in mutool info.
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
2014-05-05
Fix 695207: printf format bug in mutool info.
Tor Andersson
2014-03-13
Tweak pdfclean and pdfinfo to be useful as libraries.
Robin Watts
2013-07-11
Implement dynamic page tree lookups.
Tor Andersson
2013-06-25
Rid the world of "pdf_document *xref".
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson