ImagesToPdf [Deprecated]
Combines images into a single PDF. 🥲
Deprecation
This package relies entirely on the wonderful muhammara PDF library.
Quick Start
Install
npm install --save lexis-images-to-pdf
Use
const imagesToPdf = require("lexis-images-to-pdf")
await imagesToPdf(["path/to/image1.jpg", "path/to/image2.png"], "path/to lexis.pdf")
// path/to/lexis.pdf now exists.

Log in or sign up for Devpost to join the conversation.