Answer the question
In order to leave comments, you need to log in
How to get PDF file from nodejs server?
There is a pdf file on the server.
I receive it
and send it in the server response with content-type = 'application/pdf'
how can I get this file from js and download/open it? let file=fs.readFileSync('./file.pdf')
... res.write(file);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question