@jswork/next-pdf-merge
v1.0.0
Published
An npm module to merge PDFs based on pdfbox for next.
Downloads
5
Readme
next-pdf-merge
An npm module to merge PDFs based on pdfbox for next.
installation
npm install -S @jswork/next-pdf-merge
usage
import '@jswork/next-pdf-merge';
nx.pdfMerge({
input: './__tests__/docs/*.pdf',
output: './__tests__/output.pdf'
})
resources
- https://pdfbox.apache.org/2.0/commandline.html#pdfmerger
- https://medium.com/@chetansachdev/solved-installing-node-pdfbox-in-osx-3af95f0285c2
- https://github.com/karuppiah7890/easy-pdf-merge
license
Code released under the MIT license.