EVO HTML to PDF Converter is not using any third party tools and no installations or special settings are necessary on the server in order to get it working. The same assembly works both in 32-bit and 64-bit environments and xcopy deployment on the server is supported. The product is delivered into a zip archive and it doesn't have an installer. You have to simply unzip the archive in a folder on the disk. Below is a brief description of the archive folders.

Bin Folder

The Bin folder contains the .NET assemblies you can use in your application and a compiled Windows Forms sample application that you can use to quickly evaluate the converter in your environment.

evohtmltopdf.dll ‐ is the HTML to PDF converter library that you can link in any .NET application, either Windows Forms or ASP.NET.

evohtmltopdf.xml ‐ is the HTML to PDF converter API reference in XML format for Visual Studio IntelliSense.

quickdemo.exe ‐ is a Windows Forms application that can be used to convert a web page from an URL or a HTML string to PDF or Image.

Doc Folder

The Doc folder contains the HTML to PDF Converter User Guide and the API Reference in chm format.

Help.chm ‐ contain the HTML to PDF converter library API Reference and User Guide in Microsoft Compiled HTML Help format.

Samples Folder

The Samples folder contains the demo applications for .NET 2.0 and .NET 4.0 in C# and VB.NET for ASP.NET and Windows Forms. They represent a source of ready to use code for various features of the converter.

EvoHtmlToPdfWebDemo ‐ is an ASP.NET application which shows how to convert web pages and HTML code to PDF and images. The application includes many demo pages, each page showing various features of the converter.

EvoHtmlToPdfDemo ‐ is a Windows Forms application which shows how to convert web pages and HTML code to PDF and images. The application includes many demo forms, each form showing various features of the converter.

See Also