Knwsrw

Results 1 comments of Knwsrw

In my case , I wanted to add from 1 pdf to another a page ``` try { pdfDoc.insertPage(0, existingPage); } catch (error) { console.log(error); } ```