aboutsummaryrefslogtreecommitdiffstats
path: root/manual/qpdf-manual.xml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/qpdf-manual.xml')
-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>