|
 |
.NET Framework 2.0 For discussion of the Microsoft .NET Framework 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the .NET Framework 2.0 section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
|
 |
|
|
 |

December 5th, 2008, 06:00 AM
|
Registered User
|
|
Join Date: Dec 2008
Location: ,MH,India.
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
convert HTML File to PDF file in vb.net
hello,
How do i convert my html file into pdf file with/without using third party tool.
please, help me.
|

December 5th, 2008, 12:37 PM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2007
Location: Newcastle, , United Kingdom.
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
|
|
There isn't anything built into the .Net framework, so basically you'll end up writing your own third party tool.
/- Sam Judson : Wrox Technical Editor -/
|

May 24th, 2012, 10:03 AM
|
Registered User
|
|
Join Date: May 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
A good html to pdf third party tool is the hiqpdf html to pdf converter . There is an online demo and a link to demo source code.
|

December 12th, 2013, 05:12 AM
|
Registered User
|
|
Join Date: Dec 2013
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: convert HTML File to PDF file in vb.net
Hi, here is another VB.NET Word tool which I believe you will find very easy to use and work with. For example here is a VB.NET sample code to convert HTML file into a PDF file in .NET:
Code:
' Convert HTML file into a PDF file.
DocumentModel.Load("HTML file.html", LoadOptions.HtmlDefault).Save("PDF file.pdf", SaveOptions.PdfDefault)
|

June 16th, 2014, 02:33 AM
|
Registered User
|
|
Join Date: Jun 2014
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
There is a PDF library from ExpertPDF. They offer easy to use tools and some sample codes to convert HTML to PDF in .net. Check more information about it here: http://www.html-to-pdf.net/html-to-pdf-vbnet.aspx
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |