1.0.3 • Published 7 years ago
images-to-pdf v1.0.3
ImagesToPdf
Combines images into a single PDF. 😇
Quick Start
Install
npm install --save images-to-pdf
Use
const imagesToPdf = require("images-to-pdf")
await imagesToPdf(["path/to/image1.jpg", "path/to/image2.png"], "path/to/combined.pdf")
// path/to/combined.pdf now exists.