UNPKG

@adobe/pdfservices-node-sdk

Version:

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

14 lines (13 loc) 246 B
/** * Supported inputs for Renditions To Extract {@link ExtractPDFJob} */ export declare enum ExtractRenditionsElementType { /** * Tabular Data */ TABLES = "tables", /** * Image Data */ FIGURES = "figures" }