A PDF is a fixed document used to display document contents uniformly independent of application software, hardware, and operating system. The Syncfusion Excel library converts an Excel document to PDF with just five lines of code. You can prepare your document for long-term archiving by converting it to PDF with conformance level PDF/A1B.
Converts complex Excel documents to PDF in a batch process faster than with Office automation libraries.
Convert Excel documents to PDF in partial trust environments like Microsoft Azure.
Excel-to-PDF conversion can be customized by setting certain parameters like to fit an entire sheet in one page, fit all rows or columns in one page, and convert sheets in specified scaling.
Embed the font glyphs from the TrueType fonts only for the characters used in the document (best for reducing file size).
Embed the complete TrueType fonts used in the document and display the document contents uniformly independent of whether the font is available or not.
Our built-in font substitution event allows you to choose alternate fonts from the device or upload required fonts.
Export hyperlinks in Excel that jump to different cells of the same or a different worksheet.
Header or footer elements separated into left, center, and right sections are exported.
Cells with styles applied but no data entered in them are considered to be blank cells. Rows with such cells are controlled on PDF export.
A large number of blank rows in a worksheet creates blank pages. Such pages can be controlled in Excel-to-PDF conversion.
Export document properties with the details of title, author name, subject, and keywords.
Optionally export Excel files with grid lines. By default, the grid lines are invisible.
Maintain identical images as a single copy within a converted PDF to reduce the converted file size. Also, adjust JPEG image quality and resolution to optimize the converted PDF file size.
Unsupported elements and missing fonts that are substituted in Excel-to-PDF conversion are captured as warnings.
Comments (notes) are rendered in Excel-to-PDF conversion. The position of the comments rendered in the PDF can be set.
Easily converts an Excel document to PDF with just five lines of C# code as demonstrated below. Also explore our .NET Excel Example that shows how to prepare your document for long-term archiving by converting it to PDF with conformance level PDF/A1B.
using(ExcelEngine excelEngine = new ExcelEngine())
{
IApplication application = excelEngine.Excel;
application.DefaultVersion = ExcelVersion.Xlsx;
IWorkbook workbook = application.Workbooks.Open("Sample.xlsx", ExcelOpenType.Automatic);
//Open the Excel document to Convert
ExcelToPdfConverter converter = new ExcelToPdfConverter(workbook);
//Initialize PDF document
PdfDocument pdfDocument = new PdfDocument();
//Convert Excel document into PDF document
pdfDocument = converter.Convert();
//Save the PDF file
pdfDocument.Save("ExcelToPDF.pdf");
}
CASE STUDY
Syncfusion’s file format components helped me create the reports I needed, fast. – J. Pereira, Software Developer.
The libraries have been built from scratch and refined for more than a decade to provide blazing-fast performance, comprehensive API, and compatibility across the latest and older versions of these files.
VIDEOS
Syncfusion File Format Libraries - Manipulate Excel, Word, PowerPoint, and PDF files
Read and write Excel, Word, PDF, and PowerPoint files. Also includes integrated visualization capabilities. Advanced features include support for pivot tables, pivot charts, mail-merge, and extensive formatting.
E-BOOK
Succinctly Series: Statistics Using Excel Succinctly
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.