Group Messages from PST by Conversation Threads using C# .NET
A quick guide to grouping Outlook PST messages by conversation threads with C# and Aspose.Email.
OCR Image to Text and Spelling Correction in C#
Recognize and extract text from images, run spell checker and correct spelling mistakes in the retrieved text programmatically. In this article, you will learn how to perform OCR on images and correct spelling mistakes using C#.
Convert JPG to Word in C# .NET
JPG is one of the commonly used image formats. JPG format supports lossy compression which reduces the file size of the images. There could be the case when you need to import a JPG image to the Word document from within your .NET applications. Also, you may get a batch of JPG images that you need to convert into a Word document. To achieve that, this article shows how to convert JPG images to Word in C# .NET.
Convert PNG to Word in C# .NET
MS Word provides a range of exciting features to create rich text documents. You can enrich your documents with text formatting, tables, graphics, images, WordArt, and so on. In certain cases, you may need to import a PNG image to the Word document programmatically. Or you may get a batch of PNG images that you need to convert into a Word document. To achieve that, this article shows how to convert PNG images to Word in C# .NET.
Merge PS Files Programmatically in C#
PS files translate digital page layouts into printed copies exhibiting the right combination of text and graphics. In certain cases, you may need to merge different PostScript PS files into a single file. In accordance with such requirements, this article covers how to merge or combine PS files programmatically in C#.
Convert XLSX to JSON in Java
XLSX files are immensely used for storing small or large-sized data. Also, you can process and manipulate data by performing various operations. However, in certain cases, you have to transform the Excel data into JSON format, such as in web applications. To perform this conversion programmatically, this article shows how to convert an Excel XLSX file to JSON in Java.
Convert Image to Word in C#
MS Word has been in the business for many years that provides a bunch of features to create rich text documents. In addition to text formatting, you can use various graphical objects and images in the Word documents. In certain cases, you get a batch of images that you need to convert into a Word document. To achieve that, this article shows how to convert images to Word document in C# .NET.
Combine MS Visio Diagrams using C#
Microsoft Visio is a popular vector graphics application that allows creating a wide range of diagrams such as flowcharts, data flow diagrams, business process models, etc. In this article, you will learn how to combine or merge two or more Visio diagrams into a single Visio file programmatically using C#.
Convert SVG to PNG in Python
Often you need to switch image formats programmatically—whether converting JPG to PNG, SVG to PNG, or others. SVG (Scalable Vector Graphics) is a popular vector format, while PNG is a widely supported raster image type. Discover how to convert SVG images to PNG efficiently using Python.
Create XBRL File using Python
You can easily create an XBRL instance document programmatically in Python. You can add objects or elements such as schema reference, context, unit, items, etc to the XBRL file. In this article, you will learn how to create XBRL instance documents using Python.