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) 144 B
/** * Notifier Type Mapping. */ export declare enum NotifierType { /** * Callback notifier type. */ CALLBACK = "CALLBACK" }