UNPKG

@adobe/pdfservices-node-sdk

Version:

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

11 lines (10 loc) 221 B
export declare class AssetMetadata { private readonly _type; private readonly _size; constructor(params: { type: string; size: number; }); get type(): string; get size(): number; }