Hello! I’m not sure if the title was the correct way to ask, but I want to use the pdfkit library for node.js and it relies on the ability to open a content stream, add text, images, etc, to it, and finally close it. I’m looking for something similar to fs.createWriteStream
.
Looking through XD’s documentation it seems like I can only do basic read or write? I would really appreciate any help or advice on this, thanks!