UNPKG

@adobe/pdfservices-node-sdk

Version:

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

7 lines (6 loc) 186 B
/** * This is an interface that represents the {@link PDFServicesJob} result. * It will encapsulate the result of {@link PDFServicesJob}. */ export interface PDFServicesJobResult { }