summaryrefslogtreecommitdiff
path: root/apps/pdfclean.c
AgeCommit message (Expand)Author
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-08Remove deprecated error handling code.Tor Andersson
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-17Bug 692487: Make pdfclean keep internal links where possible.Robin Watts
2011-11-17Fix bug 692627; pdfclean -ggg of encrypted files fails.Robin Watts
2011-10-04Reintroduce alloc context section.Robin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-20Reshuffle exception context code to fit Tor's aesthetic sense.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-04-05Clean up xps and pdf page access functions.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-03-06Inhibit warning message spam by introducing a repeat counter.Tor Andersson
2011-01-27Add fz_calloc function to check for integer overflow when allocating arrays, ...Tor Andersson
2010-12-30Adhere to nil idiom.Sebastian Rasmussen
2010-12-13Allow reverse page ranges for pdf tools.Sebastian Rasmussen
2010-12-04Support repairing PDF documents with compressed object streams.Tor Andersson
2010-12-04Add option to ascii hex encode binary streams in pdfclean.Tor Andersson
2010-09-27Fix typo.Tor Andersson
2010-08-07Fix typo in pdfclean that caused a segfault.Sebastian Rasmussen
2010-07-28Combine duplicate object removal and xref compacting into a single pass in pd...Sebastian Rasmussen
2010-07-29Use chained reader like interface for filters instead of process interface.Tor Andersson
2010-07-26Only drop objects that have been renumbered in pdfclean.Sebastian Rasmussen
2010-07-20Replace explicit comparisons with MIN/MAX/ABS macros.Sebastian Rasmussen
2010-07-19Update usage text in pdfclean.Tor Andersson
2010-07-19Update debian package and the man pages for the command line tools.Tor Andersson
2010-07-17Minor edits.Tor Andersson
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