aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-18 17:18:24 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-18 18:25:48 +0100
commitde8929a41ce093a0c21ca48b2342a73cf67a51f0 (patch)
tree929a3aa71f51d032e8ad898ab71440c81a0f3bf5 /manual
parent5cec6b4c3df09b59464c9a492b60b86ffd0d5311 (diff)
downloadqpdf-de8929a41ce093a0c21ca48b2342a73cf67a51f0.tar.zst
Add QPDFAcroFormDocumentHelper::addFormField
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 83d178a7..dd03f8d8 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5286,7 +5286,7 @@ print "\n";
<listitem>
<para>
Add
- <function>QPDFPageObjectHelper::getMatrixForFormXObjectPlacement</function>
+ <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.
@@ -5294,6 +5294,14 @@ print "\n";
</listitem>
<listitem>
<para>
+ Add method
+ <function>QPDFAcroFormDocumentHelper::addFormField</function>,
+ which adds a new form field, initializing the AcroForm
+ dictionary if needed.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
Add <function>QUtil::path_basename</function> to return the
last element of a path.
</para>