I want to render a pdf in Iframe. So if I do a GET request to http://localhost/pdf/2, it should return PDF content in the response stream. The other way can be redirecting user to full URL of the PDF file which I don't want to do.
Thanks in advance
|
I want to render a pdf in Iframe. So if I do a GET request to http://localhost/pdf/2, it should return PDF content in the response stream. The other way can be redirecting user to full URL of the PDF file which I don't want to do. Thanks in advance
| ||||
|
feedback
|
|
you can use the InMemoryFile and InMemoryDownloadableFile classes. An example:
| |||
|
feedback
|