UNPKG

@adobe/pdfservices-node-sdk

Version:

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

10 lines (9 loc) 286 B
export declare class AssetDownloadUriResponse { private readonly _downloadUri; private readonly _type; private readonly _size; constructor(downloadUri: string, type: string, size: number); get downloadUri(): string; get type(): string; get size(): number; }