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) 235 B
/** * Supported scheme types for {@link ProxyServerConfig}. */ export declare enum ProxyScheme { /** * Represents HTTP scheme. */ HTTP = "http", /** * Represents HTTPS scheme. */ HTTPS = "https" }