Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-16 | Avoid casting when dropping super objects. | Sebastian Rasmussen | |
2016-09-01 | pdf: Load/open streams by indirect reference object when possible. | Tor Andersson | |
2016-07-08 | Use fz_keep_imp and fz_drop_imp for all reference counting. | Tor Andersson | |
2016-07-06 | pdf: Drop generation number from public interfaces. | Tor Andersson | |
The generation number is only needed for decryption, and is assumed to be zero or irrelevant for all other uses. Store the original object number and generation in the xref slot, so that we can decrypt them even when the objects have been renumbered, without needing to pass the original object number around through the stream loading APIs. | |||
2016-05-20 | murun: Add graftObject to javascript bindings. | Tor Andersson | |
Add some paranoid checks to pdf_graft_object to prevent user errors from crashing mupdf. | |||
2016-04-19 | Add mutool merge | Michael Vrhel | |
This commit adds a page merging tool. The tool demonstrates the use of object grafting. The object grafting function recursively goes through the object to add all referenced objects. A map is maintained to ensure that objects that have already been copied are not copied again. |