index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
tools
/
pdfclean.c
Age
Commit message (
Expand
)
Author
2017-12-13
Add 'clean' option to pdfclean to clean (but not sanitize) content streams.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2016-10-06
Bug 697194: Document -gggg in muclean.
Robin Watts
2016-04-27
Tweak pdf-write option handling.
Tor Andersson
2016-03-31
Initialize pdf write options to zero in pdfclean.
Tor Andersson
2016-03-31
Initialize disabled document writing flags to zero
Sebastian Rasmussen
2015-12-18
Remove fz_save_document and use pdf_save_document directly instead.
Tor Andersson
2015-12-15
Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.
Tor Andersson
2015-04-16
mutool clean -z option to compress streams.
Tor Andersson
2015-04-06
Move the guts of pdfclean into the lib.
Robin Watts
2015-04-02
Bug 695900: pdfclean return code is inverted.
Robin Watts
2015-04-01
Update manpages.
Tor Andersson
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-03-20
Respect reverse page ranges in mutool clean.
Tor Andersson
2014-03-19
Add routine to clean pdf content streams for pages.
Robin Watts
2014-03-19
Make mutool clean sanitise the Dests lists when subsetting.
Robin Watts
2014-03-13
Tweak pdfclean and pdfinfo to be useful as libraries.
Robin Watts
2013-07-11
Implement dynamic page tree lookups.
Tor Andersson
2013-07-04
Update pdf_write_document to support incremental update
Paul Gardiner
2013-06-25
Update pdf_obj's to have a pdf_document field.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson