1.0.3 • Published 3 years ago

auto-pdf-merger v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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.

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago