I want to stream a pdf from a directory on the server using an ASP.NET page. This works fine. The catch is that I want to pass Adobe Open Parameters to land on a specific page.
Adobe has parameters for this: http://url/filename.pdf#page=XX
But, I can't find out how to stream the file rather than call it through a URL and get the #page= param to work.
Anyone ever done this?