images-to-pdf

1.0.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i images-to-pdf

Weekly Downloads

671

Version

1.0.3

License

MIT

Unpacked Size

442 kB

Total Files

9

Last publish

Collaborators

  • mluby