From de8929a41ce093a0c21ca48b2342a73cf67a51f0 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 18 Feb 2021 11:18:24 -0500 Subject: Add QPDFAcroFormDocumentHelper::addFormField --- manual/qpdf-manual.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'manual') 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,12 +5286,20 @@ print "\n"; Add - QPDFPageObjectHelper::getMatrixForFormXObjectPlacement + QPDFPageObjectHelper::getMatrixForFormXObjectPlacement, which returns the transformation matrix required to map from a form field's coordinate system into a specific rectangle within the page. + + + Add method + QPDFAcroFormDocumentHelper::addFormField, + which adds a new form field, initializing the AcroForm + dictionary if needed. + + Add QUtil::path_basename to return the -- cgit v1.2.3-54-g00ecf