Table of Contents | ||
---|---|---|
|
...
Padconnector 3.0.5 | |
PDF-Service 5.5.0 |
Sample Page
The PadConnector Setup contains a demo page you can access by using this URL or inside the Installation folder (…StepOver\PadConnector\bin\test\xmlsigning).
https://signsocket.stepover.com:57357/test/xmlsigning/index.html
You have to provide the Input XML which will be forwarded to the PadConnector. While signing you will see a partial XML with the information about the signing process. After the signing process you can download the output-XML or the signed PDF directly.
XML-Documentation
The XML allows to create a signature process with defined signature position. The XML is a container which contains the PDF document as base64 stream, the information of the signature positions and configuration values. After signing you can collect the Return-XML which contains the signed document and additional information of the signatures.
...
Info |
---|
The XML documentation is always based on the latest firmwarePadConnector Version. In case you have problems with specific XML Tags, please run a firmware update to check if that solves the issue. |
Name | Required | Description | ||||
---|---|---|---|---|---|---|
| Yes | The document as base64 stream | ||||
| Yes | Unites the section, that defines signature fields, offered to user, when he enters signing mode. Fields, defined in XML document are handled the same way as intelligent signature fields contained in SSS files. | ||||
| At least one of the tags | Each signature is a separate tag. The number of signature fields are not limited Nested tags of <Signature> are defined below. | ||||
| Declares a static field, as alternative to intelligent fields declared with Static field properties must be defined by child tags. Possible child tags are
| |||||
| Declares an empty signature field, which is already inside the PDF document. It's an alternative to static and intelligent fields. | |||||
| Yes as part of | Contains the name of the Signature field, which is already inside the PDF. | ||||
| Yes, as part of | Contains anchor substring, that is used to find signature fields. | ||||
| Yes, as part of | Defines signature field sizes in centimeters. | ||||
| Optional as part of | Defines the position of the anchor point inside rectangle, surrounding the key string. Possible values: 1 - top left 2 – top center 3 – top right 4 – center left 5 – center 6 – center right 7 – bottom left 8 – bottom center 9 – bottom right Can be represented visually as 3x3 matrix: 1 2 3 4 5 6 7 8 9(part of More information can be found here. | ||||
| Optional as part of | Defines the position of the field relatively to the key string based on a 3x3 matrix simelar to DisplacementTLIndex, just mirrored.(part of 9 8 7 6 5 4 3 2 1 More information can be found here. | ||||
| Optional as part of | Are optinal tags. By specifying non-zero values, it's possible to move the signature field by the given number of centimetres. Positive values move the field to the right / bottom, negative values to the left / top. (part of | ||||
| Optional | Is an optional field indicating that signature field is mandatory. Please note: webSignatureOffice expects a value for this tag: <Mandatory>1</Mandatory> means mandatory field, <Mandatory>0</Mandatory> means optional field | ||||
| Optional as part of | Optional tags, that are defining the position and sizing of the signature field (rectangle) on the device display.
(0, 0) is upper left corner and (100, 100) is bottom-right corner.
The value range is between 10 and 100 percent. | ||||
| Optional | Is an optional tag. Specifies signature stamp (text), that is stored together with signature image on document page.
The value 0x00FF0000 represents full-intensity, pure blue, 0x0000FF is pure green, and 0xFF0000 is pure red. 0x000000 is black and 0xFFFFFF is white.
<Posistion> defines the position of the stamp on signature image. default is BottomLeft. hier are all posible values:
Information about the stamp placeholder can be find here | ||||
| Optional | Tags can be used to specify signer name, reason for signing and signing location respectively. | ||||
| Optional | If this tag is included, the device starts signing automatically after document is opened. | ||||
| Return Value | This tag is added into the result xml, to indicate if the signature was added or skipped. By Values: 0 = not signed 1 = signature was signed | ||||
| Return Value | This tag is added to the result xml for each Values: 0 = not signed 1 = signature was signed | ||||
| Return Value | This tag is added into the result xml, to indicate if the signature position ( Values: 0 = not found in the document 1 = found inside the document |
...
View file | ||
---|---|---|
|
existing Signaturefields:
...