Excel to PDF .Net is a standalone C# library to convert Excel XLS spreadsheets and workbooks to PDF and Word documents
Overview | Getting Started | Code Samples | History | License | Purchase | Support and Contacts

Getting Started

  1. Launch Microsoft's Visual Studio .NET
  2. Create a new project or open existing
  3. In Solution Explorer right click "References" and "Add Reference":

    Adding a reference to Excel to PDF .Net
  4. Add reference to SautinSoft.XlsToPdf.dll
    (for .Net 1.1 it located in: "Net 1.1\SautinSoft.XlsToPdf.dll")
    (for .Net 2.0, 3.0, 3.5 and 4.0 it located in: "Net 2.0, 3.0, 3.5 and 4.0/SautinSoft.XlsToPdf.dll")
  5. Well done! Now your project able to convert Excel workbooks to PDF format!

Here we offer you some code samples in VB.Net and C#:

  • Convert Excel file to PDF file using SautinSoft.XlsToPdf.ConvertFile method
  • Convert Excel workbook to PDF document in memory using SautinSoft.XlsToPdf.ConvertByte method
© Copyright SautinSoft™ 2009 - 2011