Wymagana wersja systemu PWFL: 4.0.49

Wymagana wersja wtyczki Plugin Configuration Manager: 4.0.3

Wtyczka zawiera akcję umożliwiającą złożenie podpisu biometrycznego na wybranym dokumencie przy wykorzystaniu dedykowanego urządzenia, tabletu graficznego firmy Wacom.

Wymagane jest utworzenie konfiguracji określającej m.in. na jakiej stronie dokumentu, w jakim miejscu oraz formie zostanie umieszczony na dokumencie podpis wprowadzony za pośrednictwem dedykowanego urządzenia w formie znaku wodnego. W tym celu konieczne jest utworzenie pliku konfiguracyjnego w panelu zarządzania konfiguracjami wtyczek (PCM - Plugin Configuration Manager) w zakładce Plus Biometric Signature. Domyślnie, po wgraniu wtyczki, nie jest utworzony żaden plik konfiguracyjny, więc należy utworzyć i skonfigurować nowy. Dane w nim przechowywane są w formacie JSON.

Nazwa parametruOd wersjiOpisTyp parametru

Uwagi i ograniczenia

alignment*1.0.0

Określa względem którego z czterech rogów strony dokumentu obliczona zostanie pozycja znaku wodnego na podstawie wartości parametrów positionX% oraz positionY%.

Tekstowy

Należy zwrócić uwagę na odpowiednie wartości parametrów positionX% oraz positionY%, ponieważ w zależności od wartości parametru alignment oraz anchor, znak wodny może wykraczać poza stronę dokumentu, czyli być częściowo lub wcale niewidoczny.

Dostępne wartości
TOP_RIGHT
TOP_LEFT
BOTTOM_RIGHT
BOTTOM_LEFT


anchor*1.0.0Określa punkt na obwodzie znaku wodnego lub na jego środku, na podstawie którego określane jest położenie znaku wodnego biorąc pod uwagę wartości parametrów positionX% oraz positionY%.Tekstowy
Dostępne wartości
TOP_LEFT
TOP_MIDDLE
TOP_RIGHT
CENTER_LEFT
CENTER_MIDDLE
CENTER_RIGHT
BOTTOM_LEFT
BOTTOM_MIDDLE
BOTTOM_RIGHT
pageNumber*1.0.0Definiuje numer strony dokumentu, na której ma zostać umieszczony znak wodny. Chcąc umieścić znak wodny od końca dokumentu, należy użyć wartości ujemnej wskazującej na numer strony liczony od ostatniej np. wartość -1 oznacza ostatnią stronę dokumentu.Całkowity 
positionX%*1.0.0Wskazuje pozycję procentową X (w poziomie) znaku wodnego względem wymiarów strony dokumentu. Pozycja ustawiana jest na podstawie wybranego rogu strony w parametrze alignment.CałkowityWartość z przedziału 0 - 100.
positionY%*1.0.0Wskazuje pozycję procentową Y (w pionie) znaku wodnego względem wymiarów strony dokumentu. Pozycja ustawiana jest na podstawie wybranego rogu strony w parametrze alignment.CałkowityWartość z przedziału 0 - 100.
opacity*1.0.0Określa stopień widoczności (nieprzezroczystość) wstawianego znaku wodnego.Zmiennoprzecinkowy
  • Wartość 0 (lub mniej)

Element jest w pełni przezroczysty (niewidoczny).

  • Wartość z przedziału (0, 1)

Element jest częściowo przezroczysty.

  • Wartość 1 (lub więcej)

Element jest w pełni nieprzezroczysty (jednolity).

removePDFSecurity*1.0.0Usuwa hasło, zabezpieczenia pliku chroniące przed jego modyfikacją, co sprawia możliwość wstawienia znaku wodnego do pliku. Wynikowy plik nie posiada żadnych zabezpieczeń w porównaniu do jego pierwotnej wersji. Parametr nie uwzględnia usuwania hasła pliku, które zostało użyte w celu zabezpieczenia go przed otwarciem.Logiczny 
portNumber1.0.2Określa nr portu, na którym będzie uruchamiany lokalny serwer Wacom. Parametr jest opcjonalny. W przypadku nieuzupełnienia parametru, zostanie zastosowany domyślny nr portu 9000.Całkowity 
{
  "alignment" : "TOP_LEFT",
  "anchor" : "TOP_LEFT",
  "pageNumber" : -1,
  "positionX%" : 50,
  "positionY%" : 85,
  "opacity" : 1,
  "removePDFSecurity" : false
}

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.

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 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 
{
  "alignment" : "TOP_LEFT",
  "anchor" : "TOP_LEFT",
  "pageNumber" : -1,
  "positionX%" : 50,
  "positionY%" : 85,
  "opacity" : 1,
  "removePDFSecurity" : false
}