Hello every one. I have an application on MVC3. My requirement is that, I want Convert my web page to pdf document. The pdf shiould be exactly as the web page with all images and all css. I tried itextcsharp but it does not render as full html web page,
Please Suggest some way.
we cannot make the PDF look exactly like the web page there are so many css and js things which browser does all those cannot things Acrobat reader doesn't do, so iTextSharp is a good one thats all we can achieve try implementing the inline css at most of
the places and see if it works out
imteyazahmad...
Member
286 Points
131 Posts
Html to Pdf
Jul 20, 2012 01:02 PM|LINK
Hello every one. I have an application on MVC3. My requirement is that, I want Convert my web page to pdf document. The pdf shiould be exactly as the web page with all images and all css. I tried itextcsharp but it does not render as full html web page,
Please Suggest some way.
Mudasir.Khan
All-Star
15346 Points
3142 Posts
Re: Html to Pdf
Jul 20, 2012 01:39 PM|LINK
we cannot make the PDF look exactly like the web page there are so many css and js things which browser does all those cannot things Acrobat reader doesn't do, so iTextSharp is a good one thats all we can achieve try implementing the inline css at most of the places and see if it works out
imteyazahmad...
Member
286 Points
131 Posts
Re: Html to Pdf
Jul 20, 2012 01:49 PM|LINK
hey @Mudasir.
check this link http://www.winnovative-software.com/
this site allows to convert entire web page to pdf. I want comething like this.
mattdwit
Member
12 Points
10 Posts
Re: Html to Pdf
Jul 20, 2012 09:53 PM|LINK
this html to pdf library has an accurate conversion of complex web pages
abdheshtech
Member
99 Points
32 Posts
Re: Html to Pdf
Jul 24, 2012 12:21 PM|LINK
hi,
Try this.
http://www.msdnonline.in/aspdotnet/How-we-can-export-page-html-to-pdf-using-csharp-dot-net.aspx
Web Developer