如何在新的浏览器窗口中显示PDF :)

如何在新的浏览器窗口中显示PDF :)

问题描述:

我正在尝试重新运行Visual Basic(ASP .NET 2.0)应用程序,该应用程序根据请求向用户提供PDF。我指定了相应的MIME类型(Application / pdf),但需要在新的浏览器窗口中打开pdf。有任何想法吗?我感谢任何和所有的输入

谢谢

I am trying to re-work a Visual Basic (ASP .NET 2.0) application that delivers a PDF to a user based on requests. I have the appropriate MIME type (Application/pdf) specified but need to open the pdf in a new browser window. Any ideas? I appreciate any and all input
Thanks

如果你问如何在vb.net中这样做,你应该问一下.net论坛。
If you are asking how to do it in vb.net, you should ask on the .net forum.



如果你问如何在vb.net中这样做,你应该在.net论坛上询问。
If you are asking how to do it in vb.net, you should ask on the .net forum.



谢谢...作为网站上的新手我仍然在这里找到我的方位:)

Thank you ... as a ''newbie'' to the site I''m still getting my bearings here :)


您是否已在服务器上安装了PDF文件,因此链接到该文件,或者您是否正在尝试生成PDF文件并将其显示给用户?
Do you already have the PDF file on the server and so this is linking to it or are you trying to generate the PDF file on the fly and display it to the user?