Answers for "importing a pdf file in node"

0

node js serve pdf file

res.setHeader('Content-Type', 'application/pdf')
Posted by: Guest on May-09-2021
0

node js serve pdf file

res.setHeader('Content-Disposition', 'inline;filename=yolo.pdf')
Posted by: Guest on May-09-2021

Code answers related to "importing a pdf file in node"

Browse Popular Code Answers by Language