From f02aa74bf5387c30e4ff6082beeb4b0d078b6294 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 22 Feb 2021 16:09:02 -0500 Subject: Update pdf-overlay-page example to copy annotations --- manual/qpdf-manual.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'manual/qpdf-manual.xml') 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"; QPDFPageObjectHelper::getMatrixForFormXObjectPlacement, 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 + QPDFPageObjectHelper::placeFormXObject + that initializes a QPDFMatrix + reference. For example, see + examples/pdf-overlay-page.cc. -- cgit v1.2.3-54-g00ecf