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) 318 B
import { Region } from "../../Region"; export declare class PDFServicesUri { private static readonly URI; private static readonly US_URI; private static readonly EU_URI; private static readonly REGION_URI_MAP; static getURIForRegion(region?: Region): string; static get defaultUri(): string; }