Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: October 2021
Convert DGN to JPEG, PNG, or TIFF Image in C#
DGN files are two-dimensional or three-dimensional (2D/3D) drawings that are usually supported by construction CAD applications. You may need to convert it to an image for previewing it in more system environments. This article covers DGN to JPEG, PNG, or TIFF image conversion with all the important details.
Posted in Aspose.CAD Product Family Tagged Convert DGN file csharp, DGN to Image, DGN to Image csharp, DGN to JPG, DGN to PNG, DGN to TIFF
Create Multi-Column PDF Documents using C#
Multi-column PDFs are used for various types of publications such as magazines, newspapers, research articles, etc. While working with PDF automation, you may come across the scenario where you need to generate a multi-column PDF programmatically. In accordance with that, this article covers how to create multi-column PDF files using C#.
Insert or Extract Images from OneNote File in C#
OneNote files are popularly used for taking notes. In certain situations, you might need to extract or insert an image in a OneNote .one document. This article covers how to insert or extract images from a OneNote file using C#.
Convert SVG to EPS or PS PostScript File using C#
SVG files are commonly used because they are scalable without losing image quality. You can convert an SVG file to EPS or PS Postscript files programmatically using C#. You can explore in-depth information about the conversion under the following sections.
Posted in Aspose.SVG Product Family Tagged Convert SVG to EPS, EPS to SVG in Csharp, SVG to EPS, SVG to PS, SVG to PostScript
Convert JSON to CSV Programmatically using C#
JSON is an immensely used format to store structured data. In various cases, JSON files are used to transmit data between applications. Alongside, CSV is also used to store the data as comma separated values. In this article, you will learn how to import data from JSON files to CSV programmatically. Particularly, the article will cover how to convert JSON data to CSV using C#.
Convert Word Documents to HTML using Java
In order to embed the content of Word documents into your applications, you might need to perform the conversion. The most widely opted conversions in such cases are Word to HTML or Word to image. In accordance with that, this article covers how to convert Word DOCX or DOC files to HTML using Java. Also, we'll discuss how to keep resource files in a separate folder.
Convert IFC to JPG or PNG Image using Java
IFC files are used to model different buildings for construction purposes. In certain situations, you might want to convert an IFC file to a JPG or PNG image to display the model on different operating systems. This article explains how to convert an IFC file to an image programmatically using Java.
Convert Word Documents to HTML using C#
In various cases, you need to display the content of the Word documents in your web or desktop applications. One of the suitable options in such cases is the conversion of Word documents to HTML. To achieve this from within the .NET applications, this article covers how to convert Word DOCX or DOC files to HTML using C#. Moreover, you will learn how to control Word to HTML conversion dynamically using different options.
Posted in Aspose.Words Product Family Tagged DOC to HTML Csharp, DOCX to HTML Csharp, Word to HTML Csharp
Convert JSON to Excel Worksheet in Python
MS Excel is a feature-rich program that lets you keep and organize data in tabular form. Moreover, it allows you to store the data in multiple worksheets. In addition to the data organization, you can perform sorting, graph plotting, mathematical computations and etc. JSON, on the other hand, is a widely used format to store and transmit the data in the form of key-value pairs. In certain cases, you may need to import data from JSON files to Excel worksheets programmatically. In accordance with that, this article covers how to convert JSON data to Excel XLSX/XLS using Python.
Posted in Aspose.Cells Product Family Tagged JSON to Excel Python, JSON to XLS Python, JSON to XLSX Python