Pieter Winkelmolen

Results 6 comments of Pieter Winkelmolen

@chunyenHuang thanks you for your reply but I really mean: I got a pdf as a base64-string and several images as base64-string. In what way can I append the images...

I forgot to mention: I donot want to write the file to the filesystem (= on the server) first and then create a stream. Kind regards, Pieter

Thank you @richard-kurtosys, I will give it a try!

@richard-kurtosys, all working until the pdfWriter. It is not created. Not knowing what is wrong there. Not logging: "after pdfWriter" My code: ` var pdfBuffer = self.convertFromBase64ToBuffer(pdfBase64String); var inStream =...

Managed to get the errormessage: "Unable to modify PDF file, make sure that output file target is available and that it is not protected"

Thank you again @richard-kurtosys. I am using ^0.1.3 for the memory-streams. Will have a look in coming days. Now focussing on another client! Will come back on it.