Skip to content

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

License

Notifications You must be signed in to change notification settings

afeiship/next-pdf-merge

Repository files navigation

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.