@adobe/pdfservices-node-sdk
Version:
The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.
9 lines (8 loc) • 322 B
TypeScript
import { RequestKey } from "./constants/RequestKey";
import { HttpBaseRequest } from "./http/HttpBaseRequest";
export declare class PDFServiceRequestContext {
private baseRequestMap;
constructor(pdfServicesUri: string);
getBaseRequest(requestKey: RequestKey): HttpBaseRequest;
private getDefaultHeaders;
}