1
vote
How to get a pdf to display in a web browser before it’s fully downloaded.
This might happen if you are serving the PDF from an aspx page, to get the byte-serving that linearized pdf's need the page needs to be served directly or you need to provide the byte serving from …
