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
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
2009-07-12
Fix typo in pdfinfo that made it crash on pdf containing patterns.
Sebastian Rasmussen
2009-07-09
Parse page tree on-demand instead of parsing the entire tree after reading xref.
Sebastian Rasmussen
2009-07-09
Not resolving pages when inserting them in page tree removes a lot of code wi...
Sebastian Rasmussen
2009-07-06
Declare functions void if they take no arguments.
Sebastian Rasmussen
2009-07-05
Make internal functions static.
Sebastian Rasmussen
2009-07-05
Fix bug in pdfinfo where shadings were gathered as if they were patterns.
Sebastian Rasmussen
2009-07-05
Fix bugs in pdfinfo where not all objects were properly tracked.
Sebastian Rasmussen
2009-07-05
Refactor xref opening and closing to a common file for all pdf tools.
Sebastian Rasmussen
2009-07-04
Follow naming conventions in pdfinfo.
Sebastian Rasmussen
2009-07-04
Remove creation of fake objects from pdfinfo.
Sebastian Rasmussen
2009-07-04
Remove unused outline from pdfinfo.
Sebastian Rasmussen
2009-07-04
Improve printing of processed file names in pdfinfo.
Sebastian Rasmussen
2009-07-03
Use fz_getopt & co.
Tor Andersson
2009-07-02
Increment reference count of catalog and info objects when opening a pdf.
Tor Andersson
2009-06-30
Add support to print information about encrypted pdfs.
Sebastian Rasmussen
2009-06-30
Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make a...
Tor Andersson
2009-06-29
Attempt to continue is password is missing for pdf debug tools.
Sebastian Rasmussen
2009-06-29
Correct pdfinfo usage text.
Sebastian Rasmussen
2009-05-02
Fix typo in pdfinfo.
Sebastian Rasmussen
2009-03-08
Fix whitespace issues.
Sebastian Rasmussen
2009-04-03
Replaced alloc/free with fitz specific implementation.
Sebastian Rasmussen
2009-03-16
Fix some Coverity issues.
Tor Andersson
2009-03-11
Remove fz_outofmem constant.
Tor Andersson
2009-03-11
Change fz_error* struct into an integer error type fz_error.
Tor Andersson
2009-03-11
Add fz_catch function, and cause the throw/rethrow/catch functions to print t...
Tor Andersson
2009-03-05
Split pdftool into separate mini-tools again.
Tor Andersson