Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.MarkTemplateAsWatermark
Marks template as watermark.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 13.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.MarkTemplateAsWatermark"; PDF; TemplateHandle ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
TemplateHandle | The template handle. |
Result
Returns OK or error.
Description
Marks template as watermark.Adds additional metadata to a template (XObject type Form in PDF terms, see DynaPDF.BeginTemplate or DynaPDF.BeginTransparencyGroup for further information) so that PDF editors like Adobe Acrobat are able to identify the template as watermark.
Watermarks can be deleted with Acrobat and many other PDF editors. DynaPDF can delete such watermarks too with DynaPDF.DeleteWatermark or DynaPDF.Optimize.
See also MarkTemplateAsWatermark function in DynaPDF manual.
See also
Release notes
- Version 13.3
Blog Entries
Created 13th June 2023, last changed 13th June 2023