Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: September 2021
Print OneNote .one Notebook Programmatically using Java
OneNote notebooks are commonly used to keep important notes. You may need to print your notes on paper for some reason. In this article, you will learn how to print the OneNote Notebook files in your Java applications.
Posted in Aspose.Note Product Family Tagged Print .one file, Print OneNote file, Print notebook in Java
Convert IGS IGES File to PDF Programmatically using C#
IGS files are used by the Computer-Aided Design applications as they contain design information. You can convert IGS files to PDF format documents in order to view the contents in multiple operating systems and environments. Please refer to the following sections for more details about the conversion.
Posted in Aspose.CAD Product Family Tagged Convert IGS to PDF, IGES to PDF, IGS to PDF, IGS to PDF in csharp
Convert JSON Data to CSV using Node.js
JSON files are widely used to transmit data between different applications. CSV, on the other hand, is also a commonly used format to store the data in a comma separated format. In certain cases, you may need to import data from JSON files to CSV. For such cases, this article covers how to convert JSON data to CSV programmatically using Node.js.
Create Multi-Column PDF Documents using Java
Various types of publications such as magazines, newspapers, research articles, etc. use multi-column page layouts. While generating such documents programmatically, you may need to create multi-column PDFs. For such cases, this article covers how to create multi-column PDF files using Java.
Convert 3D Object File OBJ to FBX or STL Format in C#
OBJ files geometric objects which enable forward or backward transmission of geometric data. This article covers the conversion of an OBJ file to FBX or STL format file.
Posted in Aspose.3D Product Family Tagged Convert OBJ File, Convert OBJ file in csharp, OBJ to FBX, OBJ to STL
Convert JSON Data to CSV using Python
JSON is a well-known and widely used format to keep and share structured data. Often, it is used to transmit data between different types of applications. CSV, on the other hand, is also used to store the data in a comma separated format. In certain cases, you may need to import data from JSON files to CSV. Therefore, in this article, you will learn how to convert JSON data to CSV programmatically using Python.
Add Comments in Excel Worksheets using C++
Microsoft Excel provides the option to add comments in Excel files. There can be several reasons for adding comments, such as explaining a formula or adding contextual information that might be useful to the reader. Comments may also be used to suggest edits in the worksheet. Furthermore, you can set the font size, height, width, etc., of the comments. In this article, you will learn how to add comments to Excel worksheets programmatically using C++.