English

Convert DWF to PDF in Java

DWF file is a 2D or 3D drawing saved in Design Web Format. These files are saved as ZIP-compressed files to minimize the size. However, limited applications support opening or viewing such files. In accordance with that, you may like to convert a DWF file to a PDF document for making it compatible with different operating systems and environments. This article covers how to convert DWF to PDF in Java.
November 18, 2021 · 2 min · Farhan Raza

Convert PSD to TIFF Image in C#

PSD images are commonly used to design graphics. In certain situations, you may need to convert a PSD file to a TIFF image for previewing the contents in different system environments. The following sections explain the PSD conversion scenarios.
November 18, 2021 · 2 min · Farhan Raza

Copy Content of a Word Document to Another using Python

In various cases, you may need to copy the content of a Word document to another. Also, you may need to create a clone of the original Word document. To automate these operations, this article covers how to copy the content from one Word document to another in Python. Moreover, you will learn how to create a copy of the Word documents programmatically.
November 17, 2021 · 3 min · Usman Aziz

Automate MS Word Mail Merge in Python

MS Word mail merge is a popular feature that allows you to create letters, invoices, envelopes, reports, etc. Using mail merge, you can create a template and populate it with the data. As a result, a document is generated for each entry in the data source. To automate this feature, this article covers how to perform MS Word mail merge using Python. You will learn how to create a mail merge template from scratch and populate it programmatically.
November 17, 2021 · 3 min · Usman Aziz

Convert KML to CSV and CSV to KML using C#

There might be situations where you need to convert KML files to CSV format or vice versa. For such cases, this article will teach you how to convert KML files to CSV format and CSV files to KML format using C#.
November 16, 2021 · 2 min · Muhammad Ahmad

Unprotect Word Documents in Python

In various cases, the Word documents are protected with a password before they are shared. On receiving the protected documents, you need to unlock them to access their content. To perform the unlocking programmatically, this article covers how to unprotect a password-protected Word document using Python. Moreover, we will cover how to remove restrictions applied to a Word document dynamically.
November 16, 2021 · 2 min · Usman Aziz

Convert OBJ File to a PDF or FBX File in C#

OBJ files are used to work with 3D objects. You can convert an OBJ file to a PDF or FBX file using C#. In certain situations, you may need to convert a 3D object file to other file formats. This article covers how to convert a 3D object file to a PDF or FBX file under the following headings.
November 16, 2021 · 2 min · Farhan Raza

Protect Word Documents using Python

To protect MS Word documents, you must use a flawless solution to avoid tampering and unauthorized access. So this article is going to provide you with the best yet an easy-to-implement solution to protect MS Word documents in Python.
November 15, 2021 · 3 min · Usman Aziz

Convert PNG Images to JPG in Java

In various scenarios, you may need to reduce the size of the PNG images. In such cases, PNG to JPG conversion is commonly practiced. To automate this conversion from within the Java applications, this article shows how to convert a PNG image to JPG programmatically in Java.
November 15, 2021 · 2 min · Usman Aziz

Convert JPG Images to PNG in C#

JPG is one of the most popular and widely used image formats. However, JPG images lose quality each time they are saved. Therefore, you may need to convert them into a lossless format such as PNG. To perform this conversion programmatically from within the .NET applications, this article shows how to convert a JPG image to PNG in C#.
November 15, 2021 · 2 min · Usman Aziz