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
/
pdf
/
pdf-clean.c
Age
Commit message (
Expand
)
Author
2018-04-24
Remove need for namedump by using macros and preprocessor.
Tor Andersson
2018-03-15
PDF stream filtering; fix pattern/xobject resource handling.
Robin Watts
2017-12-13
Add 'clean' option to pdfclean to clean (but not sanitize) content streams.
Tor Andersson
2017-11-06
Expose text filtering through pdf_clean interface.
Robin Watts
2017-11-06
Use text state handling in pdf_filter_processor to filter text.
Robin Watts
2017-09-07
Use dict_put_drop/array_push_drop wherever possible.
Sebastian Rasmussen
2017-06-03
Add documentation for pdf_processors.
Robin Watts
2017-04-27
Include required system headers.
Tor Andersson
2017-01-09
Add missing pdf_close_processor calls.
Tor Andersson
2016-07-06
Start slimming pdf_page.
Tor Andersson
2016-05-06
Mutool clean: Fix sanitisation of pages with Content arrays.
Robin Watts
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-04-26
Update mutool clean sanitize to clean annotations too.
Robin Watts
2016-03-01
Rename pdf_new_ref to pdf_add_object.
Tor Andersson
2016-02-09
Fix 696552: Double free error in mutool clean -s.
Tor Andersson
2015-04-16
ASCIIHexEncode inline images during sanitization if do_ascii is set.
Tor Andersson
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-03-24
Don't pass interpreter context to pdf_processor opcode callbacks.
Tor Andersson
2015-03-23
Pass context to pdf_page_contents_process callback.
Tor Andersson
2015-03-20
Automatically update /Length and /Filter in pdf_update_stream.
Tor Andersson
2015-02-25
Add post processing option to page operator cleaning.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2014-03-19
Add routine to clean pdf content streams for pages.
Robin Watts