«Excel to PDF .Net» is 100% written in C# (.NET Framework and .NET Core) assembly which provides a wide set of API for developers. It gives your application the abilities of exporting any *.xls and *.xlsx (Excel 97 - 2019 workbook) to PDF, Word, RTF and DOCX formats. See details:
It supports the conversion of *.xls and *.xlsx to PDF, Word, RTF, DOCX with:
- Full font and text formatting: colors, face, size, bold, italic, underline, strike, superscript, subscript.
- Export of spreadsheets with preserving borders, background.
- Hyperlinks and anchors.
- Special characters.
- Multiple worksheets in a single document.
- Various cell types: strings, numbers, dates, floating point.
- Merged cells, row and cell width and height.
- Formulas.
- XLSX and XLS files protected by a password.
- Export Excel workbooks in memory.
-
Save a time and cost of developing of my application. You will need to only add the reference to "SautinSoft.ExcelToPdf.dll" and write 3-4 C# lines to get ability to convert Excel to PDF, RTF, DOCX.
-
The one product provides me by set of API to convert .xls and .xlsx to PDF, RTF, DOCX at once, split and merge PDF documents.
-
Because of this is absolutely standalone .NET Framework and .NET Core assembly, I don't need to worry about the availability of Adobe Acrobat, MS Office, OpenOffice or other software on the my client's computers.
-
The one time price. I pay a one time and can use «Excel to PDF .Net» for a whole life without any additional fees. My license will never expires.
- As bonus, I get unlimited technical support during a whole life for free and independently of the date of my purchasing.
- Specify to convert a whole Excel workbook or custom spreadsheets or custom cells in a diapason.
- Specify the page properties for produced document: page size, orientation and margins.
- Add page numbers with a desired formatting.
- Specify a password for protected workbooks.
Typical applications where our component can be used
- Conversion of Excel spreadsheets and workbooks from database to PDF purposely display it in ASP.NET page.
- Create a hard-copy of XLS file in PDF format for exchange and forbid changing.
- Export XLS to Word for printing purposes.
See how easy to work with component
Let us say, to convert a spreadsheet from Excel document to PDF within C# application:
ExcelToPdf x = new ExcelToPdf();
x.PageStyle.PageSize.Letter();
// Set PDF as output format.
x.OutputFormat = SautinSoft.ExcelToPdf.eOutputFormat.Pdf;
// Let's convert only 1st sheet.
x.Sheets.Custom(new int[] { 1 });
string excelFile = @"d:\myWorkBook.xlsx";
string pdfFile = Path.ChangeExtension(excelFile, ".pdf"); ;
try
{
x.ConvertFile(excelFile, pdfFile);
System.Diagnostics.Process.Start(pdfFile);
}
catch (Exception ex)
{
Console.WriteLine(ex.Message);
Console.ReadLine();
}
Requirements and Technical Information
«Excel to PDF .Net» can be used on 32 and 64-bits platforms with .NET Framework 4.0, .NET Core 2.0 and higher. The component doesn't require Microsoft Excel or any other software. It's absolutely standalone and independent library.
Our product is compatible with all .NET languages and supports all Operating Systems where .NET Framework and .NET Core can be used. Note that «Excel to PDF .Net» is entirely written in managed C#.
Reasonable prices
The library offers developers high quality conversion at reasonable prices. The main point of interest is that «Excel to PDF .Net» is less expensive than all of its more or less popular counterparts. For example, a single license cost $439(US) with no additional fees or royalties!
Download
To see this functionality firsthand, download the freshest «Excel to PDF .Net» with code examples, 34.7 Mb.
Limitations
Excel to PDF .Net The limitations of the free version are: The trial notice "Created by unlicensed version of Excel to PDF .Net" and the random addition of the word "TRIAL".