Merge 2 pdf files into 1 pdf
I tried to do it with 'jsPdf', but 2nd file is not getting added to the end of 1st file.
tried with 'pdf-actions' getting fileDoc.getPageIndices() is not a function.
for 'pdf-actions' I followed this: Merge created PDF with existing local PDF in ReactJS