Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
Statistic
FMM
Blog
DynaPDF.ImportPageAsTemplate
Imports a page and creates a template which you can place on new PDF pages.
Component | Version | macOS | Windows | Linux | Server | FileMaker 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.See also pdfImportPage function in dynapdf manual.
Requires DynaPDF Pro license.
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/DynaPDF PlaceTemplate
- DynaPDF/Generate Previews
- 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
Created 18th August 2014, last changed 9th February 2015
DynaPDF.ImportPDFPage - DynaPDF.InitColorManagement
Feedback: Report problem or ask question.

Links
MBS FileMaker Plugins