aboutsummaryrefslogtreecommitdiffstats
path: root/manual/qpdf-manual.xml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-22 22:09:02 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-23 00:42:06 +0100
commitf02aa74bf5387c30e4ff6082beeb4b0d078b6294 (patch)
tree51cbcd2192a8207081dd09ca296099411e1bb7da /manual/qpdf-manual.xml
parent8e8c0d8290409358488b2a04af81771989944552 (diff)
downloadqpdf-f02aa74bf5387c30e4ff6082beeb4b0d078b6294.tar.zst
Update pdf-overlay-page example to copy annotations
Diffstat (limited to 'manual/qpdf-manual.xml')
-rw-r--r--manual/qpdf-manual.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index cbeee1f6..35391938 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5301,7 +5301,11 @@ print "\n";
<function>QPDFPageObjectHelper::getMatrixForFormXObjectPlacement</function>,
which returns the transformation matrix required to map from
a form field's coordinate system into a specific rectangle
- within the page.
+ within the page. Also add a version of
+ <function>QPDFPageObjectHelper::placeFormXObject</function>
+ that initializes a <classname>QPDFMatrix</classname>
+ reference. For example, see
+ <filename>examples/pdf-overlay-page.cc</filename>.
</para>
</listitem>
<listitem>