Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i display a PDF/word File in the webpage using C#.
Suppose if the PDF file contains 100 pages, On my application i need to click next button to display the next page in pdf.

Can anyone help with an idea how to start with.


Regards,
Vasavi
Posted

i hope below link helpful for u
http://forums.asp.net/t/1068814.aspx[^]
 
Share this answer
 
Comments
vasavi.p 22-Aug-12 5:50am    
Hi Sravan, Thank u for taking your time. But Unfortunately, this is not solution for my Question. I want the pdf content on my webpage.Each Page of PDF should be display on my webpage.
First i propose you to use iFrame
<iframe src="test.pdf" width="600" height="600" scrolling="yes" name="content"></iframe>

If it isn't your choice then see these..
http://p2p.wrox.com/classic-asp-basics/25256-display-pdf-webpage.html[^]
Embed PDFs into a Web Page with a Custom Control[^]
http://www.ehow.com/how_5212195_open-pdf-file-aspnet.html[^]
 
Share this answer
 
v2
Comments
vasavi.p 22-Aug-12 6:39am    
Hi Ridoy, Thank u for the reply.
I don't want to display all the content of PDF in a single page with scrolling option. Rather i want to display each page of pdf content and when i click on the next button, the webpage should load with the next page of pdf content.
Hope you understand clearly
ridoy 22-Aug-12 6:48am    
so then u need to access that pdf file from your page

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900