PDF Viewer Showing Last Page...

Posted by steve on Stack Overflow See other posts from Stack Overflow or by steve
Published on 2010-02-26T15:15:45Z Indexed on 2010/05/13 20:14 UTC
Read the original article Hit count: 222

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about pdf

Related posts about ASP.NET