Convert PSD to TIFF in C# programmatically and set file compression options for the output image using a .NET library. Follow this guide to see more.
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.
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.
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#.
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.
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.
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.
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.
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#.
Convert JSON to GeoJSON using C#
There might be situations where you need to convert JSON files to GeoJSON. If you have multiple files, doing this task programmatically will prove to be helpful. To that end, this article will teach you how to convert JSON files to GeoJSON using C#.