开发者

Quick & Easy PDF Viewer Ideas

开发者 https://www.devze.com 2023-02-11 03:34 出处:网络
This question has been asked several times but my situation is a little different. I have a web application written in C# where I get a string value passed to this page I\'m working on.This string va

This question has been asked several times but my situation is a little different.

I have a web application written in C# where I get a string value passed to this page I'm working on. This string value represents a filename of a PDF fil开发者_开发知识库e I need to display on this page. I'm supposed to have a left panel where I have some information displayed, and a right panel showing the contents of a PDF file. I'm using a simple table here to separate the panels. All PCs should already have Acrobat Reader installed.

My question is simple. How can I display the contents of the PDF file within this table? I don't need anything fancy. It has to be free and simple enough for a newbie like me to set up. It could even be written in jQuery/AJAX, if there even is a way.

I've looked at a Webbrowser control within an ASP.NET page, but it looks way too complicated for a simple viewer. I looked at Webparts, but I'm not sure if that's doable in a non-Sharepoint environment. Suggestions?


Have you tried the object tag? More ideas are here Make PDF display inline instead of separate Acrobat Reader window

0

精彩评论

暂无评论...
验证码 换一张
取 消