Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2021
Convert TeX Files to Images using C++
TeX is a typesetting system that has been noted as one of the most sophisticated digital typographical systems. TeX files are used for typesetting different documents and books containing text, symbols, and arithmetic expressions. Furthermore, these files can generate output in PNG, JPEG, TIFF, and BMP image formats. In this article, you will learn how to convert TeX files to images using C++.
Convert JSON to CSV Programmatically using Java
JSON files are widely used to store and transmit structured data between applications. On the other hand, CSV is also used to store the data, such as datasets, as comma-separated values. In this article, you will learn how to export data from JSON files to CSV programmatically. More specifically, the article will cover how to convert JSON data to CSV using Java.
Create OMR Sheet Checker or Scanner with Java
Optical Mark Recognition (OMR) is frequently used to check surveys, questionnaires, and multiple-choice examination papers. It is a fast and accurate way of processing forms. In this article, you will learn how to create OMR templates and check filled answer sheets using Java.
Convert OneNote File to JPEG, PNG, or TIFF Image Programmatically in C#
Digital notes can include graphics, pictures, drawings, or text. You can convert notes to JPEG, PNG, or TIFF images programmatically using C#. You can learn more about OneNote files (.one) to image conversion under the following headings.
Create OneNote Files Programmatically using Java
OneNote files are used to keep the information organized as digital notes. You can create OneNote files from scratch using Java. In this article, you will explore different features like adding text, pages, or tags in .One files.
Posted in Aspose.Note Product Family Tagged Create OneNote documents using Java