UNPKG

@adobe/pdfservices-node-sdk

Version:

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

5 lines (4 loc) 132 B
export declare class RemoveProtectionParamsPayload { protected readonly _password: string; constructor(password: string); }