1.0.3 • Published 6 years ago

images-to-pdf v1.0.3

Weekly downloads
1,963
License
MIT
Repository
github
Last release
6 years ago

Build StatusCoverage Status

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.