2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-02 02:10:52 +00:00

TODO: ABI note

This commit is contained in:
Jay Berkenbilt 2021-02-20 17:52:31 -05:00
parent 35dd11f356
commit 3aefdd18a6

2
TODO
View File

@ -97,6 +97,8 @@ Comments appear in the code prefixed by "ABI"
* Consider having addArrayItem, replaceKey, etc. return the new value
so you can say
auto oh = dict.replaceKey("/Key", QPDFObjectHandle::newSomething());
* Do something about QPDFObjectHandle::Matrix and QPDFMatrix. They
should be the same thing.
Page splitting/merging
======================