summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-clean-file.c
AgeCommit message (Expand)Author
2018-04-27Use pdf_dict_get_int, etc.Tor Andersson
2018-04-25Remove document argument from pdf_new_primitive functions.Tor Andersson
2018-04-25Tweak ordering of constant pdf_obj enums to make PDF_NULL == NULL.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-01-31Use convenience pdf dictionary/array creation functions.Tor Andersson
2017-10-12Don't cache page count in pdf_document.Tor Andersson
2017-09-07Use dict_put_drop/array_push_drop wherever possible.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2016-09-05Mutool clean: Avoid "Not a dict (<NULL>)" errorRobin Watts
2016-07-31Make mutool clean only iterate over valid link annotations.Sebastian Rasmussen
2016-07-06Start slimming pdf_page.Tor Andersson
2016-07-06Remove premature optimization: don't bother to resolve page objects.Tor Andersson
2016-07-06pdf: Flatten inheritable page properties when copying pages.Tor Andersson
2016-05-13Add common page range parsing function for tools.Tor Andersson
2016-05-06Mutool clean: Copy OCProperties when subsetting.Robin Watts
2016-04-29muclean: Avoid warning when no Outlines present in document.Robin Watts
2016-04-22pdf: Remember to drop objects inserted into dicts.Sebastian Rasmussen
2016-04-18Fix leak of pdf_obj.Robin Watts
2016-03-01Rename pdf_close_document to pdf_drop_document.Tor Andersson
2016-02-29Strip outlines when cleaning a pdf file.Robin Watts
2016-02-22Fix Annot handling in mutool clean.Robin Watts
2015-12-18Remove fz_save_document and use pdf_save_document directly instead.Tor Andersson
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
2015-04-09Remove the _no_run functions.Tor Andersson
2015-04-06Move the guts of pdfclean into the lib.Robin Watts