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) 275 B
export declare class DocumentMergeParamsPayload { protected readonly _jsonDataForMerge: JSON; protected readonly _outputFormat?: string; protected readonly _fragments?: JSON[]; constructor(jsonDataForMerge: JSON, fragments?: JSON[], outputFormat?: string); }