auto-pdf-merger

1.0.3 • Public • Published

How to use Auto-pdf-merger Function:

  1. npm i --save-dev @types/node - if not available.

  2. "typeRoots": [ "../node_modules/@types" ] - add this line to tsconfig.jos if not available.

  3. npm i auto-pdf-merger - your pdf merger library

  4. declare var require: any - if not availabe

  5. const conStr = require('strconcatfunctions'); - call library.

  6. let res = await autoMerger.addBase64Array('here is the base64 array'); call the function with parameter.

ex. async doMerge(){

let pdfBase64Array = ['aaaaaa','bbbbbbbb'];

let pdfBase64Merged = await autoMerger.addBase64Array(this.pdfBase64Array);
console.log(pdfBase64Merged);

}

Thank you for using this library. Radumix.

Readme

Keywords

none

Package Sidebar

Install

npm i auto-pdf-merger

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

2.99 kB

Total Files

4

Last publish

Collaborators

  • radumix