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-07-19
Update debian package and the man pages for the command line tools.
Tor Andersson
2010-07-17
Minor edits.
Tor Andersson
2010-07-17
Fix bug in duplicate object removal causing segfault, and free resources in p...
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
Add support for removing duplicate objects in pdfclean.
Sebastian Rasmussen
2010-07-15
Correct function prototype and usage message.
Sebastian Rasmussen
2010-07-14
More stylistic cleanups in pdfclean.
Tor Andersson
2010-07-14
Do some stylistic cleanups in pdfclean.
Tor Andersson
2010-07-14
Refactor pdfclean main() into a set of smaller functions.
Sebastian Rasmussen
2010-07-14
Add support for renumbering objects in pdfclean so that xref can be compacted.
Sebastian Rasmussen
2010-07-14
Page tree must be loaded in pdfclean in order to be able to cherry pick pages.
Sebastian Rasmussen
2010-07-07
Remove local argument that shadowed and duplicated a global.
Tor Andersson
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-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