0.5.1 • Published 7 months ago

node-images-to-pdf v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

node-images-to-pdf

transform images to pdf file, based on puppeteer

  • local and remote images
  • cache chunk pdf
  • proxy support
  • docker env support
import ImagesToPDF from 'node-images-to-pdf'
// const ImagesToPDF = require('node-images-to-pdf').default

const instance = new ImagesToPDF({
  // outputPath: ''
})

await instance.toPDF({
  // name: 'images',
  pdf: {
    // width: 520,
    // height: 1000
  },
  images: [
    // local images in outputPath
    // or remote image url
    'file1.jpg',
    'file2.jpg'
  ]
})
0.5.1

7 months ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.6

1 year ago

0.5.0

12 months ago

0.4.3

1 year ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.4

2 years ago

0.4.2

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago