InfoCert_SignPAdES

Description

Sign a document in PAdES format. The input document must be a .PDF file. The output signed document is a .PDF file


Authentication

AuthString InOutArgument<String> REQUIRED

The AuthString that was returned by the InfoCert_Login activity

View the docs for InfoCert_Login

The OTP received via SMS or generated by the InfoCert app

The SAT returned by the Authorize or ChallengePUSH activities

TransactionId InArgument<String>

The TransactionId returned by a Challenge activity


Certificate

CertificateId InArgument<String> REQUIRED

The ID of the signing certificate

CertificatePin InArgument<String>

The PIN of the signing certificate

SignerId InArgument<String> REQUIRED

ID of the signer


Document

DocumentToSign InArgument<IFileValue> REQUIRED

The document to be signed


Output

SignedDocument OutArgument<IFileValue> REQUIRED

The signed document


Signature

SignatureLevel SignatureLevel REQUIRED

The type of signature to be applied


Signature appearance

CoordinateBottom InArgument<Int32>

The Y coordinate of the bottom border of the signature field

CoordinateLeft InArgument<Int32>

The X coordinate of the left border of the signature field

CoordinateRight InArgument<Int32>

The X coordinate of the right border of the signature field

CoordinateTop InArgument<Int32>

The Y coordinate of the top border of the signature field

PageNumber InArgument<Int32>

The page number (starting from 1) where to display the signature field

SignatureImage InArgument<Byte[]>

The image to be displayed on the document as the digital signature field

Visible Boolean

Set to true if the signature should also be visually displayed on the document