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