UNPKG

@adobe/pdfservices-node-sdk

Version:

The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.

31 lines (30 loc) 1.73 kB
export declare class OperationHeaderInfoEndpointMap { static readonly CREATE_PDF: OperationHeaderInfoEndpointMap; static readonly COMBINE_PDF: OperationHeaderInfoEndpointMap; static readonly EXPORT_PDF: OperationHeaderInfoEndpointMap; static readonly EXPORT_PDF_TO_IMAGES: OperationHeaderInfoEndpointMap; static readonly HTML_TO_PDF: OperationHeaderInfoEndpointMap; static readonly OCR: OperationHeaderInfoEndpointMap; static readonly COMPRESS_PDF: OperationHeaderInfoEndpointMap; static readonly LINEARIZE_PDF: OperationHeaderInfoEndpointMap; static readonly PROTECT_PDF: OperationHeaderInfoEndpointMap; static readonly INSERT_PAGES: OperationHeaderInfoEndpointMap; static readonly REPLACE_PAGES: OperationHeaderInfoEndpointMap; static readonly REORDER_PAGES: OperationHeaderInfoEndpointMap; static readonly ROTATE_PAGES: OperationHeaderInfoEndpointMap; static readonly DELETE_PAGES: OperationHeaderInfoEndpointMap; static readonly REMOVE_PROTECTION: OperationHeaderInfoEndpointMap; static readonly SPLIT_PDF: OperationHeaderInfoEndpointMap; static readonly MERGE_DOCUMENT: OperationHeaderInfoEndpointMap; static readonly EXTRACT_PDF: OperationHeaderInfoEndpointMap; static readonly PDF_PROPERTIES: OperationHeaderInfoEndpointMap; static readonly AUTO_TAG: OperationHeaderInfoEndpointMap; static readonly E_SEAL: OperationHeaderInfoEndpointMap; static readonly PDF_ACCESSIBILITY_CHECKER: OperationHeaderInfoEndpointMap; static readonly PDF_WATERMARK: OperationHeaderInfoEndpointMap; private readonly _headerInfo; private readonly _endpoint; private constructor(); get headerInfo(): string; get endpoint(): string; }