-
Notifications
You must be signed in to change notification settings - Fork 29
Description
First push ignores these for correctness only. But here they are for reference:
-
Decompressing an object also - is it intentional (and we want to keep it decompressed, or not?) If decompressing, using, and then recompressing without altering it should not count as altered!
-
Multiple updates seem to null out too many objects - from the first revision in the third revision, for example:
$ ./cpdf hello.pdf -update -rotateby 90 -o hello.pdf
$ ./cpdf hello.pdf -update -rotateby 90 -o hello.pdf
-
Changes to minimise update. For example, change_pages could preserve page numbers when only pages change. i.e when we just rotate one page...
-
Page-nulling? Can we just get rid of any null object when doing an update? Keeping nulls was in service of something else? What was it - just to avoid renumbering? Which we're not doing anyway? Best to avoid objiter at all on writing on account of it's too slow? Maxobjnum fix is to note when the largest object is deleted... but still could be wrong!