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) 135 B
export declare class PDFPropertiesParamsPayload { protected readonly _pageLevel?: boolean; constructor(pageLevel?: boolean); }