Getting Started
- Launch
Microsoft's Visual Studio .NET
- Create a new project or open existing
- In Solution Explorer right click "References" and "Add Reference":
- 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")
- 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
|