UNPKG

@adobe/pdfservices-node-sdk

Version:

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

7 lines (6 loc) 230 B
/** * This marker class represents the basic contract for all the credential options * to be used for applying PDF Electronic Seal by {@link PDFElectronicSealParams}. */ export declare abstract class CertificateCredentials { }