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.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

DynaPDF.DeleteTemplate

Deletes a template.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 5.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.DeleteTemplate"; PDF; Handle )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
Handle Template handle. $template

Result

Returns OK or error.

Description

Deletes a template.
The parameter Handle must be a valid template handle. A template is not physically deleted by this function, only the content stream is cleared. Templates can be references in other content stream so that it is quite complex to delete a template physically at runtime. However, this behavior is maybe changed in a future version of DynaPDF.
Imported PDF pages are converted to templates by default. The handles of such templates are often not known, however, it is possibly to delete them by using the function DynaPDF.DeleteTemplateEx.

See also DeleteTemplate function in DynaPDF manual.

See also

Created 6th February 2015, last changed 3th January 2021


DynaPDF.DeleteSeparationInfo - DynaPDF.DeleteTemplateEx

Feedback: Report problem or ask question.