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) 219 B
/** * Supported regions to be used with {@link ClientConfig}. */ export declare enum Region { /** * Represents US region */ US = "US", /** * Represents Europe region */ EU = "EU" }