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
/
pdfclean.c
Age
Commit message (
Expand
)
Author
2010-06-21
Preload page tree into an array to avoid unnecessary linear searching when lo...
Tor Andersson
2010-06-15
Explicitly return 0 from main() in the tools.
Tor Andersson
2010-05-31
Revert removal of object resolving as it is needed in pdclean.
Sebastian Rasmussen
2010-05-23
Globally rename oid to num to fit with fz_tonum().
Sebastian Rasmussen
2010-05-22
Remove unnecessary explicit resolving of indirect objects.
Sebastian Rasmussen
2010-04-24
Add support to retain only the specified pages when using pdfclean.
Sebastian Rasmussen
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-19
Implement support for AES encryption.
Tor Andersson
2009-08-13
Remove encryption support from pdfclean.
Tor Andersson
2009-07-06
Do not accidentally resolve indirect references in pdfclean.
Sebastian Rasmussen
2009-07-05
Make internal functions static.
Sebastian Rasmussen
2009-07-05
Refactor xref opening and closing to a common file for all pdf tools.
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
Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make a...
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
2005-08-09
new unified pdf tool
Tor Andersson
2005-03-30
polish simple pdf apps
Tor Andersson
2005-01-11
rename apps directory and reorganize macpdf.app
Tor Andersson