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 |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
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
- DynaPDF.Initialize
- DynaPDF.New
- DynaPDF.PlaceTemplate
- DynaPDF.PlaceTemplateEx
- DynaPDF.RotateTemplate
- DynaPDF.Table.SetCellTemplate
Example Databases
- DynaPDF/Apply Letter Paper to PDF
- DynaPDF/Convert to 2 Pages
- DynaPDF/Generate Previews
- DynaPDF/Place Template
- DynaPDF/Shrink PDF pages
- DynaPDF/Tables
Blog Entries
- Adding cutting lines for PDF in FileMaker
- Create two page PDF document in FileMaker
- Normalize PDF orientation with MBS Plugins and DynaPDF
FileMaker Magazin
This function checks for a license.
Created 18th August 2014, last changed 2nd September 2022