jsPDF - include other pdf
I'm trying to solve such problem with jsPDF: I have PDF file, which is stored on server. I'm generating another pdf with jsPDF and trying to append to already existed pdf file (as I mentioned above) as a another page. I googled about it, but can't find any help. Also I found this question on stackoverflow, but it is different scenario - Append Existing Pdf to Jspdf How can I make this to work? Or is any other plugin or something else to make this? Unforfortunately, with jsPDF today (2018) it is not supported. Alternative solution But you could edit server side with free PHP library like FPDI .