Skip to end of metadata
Go to start of metadata

 

Basic information

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

Certificate configuration

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 parameterFrom versionDescriptionParameter typeNotes 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.

Available values
BOTTOM_LEFT
BOTTOM_RIGHT
TOP_LEFT
TOP_RIGHT
anchor*1.0.0Specifies 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
Available values
TOP_LEFT
TOP_MIDDLE
TOP_RIGHT
CENTER_LEFT
CENTER_MIDDLE
CENTER_RIGHT
BOTTOM_LEFT
BOTTOM_MIDDLE
BOTTOM_RIGHT
pageNumber*1.0.0Defines 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.0Indicates 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.IntegerValue between 0 and 100.
positionY%*1.0.0Indicates 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.IntegerValue between 0 and 100.
opacity*1.0.0Specifies the degree of visibility of the inserted watermark.Float
  •  Value 0 (or less)

The element is fully transparent (invisible).

  • Value between (0, 1)

The item is partially transparent.

  • Value 1 (or more)

The element is fully opaque (uniform).

removePDFSecurity*1.0.0Removes 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 
portNumber1.0.2Specifies 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 
Sample JSON Configuration
{
  "alignment" : "TOP_LEFT",
  "anchor" : "TOP_LEFT",
  "pageNumber" : -1,
  "positionX%" : 50,
  "positionY%" : 85,
  "opacity" : 1,
  "removePDFSecurity" : false
}

  • No labels
Write a comment…