UNPKG

@adobe/pdfservices-node-sdk

Version:

The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.

14 lines (13 loc) 288 B
/** * Supported signature formats to create electronic seal required for {@link PDFElectronicSealParams}. */ export declare enum SignatureFormat { /** * Represents PKCS7 format. */ PKCS7 = "PKCS7", /** * Represents PADES format. */ PADES = "PADES" }