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.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

DynaPDF.DeleteTemplateEx

Deletes a template by using an index instead of a template handle.

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

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
Index Index of the template inside the page's array. 0

Result

Returns OK or error.

Description

Deletes a template by using an index instead of a template handle.
The parameter Index represents an index into the array of templates used by the current open page. The number of templates used by a page is returned by the function DynaPDF.GetTemplCount.
It is not easy to identify a specific template, all templates used by a page can be deleted easily, but it is much more complex to delete a specific template if the page contains more than one.
However, if a template contains text, then the functions DynaPDF.EditTemplate and DynaPDF.GetPageText can be used to identify a template, but in most cases it is easier to delete a template and check the file with Acrobat or Reader to determine whether it was the right one.

See also DeleteTemplateEx function in DynaPDF manual.

See also

This function checks for a license.

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


DynaPDF.DeleteTemplate - DynaPDF.DeleteWatermark

💬 Ask a question or report a problem