Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
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
- DynaPDF.DeleteTemplate
- DynaPDF.EditTemplate
- DynaPDF.GetTemplCount
- DynaPDF.New
- DynaPDF.PlaceTemplate
- DynaPDF.PlaceTemplateEx
- DynaPDF.RotateTemplate
This function checks for a license.
Created 6th February 2015, last changed 6th February 2015