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:
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
Statistic
FMM
Blog
DynaPDF.BeginTemplate
The function creates a template and opens it so that arbitrary contents can be drawn into it.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 5.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.BeginTemplate"; PDF; Width; Height ) More
Parameters
Parameter | Description | Example |
---|---|---|
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
This function checks for a paid license.
Created 6th February 2015, last changed 6th February 2015
