Skip to content

trakservices/pdfendpoint-npm

Repository files navigation

pdfEndpoint service

Wrapper for more convenient use of the service.

pdfEndpoint docs - pdfendpoint.com/docs.

Usage example

import { PdfEndpointService } from 'pdfendpoint';

const pdfEndpointService = new PdfEndpointService('MY_API_KEY')

await pdfEndpointService.convert({ ... })