PDF Viewer Showing Last Page...
- by steve
I have a asp.net app that writes a pdf to file. Then, later that file is opened into a window (standard acrobat reader) for viewing. No problems there.
The weird part...
The entire document loads as it should, but the Reader initially shows the last page in the document on the screen. The user must then scroll up to the first page. It doesn't happen all the time (about 50%) and occurs across several test computers.
Is there a switch in the code I'm suppose to use in creating the file or displaying the file to tell the reader to "start displaying the document on the first page?"
Environment particulars:
asp.net 3.5 vb,
websupergoo's abcpdf.net pro 7 (assembly that creates the pdf file),
Windows 2008 Server,
IIS7
Thanks