Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: October 2020
Convert MS Excel XLSX Files to DOCX using C#
MS Excel's XLSX files let you keep the tabular data in the form of rows and columns. You can store small, medium, or large-sized data within XLSX worksheets quite easily. However, there could be a case when you need to convert the spreadsheet data to a word processing format. For such cases, in this article, you will learn how to convert Excel XLSX to DOCX using C#. In addition, you will see how to customize the XLSX to DOCX conversion. So let's begin.
Posted in Aspose.Cells Product Family Tagged excel to word csharp, xls to docx csharp, xlsx to docx csharp
Compress, or Optimize PDF Files with Same Quality using Java
Different organizations use PDF files for secure and organized exchange of information. However, sometimes PDF files become huge in size owing to embedded contents like images, videos, drawings etc. You can easily optimize or compress such PDF file’s size without any compromise on the quality.
Create Excel Files using Java without MS Office
MS Excel spreadsheets have made it easier to keep and share a large amount of tabular data. Not only this, you can perform various operations such as applying formulas, generating charts and graphs, sorting and filtering data, and so on. In this article, you will learn how to implement Excel automation features from within your Java applications. After reading this article, you will be able to create MS Excel XLSX or XLS files from scratch using Java. In addition, this article will cover how to update an existing Excel file, generate charts, and add tables in Excel worksheets.
Convert PNG, JPG to TGA or Manipulate TGA using C#
TGA is an acronym for Truevision Graphics Adapter and is often referred as TARGA, Truevision Advanced Raster Graphics Adapter. You can convert PNG and JPG images to TGA, or manipulate TGA images using C#. TARGA is actually a raster graphic file format that is supported by Aspose.Imaging for .NET API, along with many other supported file formats.
Render TrueType Fonts Programmatically using C++
Characters are symbols that explain the meanings of different words. You can render different text characters with TrueType fonts using C++ with Aspose.Font for C++ API. It supports different text rendering features including TrueType, Type1, and other fonts. Let us explore how to use the text rendering features with a few simple API calls.
Posted in Aspose.Font Product Family Tagged render truetype fonts, truetype fonts cpp
Convert Excel XLS/XLSX to HTML using C#
Excel to HTML conversion could be useful in various scenarios such as converting sheets to web pages or embedding the content of the sheets within the web applications and so on. In this article, you will learn how to convert MS Excel (XLS/XLSX) files to HTML using C#. Furthermore, you will come to know how to use additional options to customize the Excel to HTML conversion.
Compare MS Word Documents using Java
The comparison of MS Word documents is performed to know about the difference between two versions of a document. MS Word provides a built-in option to compare the content of two documents. However, with the increased number of documents, it becomes difficult to perform the document comparison manually. In order to automate this process, this article covers how to compare two MS Word (DOC/DOCX) documents using Java.
Convert Word DOC or DOCX to HTML, MHTML in C# VB.NET
You can easily convert Word documents (DOC/DOCX) to web pages like HTML or MHTML format. Aspose.Words for .NET API can be used to perform this conversion using C# or VB.NET. Conversion of Microsoft Word documents is a popular use case so different options are supported by the API for the conversion.
C# PDF to PPTX Conversion – Handle Notes and Decoration Graphics