Commit d0f4469522c7d4cac1e9caa97e3e816c63e9f009

Authored by Jay Berkenbilt
1 parent 04e12b3f

added API change suggestions based on discussions with a helpful user

who asked to remain anonymous
Showing 1 changed file with 16 additions and 0 deletions
  1 +2.3
  2 +===
  3 +
  4 + * Add ability to delete, replace, and swap objects using indirect
  5 + object references. This, along with the existing ability to
  6 + install new indirect objects, significantly increases range of
  7 + possible modifications.
  8 +
  9 + * QPDFWriter: be able to save to a memory buffer
  10 +
  11 + * Provide an API for returning the keys of a dictionary as a
  12 + std::map. Do the corresponding thing for an array. Provide an
  13 + example program that does dictionary and array copies perhaps as
  14 + part of the replace, swap, delete example.
  15 +
  16 +
1 General 17 General
2 ======= 18 =======
3 19