Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.ImportPageAsTemplate

Imports a page and creates a template which you can place on new PDF pages.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 3.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.ImportPageAsTemplate"; PDF; PageNumber )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
PageNumber The page number in the open import PDF. 1

Result

Returns template reference number or error.

Description

Imports a page and creates a template which you can place on new PDF pages.
Requires DynaPDF Pro license.

See also ImportPageAsTemplate function in DynaPDF manual.

Examples

Import 5th page:

MBS( "DynaPDF.ImportPageAsTemplate"; $PDF; 5 )

See also

Example Databases

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 2nd September 2022


DynaPDF.ImportPDFPage - DynaPDF.InitColorManagement