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-file.c
Age
Commit message (
Expand
)
Author
2018-01-31
Use convenience pdf dictionary/array creation functions.
Tor Andersson
2017-10-12
Don't cache page count in pdf_document.
Tor Andersson
2017-09-07
Use dict_put_drop/array_push_drop wherever possible.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2016-09-05
Mutool clean: Avoid "Not a dict (<NULL>)" error
Robin Watts
2016-07-31
Make mutool clean only iterate over valid link annotations.
Sebastian Rasmussen
2016-07-06
Start slimming pdf_page.
Tor Andersson
2016-07-06
Remove premature optimization: don't bother to resolve page objects.
Tor Andersson
2016-07-06
pdf: Flatten inheritable page properties when copying pages.
Tor Andersson
2016-05-13
Add common page range parsing function for tools.
Tor Andersson
2016-05-06
Mutool clean: Copy OCProperties when subsetting.
Robin Watts
2016-04-29
muclean: Avoid warning when no Outlines present in document.
Robin Watts
2016-04-22
pdf: Remember to drop objects inserted into dicts.
Sebastian Rasmussen
2016-04-18
Fix leak of pdf_obj.
Robin Watts
2016-03-01
Rename pdf_close_document to pdf_drop_document.
Tor Andersson
2016-02-29
Strip outlines when cleaning a pdf file.
Robin Watts
2016-02-22
Fix Annot handling in mutool clean.
Robin Watts
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-09
Remove the _no_run functions.
Tor Andersson
2015-04-06
Move the guts of pdfclean into the lib.
Robin Watts