EVO HTML to PDF Converter

EVO PDF Server Installation

EVO PDF Client for .NET Documentation

EVO HTML to PDF Converter Client for .NET is an assembly you can directly reference in your application. In order to use the EVO HTML to PDF Converter Client Library for .NET in your applications you first have to install the HTML to PDF Server in Microsoft Azure Cloud or on a Windows machine. The client library will transparently connect to the HTML to PDF Server to execute the conversion and then it will return the result to your application.

The HTML to PDF Server can run in various Azure and Windows environments. It can run in an Azure Cloud Service Worker Role, in an Azure Cloud Service Web Role, in an Azure Service Fabric Application, in an IIS ASP.NET Web Application or in a Windows Service.

HTML to PDF Server Types

Below there is a short description of each type of HTML to PDF Server.

Windows Service ‐ The HTML to PDF Server runs in a Windows Service and the client library connects to this type of server using the TCP/IP address of the server assigned at server installation

Azure Cloud Service Worker Role ‐ The HTML to PDF Server runs in an Azure Cloud Service Worker Role and the client library connects to this type of server using the TCP/IP address of the server assigned at server installation

Azure Cloud Service Web Role ‐ The HTML to PDF Server runs in an Azure Cloud Service Web Role and the client library connects to this type of server using the HTTP URL of the server assigned at server installation

Azure Service Fabric Application ‐ The HTML to PDF Server runs in an Azure Service Fabric Application and the client library connects to this type of server using the TCP/IP address of the server assigned at server installation

IIS ASP.NET Web Application ‐ The HTML to PDF Server runs in an ASP.NET Web Application installed in IIS and the client library connects to this type of server using the HTTP URL of the application

See Also

Other Resources