Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2021
Convert EPS or PS PostScript File to a DOCX or DOC Word Document in C#
EPS or PS postscript files can contain text, images, drawings, or vector contents, etc. In some situations, you might need to convert an EPS or PS PostScript file to a Word file in DOCX or DOC format document. In this article, you will learn EPS or PS to Word document conversion programmatically using C#.
Posted in Aspose.Page Product Family Tagged EPS to DOCX in csharp, EPS to Word in csharp, PS to Word in csharp
Convert DGN to JPEG, PNG, or TIFF Image with Java
DGN files are often used by construction CAD applications for the designs of different infrastructures like roads, bridges, buildings, etc. You can convert a DGN file to an image for different requirements. This article covers DGN to PNG, JPEG, or TIFF image conversion:
- DGN to JPEG, PNG, or TIFF Image Converter – Java API Installation
- Convert DGN File to JPEG Image Programmatically with Java
- Convert DGN to PNG Image Programmatically using Java
- DGN to TIFF Image Conversion Programmatically in Java
Posted in Aspose.CAD Product Family Tagged Convert DGN to Image Java, DGN to Image, DGN to JPG, DGN to PNG, DGN to TIFF
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.
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++.