Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
DynaPDF.BeginTemplate
The function creates a template and opens it so that arbitrary contents can be drawn into it.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
DynaPDF | 5.0 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.BeginTemplate"; PDF; Width; Height ) More
Parameters
Parameter | Description | Example value |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Width | Width of the template. | 100 |
Height | Height of the template. | 100 |
Result
Returns template handle or error.
Description
The function creates a template and opens it so that arbitrary contents can be drawn into it.See dynapdf_help.pdf manual for details.
See also BeginTemplate function in DynaPDF manual.
See also
- DynaPDF.DeleteTemplate
- DynaPDF.EditTemplate
- DynaPDF.EditTemplate2
- DynaPDF.EndTemplate
- DynaPDF.New
- DynaPDF.PlaceTemplate
- DynaPDF.PlaceTemplateEx
- DynaPDF.RotateTemplate
Created 6th February 2015, last changed 6th February 2015
DynaPDF.BeginPattern - DynaPDF.Bezier123
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins