简体   繁体   中英

Displaying PDF from stream using Node.js and Express

I'm developing application using Node.js and Express. I have need to display PDF stored in GridFS. So I'm getting it as a stream and now I need to display it.(not download it but display on the fly) Can someone share some examples (both js and html code) how similar tasks can be done?

您是否尝试过Pdfkit:

sudo npm install pdfkit

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM