1.0.3 • Published 9 months ago

10t-images-to-pdf v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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.
1.0.3

9 months ago