mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-23 03:18:59 +00:00
added API change suggestions based on discussions with a helpful user
who asked to remain anonymous
This commit is contained in:
parent
04e12b3fee
commit
d0f4469522
16
TODO
16
TODO
@ -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
|
General
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user