UNPKG

@adobe/pdfservices-node-sdk

Version:

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

6 lines (5 loc) 203 B
export declare class PasswordProtection { protected readonly _userPassword?: string; protected readonly _ownerPassword?: string; constructor(userPassword?: string, ownerPassword?: string); }