The Aspose.Cells PDF Converter for .NET processes multiple Excel file types such as XLS, XLSX, and CSV. With this integration, developers can ensure that shared PDFs are presented flawlessly, allowing recipients to view and print documents without requiring specific software. The conversion operation preserves the intricate layout and formatting inherent in Excel, enhancing readability and data presentation.
Workbook
class by providing the Excel file path to its constructor.Workbook.Save
method, specifying the output PDF file path to produce the converted document.Acquire the necessary assembly files directly from the downloads page or use NuGet to install Aspose.Cells
effortlessly into your workspace.
It is a comprehensive tool enabling developers to programmatically convert Excel and OpenOffice spreadsheet formats directly to PDF within any .NET application.
Aspose.Cells for .NET is a multifunctional library allowing extensive manipulation and creation of spreadsheet documents. In contrast, the PDF Converter is tailored for converting existing spreadsheets into PDF format, providing a focused solution for document conversion tasks.
It supports a broad spectrum of spreadsheet formats including XLS, XLSX, XLSM, XLTX, XLTM, XLSB, CSV, TSV, HTML, ODS, and more. Detailed format compatibility information can be found here.
Yes, the library provides the PdfSaveOptions
class, allowing you to define various parameters for conversion, including print configurations, font settings, security options, and compression. Furthermore, you can save Excel files as PDF/A compliant documents.