Tag Archives: html to pdf

ExpertPdf v15.0 released

A new version of ExpertPdf HtmlToPdf Converter is now available (v15.0). The new version contains bug fixes and performance improvements.

Together with the Html to Pdf converter, new versions of the following tools were also released: Pdf Creator, Pdf To Text, Pdf Merge, Pdf Split, Pdf Viewer, Pdf Security, Pdf Images Extractor, Rtf To Pdf, Pdf To Image Converter, ExpertXls Excel Library.

ExpertPdf is a .NET library that lets you create PDF documents from web pages or raw HTML markup in your applications.

ExpertPdf is in business since 2007 and it’s being used by thousands of companies world wide. Here you can view a list of our best known customers. You can download the latest version of ExpertPdf Html To Pdf Converter for .NET and ExpertPdf PdfCreator right now.

Starting with v15.0, all the tools included in ExpertPdf Toolkits have .NET Core versions and Nuget packages.

ExpertPdf v12.0 released

A new version of ExpertPdf HtmlToPdf Converter is now available (v12.0.0). The new version contains bug fixes and performance improvements.

Together with the Html to Pdf converter, new version of the following tools were also released: Pdf Creator, Pdf To Text, Pdf Merge, Pdf Split, Pdf Viewer, Pdf Security, Pdf Images Extractor, Rtf To Pdf, Pdf To Image Converter.

ExpertPdf is a .NET library that lets you create PDF documents from web pages or raw HTML markup in your applications.

ExpertPdf is in business since 2007 and it’s being used by thousands of companies world wide. Here you can view a list of our best known customers. You can download the latest version of ExpertPdf Html To Pdf Converter for .NET and ExpertPdf PdfCreator right now.

ExpertPdf v11.0 released

A new version of ExpertPdf HtmlToPdf Converter is now available (v11.0.0). The new version contains bug fixes and performance improvements.

Together with the Html to Pdf converter, new version of the following tools were also released: Pdf Creator, Pdf To Text, Pdf Merge, Pdf Split, Pdf Viewer, Pdf Security, Pdf Images Extractor, Rtf To Pdf, Pdf To Image Converter.

ExpertPdf is a .NET library that lets you create PDF documents from web pages or raw HTML markup in your applications.

ExpertPdf is in business since 2007 and it’s being used by thousands of companies world wide. Here you can view a list of our best known customers. You can download the latest version of ExpertPdf Html To Pdf Converter for .NET and ExpertPdf PdfCreator right now.

For more details about ExpertPdf Toolkit, visit www.html-to-pdf.net or www.expertpdf.net.

ExpertPdf v10.2 released

A new version of ExpertPdf HtmlToPdf Converter is now available (v10.2.0). The new version contains bug fixes and performance improvements.

Together with the Html to Pdf converter, new version of the following tools were also released: Pdf Creator, Pdf To Text, Pdf To Image, Pdf Img Extractor.

ExpertPdf is a .NET library that lets you create PDF documents from web pages or raw HTML markup in your applications.

ExpertPdf is in business since 2007 and it’s being used by thousands of companies world wide. Here you can view a list of our best known customers. You can download the latest version of ExpertPdf Html To Pdf Converter for .NET and ExpertPdf PdfCreator right now.

For more details about ExpertPdf Toolkit, visit www.html-to-pdf.net or www.expertpdf.net.

ExpertPdf Tools v10 Released

ExpertPdf Toolkit is a suite of PDF tools that cover the majority of PDF related needs in applications written using the .NET Framework. The Toolkit contains a lot of powerful components: html to pdf converter, pdf creator, pdf merger, pdf splitter, pdf security library, pdf to text converter, pdf to image converter (new), rtf to pdf converter, pdf images extractor, pdf viewers.

In business since 2007, ExpertPdf has just released version 10 of the toolkit.

Continue reading

ExpertPdf Html to Pdf Converter and Microsoft Azure

ExpertPdf works on Windows Azure only if it is used in a virtual machine or a cloud service. Due to some security restrictions, ExpertPdf does not work on Microsoft Azure if the web site execution mode is used.

Later update: Starting with v12.2 ExpertPdf added a new rendering engine called WebKit2 that works on Microsoft Azure.

Continue reading

ExpertPdf Html To Pdf Converter – Headers and Footers

ExpertPdf provides full support for pdf document headers and footers. In order to show or hide the header or footer on the rendered document you have to set the ShowHeader and ShowFooter properties of the PdfDocumentOptions property of the PdfConverter class. For example, to add both footer and header to the generated document you can use the following code:

Continue reading

ExpertPdf Html To Image Converter – API

As part of ExpertPdf HtmlToPdf Converter, there is also the ImgConverter class. This class defines a set of methods to render a image from a URL or from a HTML string. The conversion result can be a stream of bytes as byte[] object or a file on the disk. The image bytes can be further saved in a disk file or can be send a HTTP response to the client browser.

Continue reading

ExpertPdf Html To Pdf Converter – API

The converter API is fully documented in the Doc/HtmlToPdf.chm that can be found in the product archive that can be downloaded from www.html-to-pdf.net. In order to use the converter library you have include the ExpertPdf.HtmlToPdf namespace in your application. The main classes in this namespace is the PdfConverter class and the ImgConverter class which expose the methods you can use to render a PDF document or an image from a URL or a HTML string. Below is a brief description of the main classes and properties of the converter.

Continue reading