Manage files on the server?

Asked

Viewed 49 times

1

I am making a server using Nodejs and Express and in it I am generating pdfs of reports. How do I manage these files, and when I talk about managing I mean having options like opening the pdf, downloading it and printing it. I am using the pdfMake library but it has bugs in this part to download, open or print the document. And if possible I intend to continue using this PDF generation library because of its ease of use. So my question is: Can you create open(), print() and download() methods manually?? If so, how do I do this???

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.