The plugin contains an action that allows you to place a biometric signature on a selected document using a dedicated device, a Wacom graphics tablet.
Requirements
System version required PWFL: 4.0.49
Plugin version required Plugin Configuration Manager: 4.0.3
It is required to create a configuration file specifying, among others: on which page of the document, in what place and in what form the signature entered via a dedicated device in the form of a watermark will be placed on the document. For this purpose, it is necessary to create a configuration file in the plugin configuration management panel (PCM - Plugin Configuration Manager) in the Plus Biometric Signature tab. By default, after uploading the plugin, no configuration file is created, so you need to create and configure a new one. The data is stored in the JSON format.
Name of the parameter | From version | Description | Parameter type | Notes and restrictions | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
alignment* | 1.0.0 | Specifies relative to which of the four corners of the document page the position of the watermark will be calculated based on the positionX% and positionY% parameters. | Text | Pay attention to the corresponding values of the positionX% and positionY% parameters, because depending on the value of the alignment and anchor parameter, the watermark may extend beyond the document page, i.e. be partially or completely invisible.
| ||||||||||
anchor* | 1.0.0 | Specifies a point in the circumference or in the center of the watermark from which the position of the watermark is determined based on the values of parameters positionX% and positionY%. | Text |
| ||||||||||
pageNumber* | 1.0.0 | Defines the page number of the document on which the watermark is to be placed. If you want to place the watermark from the end of the document, use a negative value indicating the page number counted from the last one, e.g. -1 means the last page of the document. | Integer | |||||||||||
positionX%* | 1.0.0 | Indicates the X (horizontal) position of the watermark in percent relative to the document page dimensions. The position is set based on the selected page corner in the alignment parameter. | Integer | Value between 0 and 100. | ||||||||||
positionY%* | 1.0.0 | Indicates the Y (vertical) position of the watermark in percent relative to the document page dimensions. The position is set based on the selected page corner in the alignment parameter. | Integer | Value between 0 and 100. | ||||||||||
opacity* | 1.0.0 | Specifies the degree of visibility of the inserted watermark. | Float |
The element is fully transparent (invisible).
The item is partially transparent.
The element is fully opaque (uniform). | ||||||||||
removePDFSecurity* | 1.0.0 | Removes the file's password that protects it from being modified, which makes it possible to insert a watermark into the file. The resulting file has no security compared to its original version. The parameter does not take into account the removal of the file password that was used to prevent the file from being opened. | Boolean | |||||||||||
portNumber | 1.0.2 | Specifies the port number on which the local Wacom server will be launched. The parameter is optional. If the parameter is not completed, the default port number 9000 will be used. | Integer |
{ "alignment" : "TOP_LEFT", "anchor" : "TOP_LEFT", "pageNumber" : -1, "positionX%" : 50, "positionY%" : 85, "opacity" : 1, "removePDFSecurity" : false }
0 Comments