![]() |
UseOffice .Net is SDK which gives you full set of API to convert between DOC, DOCX, XLS, XLSX, PPT, PPTX, Text, RTF, CSV, HTML and PDF documents.
|
Overview | Getting Started | Code Examples | Installation on Server | History | License | Purchase | Support and Contacts |
Getting StartedYou can easily integrate «UseOffice .Net» in any .Net Framework or .Net Core application. Let us say, you have just created a .Net Core project. To configure «UseOffice .Net» in your project, make the one step: 1. Add the reference to UseOffice.dll:You may add the reference to the UseOffice assembly by two ways: 1. Nuget (fast way): (Solution Explorer->right click by "References"->Manage Nuget Packages...->In the tab "Browse" type "SautinSoft" and find the "sautinSoft.useoffice")
![]() 2. Old good way by adding the reference:
First of all, download the «UseOffice .Net» package (useoffice_net.zip) from the SautinSoft website.
Unzip useoffice_net.zip and find the assembly file "UseOffice.dll". (At the Solution Explorer->right click by "References"->Add Reference...->Browse "UseOffice.dll")
![]()
Well done!Now your application is able to convert documents between DOCX, RTF, PPTX, XLSX, PDF and other popular formats! Here you will find the collection with Code Examples in C# and VB.Net. |