summaryrefslogtreecommitdiff
path: root/apps/pdfclean.c
AgeCommit message (Expand)Author
2010-07-17Fix bug in duplicate object removal causing segfault, and free resources in p...Sebastian Rasmussen
2010-07-16Clarify function names for opening a PDF file.Tor Andersson
2010-07-15Refactored xref opening functions, command line tools, and rewrote pdfdraw to...Tor Andersson
2010-07-15Add support for removing duplicate objects in pdfclean.Sebastian Rasmussen
2010-07-15Correct function prototype and usage message.Sebastian Rasmussen
2010-07-14More stylistic cleanups in pdfclean.Tor Andersson
2010-07-14Do some stylistic cleanups in pdfclean.Tor Andersson
2010-07-14Refactor pdfclean main() into a set of smaller functions.Sebastian Rasmussen
2010-07-14Add support for renumbering objects in pdfclean so that xref can be compacted.Sebastian Rasmussen
2010-07-14Page tree must be loaded in pdfclean in order to be able to cherry pick pages.Sebastian Rasmussen
2010-07-07Remove local argument that shadowed and duplicated a global.Tor Andersson
2010-06-29Reformat to remove all instances of double spaces (to easier spot indentation...Tor Andersson
2010-06-21Preload page tree into an array to avoid unnecessary linear searching when lo...Tor Andersson
2010-06-15Explicitly return 0 from main() in the tools.Tor Andersson
2010-05-31Revert removal of object resolving as it is needed in pdclean.Sebastian Rasmussen
2010-05-23Globally rename oid to num to fit with fz_tonum().Sebastian Rasmussen
2010-05-22Remove unnecessary explicit resolving of indirect objects.Sebastian Rasmussen
2010-04-24Add support to retain only the specified pages when using pdfclean.Sebastian Rasmussen
2009-11-29Fix up indentation.Tor Andersson
2009-11-20As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...Tor Andersson
2009-08-19Implement support for AES encryption.Tor Andersson
2009-08-13Remove encryption support from pdfclean.Tor Andersson
2009-07-06Do not accidentally resolve indirect references in pdfclean.Sebastian Rasmussen
2009-07-05Make internal functions static.Sebastian Rasmussen
2009-07-05Refactor xref opening and closing to a common file for all pdf tools.Sebastian Rasmussen
2009-07-03Use fz_getopt & co.Tor Andersson
2009-07-02Increment reference count of catalog and info objects when opening a pdf.Tor Andersson
2009-06-30Move dynamic objects (fz_obj) out of fitz and into mupdf conceptually. Make a...Tor Andersson
2009-03-11Remove fz_outofmem constant.Tor Andersson
2009-03-11Change fz_error* struct into an integer error type fz_error.Tor Andersson
2009-03-11Add fz_catch function, and cause the throw/rethrow/catch functions to print t...Tor Andersson
2009-03-05Split pdftool into separate mini-tools again.Tor Andersson
2005-08-09new unified pdf toolTor Andersson
2005-03-30polish simple pdf appsTor Andersson
2005-01-11rename apps directory and reorganize macpdf.appTor Andersson