1.0.0 • Published 3 years ago

@jswork/next-pdf-merge v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

next-pdf-merge

An npm module to merge PDFs based on pdfbox for next.

version license size download

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

license

Code released under the MIT license.