aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-29 03:53:55 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-29 03:53:55 +0100
commit2d0885bc119af035ab2df4d8c19000408223ae7f (patch)
tree2801e45bcfbd58f42472c4b2212f828032e38992 /TODO
parent2712869cf96916bceeac7def35b6d0a54bd10316 (diff)
downloadqpdf-2d0885bc119af035ab2df4d8c19000408223ae7f.tar.zst
Clarify documentation for copyForeignObject regarding pages
Make explicit that copyForeignObject can be used on page objects and will copy them properly but not update the pages tree.
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 3 insertions, 6 deletions
diff --git a/TODO b/TODO
index 42a348ed..a4554456 100644
--- a/TODO
+++ b/TODO
@@ -3,12 +3,6 @@ Soon
* Set up OSS-Fuzz (Google). See starred email in qpdf label.
- * Update the docs for copyForeignObject and addPage to explain the
- difference between copying a page in the two ways: using addPage
- updates the pages tree, while using copyForeignObject does not. The
- latter is appropriate when a page is being converted to a form
- XObject.
-
Next ABI
========
@@ -25,6 +19,9 @@ Do these things next time we have to break binary compatibility
* Collapse QPDF::pushInheritedAttributesToPageInternal* and
QPDF::getAllPagesInternal* into QPDF::*Internal.
+ * Get rid of the version of QPDF::copyForeignObject with the bool
+ unused parameter.
+
Lexical
=======