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.
October 5, 2021 · Farhan Raza

Convert JSON to CSV in C#

JSON is a widely used format for structured data and is often exchanged between applications. CSV stores data as comma‑separated values. This article teaches you how to import JSON files and export them as CSV programmatically, focusing on converting JSON data to CSV using C#.
October 4, 2021 · Usman Aziz

Convert Word Documents to HTML using Java

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. Following 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.
October 3, 2021 · Usman Aziz

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.
October 2, 2021 · Farhan Raza

Convert JSON to Excel in Python

MS Excel is a useful tool for storing and organizing data in tables. It has many features, such as multiple worksheets and functions for sorting, graphing, and doing math. JSON is another way to store and share data using key-value pairs. Sometimes, you might need to import JSON data into Excel sheets in a Python application. Following that, this article covers how to convert JSON data to Excel XLSX XLS in Python.
October 1, 2021 · Usman Aziz

Convert PSD to TIFF in Java

Images created in Photoshop are saved as PSD files, which can be accessed by limited programs. Learn to Convert PSD to TIFF in Java programmatically.
October 1, 2021 · Farhan Raza

Copy Content from a Word Document to Another in Java

While working with MS Word documents, you may need to copy the content from one document to another. Moreover, the clones of Word documents are also required in certain cases. To automate these operations, this article covers how to copy the content from one Word document to another in Java. Also, you will learn how to create a copy of a Word document programmatically.
October 1, 2021 · Usman Aziz

Convert Visio VSDX VSD Diagram to HTML or SVG using Java

VSDX or VSD Visio diagrams are used for different industrial designs. You can convert a VSDX or VSD Diagram file to an HTML webpage or an SVG image programmatically using Java. These conversions can help you create efficient web applications as HTML and SVG files are popular over the web. The following sections explain all the details.
September 30, 2021 · Farhan Raza

Add Header and Footer in PowerPoint Presentations using C#

Header and footer in PowerPoint presentations are used to display additional information such as slide number, author, date, etc. In this article, you will learn how to add and manage the header and footer in PowerPoint PPTX/PPT presentations programmatically using C#.
September 29, 2021 · Usman Aziz

Convert EPS or PS PostScript File to an SVG Image using Java

EPS or PS PostScript files are based on page description language that can contain different artifacts like Text, Images, Drawings, etc. You can convert an EPS or PS Postscript file to an SVG image (Scalable Vector Graphic) as per your requirements. Please refer to the following headings for more information.
September 29, 2021 · Farhan Raza