Version: 2008

HTML to PDF Converter for .NET 2.3

  • Quick specs
  • Price: Free to try (Product watermark displayed); $120.00 to buy
  • Operating system: Windows 2000/XP/Vista
  • Date added: April 27, 2007
  • Total Downloads: 2,965
  • Downloads last week: 25
  • See full specifications
Add to my list Add to my Watch List

A newer version of HTML to PDF Converter for .NET is available.

(Download doesn't provide access to previous versions of this program.)

Publisher's description

From Outside Software :

The HTML to PDF Converter Library for .NET can be used as a general purpose component for converting web pages and HTML code to PDF documents and images in any format or it can be used to easily create PDF reports directly from ASP.NET pages to benefit from the great power of standard ASP.NET databound server controls. The converter can convert the web pages to PDF documents with selectable texts and objects or to PDF documents with an embedded image. You can add footers and headers to the rendered document, set the page size, page orientation and PDF compression level. The library can be used from any .NET 2.0 application (windows forms, ASP.NET web sites or command line tools). When using the converter from ASP.NET web sites you can opt for the HTML to PDF Converter ASP.NET server control to benefit from the Visual Studio 2005 design time capabilities. The .NET 2.0 libraries, ASP.NET server controls and the provided samples are royalty free.

Version 2.3 adds the possibility to define custom page breaks in the HTML code. You have to simply put the :pb tag where you want split the page.

What's new in this version:

Version 2.3 adds the possibility to define custom page breaks in the HTML code. You have to simply put the :pb tag where you want split the page.

CNET Top Weekly Download for Free Anti-Virus Protection

More popular Components & Libraries downloads

  1. 1,219 downloads 1. Wireless Communication Library MFC Edition
  2. 736 downloads 2. Java Flash Player - JFlashPlayer
  3. 671 downloads 3. Process Guard Component
  4. 587 downloads 4. Visual Basic 5.0 Runtime Module
  5. 525 downloads 5. Unique RAR File Library
  6. See all Components & Libraries downloads
Because what good is a new computer without the right software?

User reviews of HTML to PDF Converter for .NET 2.3

  • Showing 2 of 2 user reviewsSee all 2 user reviews
    This software version | All versions

  • 5 stars

    1 out of 1 people found this review helpful

    Version: HTML to PDF Converter for .NET 2.3

    "Successfully used this Library in my .NET projects"

    by flchivu on September 3, 2007

    Pros: Instant integration with my .NET and ASP.NET applications. Low price for royalty free.

    The best one for its price. I downloaded the HTML to PDF Converter Library for .NET 2.0 from dotnet-reporting.com (or from winnovative-software.com is the same).

    You can convert a HTML string or a web page URL to PDF in only a few lines of code:

    PdfConverter pdfConverter = new PdfConverter();

    pdfConverter.LicenseKey = "P38cBx6AWW7b9c81TjEGxnrazP+J7rOjs+9omJ3TUycauK+cLWdrITM5T59hdW5r";

    // set the converter options

    pdfConverter.PdfDocumentOptions.PdfPageSize = PdfPageSize.A4;

    pdfConverter.PdfDocumentOptions.PdfCompressionLevel = PdfCompressionLevel.Normal;

    pdfConverter.PdfDocumentOptions.PdfPageOrientation = PDFPageOrientation.Portrait;

    pdfConverter.PdfDocumentOptions.ShowHeader = false;

    pdfConverter.PdfDocumentOptions.ShowFooter = false;

    pdfConverter.PdfDocumentOptions.GenerateSelectablePdf = selectablePDF;

    // Performs the conversion and get the pdf document bytes that you can further

    // save to a file or send as a browser response

    byte[] pdfBytes = pdfConverter.GetPdfFromUrlBytes(urlToConvert);

    // send the PDF document as a response to the browser for download

    System.Web.HttpResponse response = System.Web.HttpContext.Current.Response;

    response.Clear();

    response.AddHeader("Content-Type", "binary/octet-stream");

    response.AddHeader("Content-Disposition",

    "attachment; filename=ConversionResult.pdf; size=" + pdfBytes.Length.ToString());

    response.Flush();

    response.BinaryWrite(pdfBytes);

    response.Flush();

    response.End();

    Was this review helpful? YES | NO

    Reply to this review

  • 5 stars

    1 out of 1 people found this review helpful

    Version: HTML to PDF Converter for .NET 2.3

    "Awesome"

    by fchivu on May 30, 2007

    Pros: There is acompletely free html to pdf converter application now built on top of this library on the dotnet-reporting.com website or winnovative-software.com , is the same.

    Was this review helpful? YES | NO

    Reply to this review

  • See all 2 user reviews Write review

Submit your review

Log in or create an account to submit your review for:

HTML to PDF Converter for .NET 2.3

ORLog in with your Facebook account
1. Rate this product:
(Mouse over the stars to rate this product and click to set your rating.)
2. One-line summary:(Summarize your review in one line. 10 characters minimum; required.)
0 of 55 characters
3. Pros:(Tell us what you like about this product. 10 characters minimum; required.)
0 of 250 characters
4. Cons:(Tell us what you don't like about this product. 10 characters minimum; required.)
0 of 250 characters
Bottom-line summary:(Explain to us in detail why you like or dislike the product, focusing your comments on the product's features and functionality, and your experience using the product. This field is optional.)
0 of 5000 characters

The posting of advertisements, profanity, or personal attacks are prohibited.
Click here to review our site terms of use.

Submit

Previous Versions:


advertisement