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

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
PDF The PDF reference returned from DynaPDF.New. $pdf
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

This function checks for a license.

Created 6th February 2015, last changed 6th February 2015


DynaPDF.BeginPattern - DynaPDF.Bezier123