pdfendpoint
v0.1.0
Published
pdfendpoint service
Downloads
519
Readme
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({ ... })