Search
Follow Us
Categories
- Success Stories(157)
Archives
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
Working with Images in PDF Files using C++
Images can be used to show a variety of things ranging from product photographs to workflows and flow charts. PDF files can contain images based on the type of information that it has. For example, a chair installation guide will include pictures of the chair demonstrating how to assemble it. There might be scenarios where you need to manipulate images in PDF files programmatically. For such cases, this article will teach you how to work with images in PDF files using C++.