1. Latest News
  2. Submit Press Release
  1. PR Home
  2. Latest News
  3. Feeds
  4. Alerts
  5. Submit Free Press Release
  6. Journalist Account

How to represent HTML page as PDF document in ASP.NET

The main class HtmlToPdf provides all necessary methods and properties to enable multi-purpose customization of the resulting PDF. Here is the simplest example code that shows how to convert HTML to PDF in ASP.NET C#

FOR IMMEDIATE RELEASE

 
HTML to PDF
HTML to PDF
PRLog (Press Release) - Jul 22, 2009 -
DuoDimension Software unveils PDF Duo .Net component, a fully-fledged HTML to PDF converter, that offers you an easy way to create/convert PDF documents from HTML web page in your own application or ASP.NET web site.
The main class HtmlToPdf provides all necessary methods and properties to enable multi-purpose customization of the resulting PDF. Here is the simplest example code that shows how to convert HTML to PDF in ASP.NET C# :
[------------------------------------------------------[C# example]-----------]

string file_html = @"http:www.sitecompany.comhtml_pagesconvert.html";
string file_pdf = @"http:www.sitecompany.compdf_docreport.pdf";
try
{
DuoDimension.HtmlToPdf conv = new DuoDimension.HtmlToPdf();
conv.OpenHTML(file_html);
conv.SavePDF(file_pdf);
System.Diagnostics.Process.Start(file_pdf);
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}
[------------------------------------------------------[C# example]-----------]
Also installing package is provided with fully featured demos written in both C# and Visual Basic. Simple examples with source code help you using the PDF Duo .Net component to successfully convert HTML to PDF. The functionality of the converter cover many particular task:
- Create PDF document using string formed by HTML tags.
- Converting the HTML page from remote address using URL.
- Converting the HTML page represented as string with html tags.
- After converting HTML to PDF open resulting PDF in the browser window without saving it on the hard disk.
- & others.
More information about how to convert HTML to PDF with help of PDF Duo .Net component see on the publisher website
http://www.duodimension.com/html_pdf_asp.net/component_ht...
If you have any questions or concerns about component, let us know:
support@duodimension.com
P.S.  Support team is very friendly & if you want add some functionality don't stay too long. Contact will give advantages to both sides

Photo:
http://www.prlog.org/10288864/1

# # #

Our goal is to provide high-quality components for converting between file formats. We develop components to convert formats such as PDF, HTML, DOC, XLS, RTF, XML. Users feedback is most important in helping us provide you with the best possible products. Contact us at: support@duodimension.com.

--- end ---

Click to Share

Contact Email:
***@duodimension.com Email Verified
Source:DuoDimension Software
Phone:+79068194160
Address:Zvereva 3-122
Zip:427430
City/Town:Phoenix
State/Province:Arizona
Country:United States
Industry:Computers, Internet, Technology
Tags:, , , , , , , ,
Last Updated:Jul 22, 2009
Shortcut:http://prlog.org/10288864
Disclaimer:   Issuers of the press releases are solely responsible for the content of their press releases. PRLog can't be held liable for the content posted by others.   Report Abuse

Upcoming Press Releases...



  1. SiteMap
  2. Privacy Policy
  3. Terms of Service
  4. Copyright Notice
  5. About
  6. Advertise
Like PRLog?
3.5K1.4K1.3K
Click to Share