aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-18 15:14:05 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-18 18:25:48 +0100
commit5cec6b4c3df09b59464c9a492b60b86ffd0d5311 (patch)
tree9519935f08e1f653943821e58d6f0eba32c7a0f9 /manual
parent0765872295e581ea6ae5a07e12916a552a1543ee (diff)
downloadqpdf-5cec6b4c3df09b59464c9a492b60b86ffd0d5311.tar.zst
Add QPDFPageObjectHelper::getMatrixForFormXObjectPlacement
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 2c1c235a..83d178a7 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5285,6 +5285,15 @@ print "\n";
</listitem>
<listitem>
<para>
+ Add
+ <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.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
Add <function>QUtil::path_basename</function> to return the
last element of a path.
</para>