2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-28 04:59:05 +00:00

added API change suggestions based on discussions with a helpful user

who asked to remain anonymous
This commit is contained in:
Jay Berkenbilt 2011-08-02 12:23:47 -04:00
parent 04e12b3fee
commit d0f4469522

16
TODO
View File

@ -1,3 +1,19 @@
2.3
===
* Add ability to delete, replace, and swap objects using indirect
object references. This, along with the existing ability to
install new indirect objects, significantly increases range of
possible modifications.
* QPDFWriter: be able to save to a memory buffer
* Provide an API for returning the keys of a dictionary as a
std::map. Do the corresponding thing for an array. Provide an
example program that does dictionary and array copies perhaps as
part of the replace, swap, delete example.
General
=======