File Format Conversion via C# .NET

Convert Microsoft® Office files, PDF, Images, HTML and different other formats without using any other software.

 Conversion via Python  Conversion via Java  Conversion via C++  Conversion in Android Apps  Conversion in PHP Apps

 

.NET Total Library speeds up developing document management solutions from scratch or enhancing existing applications to deal document manipulation with ease. API not only manages Microsoft Office documents but also handles PDF, HTML, Images TIFF, JPG, PNG, BMP and SVG, Email files, Video formats, GIS data formats and much more. It is complete set of document management and manipulation solution APIs without any software dependencies. Programmers can easily create, update, render, print and convert between most popular formats within any .NET based applications.

Convert Word to PDF

Total API supports not only inter conversion of Microsoft Word formats but also converting Word to PDF, HTML, Images, EPUB, Markdown and XPS. Process of conversion is simple. Load the Document via Document class and just call the Save method with target format. It’s so simple. Developers can check the conversion result before code integration of Word to PDF

C# - Word to PDF Conversion

 

Convert PDF to Images

API supports converting PDF to Images, Powerpoint, Excel and other formats. For PDF to Image conversion, let’s consider the JPG image as target file. Process is, load PDF file using Document class and initialize JpegDevice class object and render PDF to JPEG via Process method Load JPEG file by using Image class and finally call the Save method.

C# - PDF to Image Conversion

 

Convert Excel to Word and PowerPoint

For converting Microsoft Excel formats to different files including Word and PowerPoint, Relevant sub APIs involoved of main Aspose.Total for .NET API. Process of converting Excel files to Word document, load EXCEL file using Workbook class and convert EXCEL to PDF firstly and set SaveFormat to Auto. Then load the converted PDF file using Document class and call the Save method and set Doc, Docx as SaveFormat. Code also listed for Microsoft Excel to Powerpoint conversion.

C# - JSON to Excel Conversion

C# - Excel to JSON Conversion