Is there a way to display a PDF in an asp.net webpage without frames?

I have a PDF document that needs to be picked up in the browser, edited and saved. I can save using Adobe's built-in toolbar, along with all the other acrobat features. But what I'm trying to see is the way the PDF is displayed on the web page alongside the web controls.

For example, at the top of a webpage, I have a dropdown. It has a list of PDF files. I choose one and the bottom of the web page opens in PDF format.

Thank.

0


source to share


4 answers


This is usually done using an iframe .



+1


source


Are you looking for something like Scribd iPaper viewer ?



You can embed or host it on your site.

+3


source


Sorry, you have to use either frames or iFrames. You can probably get it with a tag as well <object>

, but that might be browser related.

0


source


I would like to connect with people at ceTe (DynamicPDF developers). Their product allows you to dynamically replace the output of your page with a PDF file, but this involves changing the entire page (the mime type will be pdf). Is it possible to display a page on a panel? I don't think so, but they would be the people I spoke to.

0


source







All Articles