index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
pdfinfo.c
Age
Commit message (
Expand
)
Author
2012-10-05
Rename mubusy to mutool.
Tor Andersson
2012-01-27
Rename pdfdraw to mupdfdraw etc.
Robin Watts
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-19
Remove confusing optional 'password' argument to pdf_open_xref.
Tor Andersson
2012-01-11
Use enum for FZ_STORE_DEFAULT default size.
Tor Andersson
2012-01-11
Set default values for alloc context and max store size if none are given.
Sebastian Rasmussen
2012-01-10
Automatically load page tree when accessing a page/page count.
Sebastian Rasmussen
2012-01-03
Add mubusy build
Robin Watts
2011-12-15
Fix warnings/errors on unix builds.
Robin Watts
2011-12-08
Stylistic changes when testing pointer values for NULL.
Tor Andersson
2011-12-08
Remove deprecated error handling code.
Tor Andersson
2011-09-21
Add warning context.
Tor Andersson
2011-09-21
Rename malloc functions for arrays (fz_calloc and fz_realloc).
Tor Andersson
2011-09-21
Don't thread ctx through safe fz_obj functions.
Tor Andersson
2011-09-20
Reshuffle exception context code to fit Tor's aesthetic sense.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-04-05
Clean up xps and pdf page access functions.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-01-27
Add fz_calloc function to check for integer overflow when allocating arrays, ...
Tor Andersson
2010-12-13
Allow reverse page ranges for pdf tools.
Sebastian Rasmussen
2010-11-29
Remove unused variable.
Sebastian Rasmussen
2010-08-07
Fix another bug in pdfinfo.
Sebastian Rasmussen
2010-07-30
Fix typo in pdfinfo that causes colorspace names to be truncated.
Sebastian Rasmussen
2010-07-17
Remove all trailing whitespace.
Tor Andersson
2010-07-16
Fix typo in pdfinfo causing too long colorspace names.
Sebastian Rasmussen
2010-07-16
Clarify function names for opening a PDF file.
Tor Andersson
2010-07-15
Refactored xref opening functions, command line tools, and rewrote pdfdraw to...
Tor Andersson
2010-07-15
Make use of fitz object comparison function in pdfinfo.
Sebastian Rasmussen
2010-07-15
Remove unnecessary consistency checking and error handling from pdfinfo.
Sebastian Rasmussen
2010-07-15
Make data structures for storing info plain arrays and use fitz memory alloca...
Sebastian Rasmussen
2010-07-15
Take font, xobject and pattern resources into account, print correct object r...
Sebastian Rasmussen
2010-07-15
Combine info gathering and printing in pdfinfo.
Sebastian Rasmussen
2010-06-29
Reformat to remove all instances of double spaces (to easier spot indentation...
Tor Andersson
2010-06-21
Preload page tree into an array to avoid unnecessary linear searching when lo...
Tor Andersson
2010-06-20
Rename the remaining non-reference-counted free functions to free instead of ...
Tor Andersson
2010-06-15
Explicitly return 0 from main() in the tools.
Tor Andersson
2010-05-22
Remove unnecessary explicit resolving of indirect objects.
Sebastian Rasmussen
2010-05-18
Do not check return value from fz_malloc() and fz_realloc() in pdfinfo and Wi...
Sebastian Rasmussen
2010-04-24
Always parse info and encryption entries in trailer in pdfinfo.
Sebastian Rasmussen
2010-04-16
Resurrect pdfinfo tool.
Sebastian Rasmussen
2010-04-11
Revert to using fitz string functions instead of non-standard libc variants.
Tor Andersson
2009-11-29
Add some braces and fix up double-indentation on multi-line if/while expressi...
Tor Andersson
2009-11-29
Fix up indentation.
Tor Andersson
2009-11-20
As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...
Tor Andersson
2009-08-27
Fixed silly typo in pdfinfo text string.
Sebastian Rasmussen
2009-08-19
Implement support for AES encryption.
Tor Andersson
2009-07-18
Have pdfinfo print the filename being processed.
Sebastian Rasmussen
2009-07-18
Do not let pdfinfo fail on invalid objects/dicts.
Sebastian Rasmussen
2009-07-18
Load the pagecount after the encryption has been parsed and installed.
Tor Andersson
[next]