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) 223 B
/** * Supported Formats for exporting Table Data {@link ExtractPDFJob} */ export declare enum TableStructureType { /** * CSV Format */ CSV = "csv", /** * XLSX Format */ XLSX = "xlsx" }