EVO Classic Excel to PDF Converter for .NET
EVO Classic Excel to PDF Converter for .NET can be used in any type of .NET application to convert Excel (.xls and .xlsx) documents to PDF documents. The Excel to PDF Converter does not use Microsoft Office or other third party tools. The Excel document to convert can be in a memory buffer or in a file and the resulted PDF can be produced in a memory buffer, in a file on disk or in a stream.
Integration with existing .NET applications is extremely easy, and no installation is required. The downloaded evaluation package contains assemblies for .NET Framework and .NET Standard 2.0, as well as demo applications with full C# source code in the Samples folder.
It can also be used to create, edit, and merge PDF documents. The Classic library is compatible with .NET Framework, .NET Core and .NET Standard 2.0 on Windows platforms. For applications that need to run on both Windows and Linux platforms, you can use the EvoPdf Next Excel to PDF Converter for .NET to convert Excel (.xlsx) to PDF.
The full EvoPdf Next Library for .NET can be used on Windows, Linux, Azure, and Docker platforms to create, edit, and merge PDF documents, convert HTML to PDF or images, convert Word, Excel, RTF, and Markdown to PDF, extract text and images from PDFs, search text in PDFs, and convert PDF pages to images.
The code below was taken from the Excel to PDF Converter demo application available for download in the Excel to PDF Converter product package. In this sample an instance of the ExcelToPdfConverter class is constructed and used to convert an Excel file to a PDF document in a memory buffer.
The resulted buffer is saved in a PDF file on disk. The demo also contains code for adding a header and a footer with page numbering to the resulted PDF document.