Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: November 2021
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
The information stored in Word documents is always prone to be accessed illegally. To avoid unauthorized access and forging while transmitting the documents, a protection mechanism must be applied. In this article, you will learn how to protect Word documents with a password in Python. Moreover, the article will cover how to apply different protection types to a Word document dynamically.
Convert PNG Images to JPG 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#.
Posted in Aspose.GIS Product Family Tagged Convert JSON to GeoJSON C#, JSON to GeoJSON, JSON to GeoJSON C#
Combine Word Documents using Python
There could be various scenarios when you have to combine multiple Word documents into a single file. For example, when multiple persons are writing different sections of a document and you need to combine the content at the end. On the other hand, you may need to merge all the invoices in one Word document. To perform this merging programmatically, this article covers how to combine multiple Word DOCX/DOC documents in Python.
Convert Word Documents to Markdown using C#
These days, a large number of articles, blogs, and documentation are written in Markdown (MD) format. However, the Markdown syntax often becomes difficult to remember and write for large-sized documents. To make things easier, you can write content in MS Word and then convert DOCX or DOC document to Markdown. To automate Word to Markdown conversion, this article covers how to convert Word documents to Markdown (.md) files using C#.
Convert Shapefile to GeoJSON and GeoJSON to Shapefile using C#
There are different situations where having data in a Shapefile or GeoJSON format can be helpful. If you have a Shapefile that you want to convert to GeoJSON or vice versa, you can easily achieve it programmatically with C#. In this article, you will learn how to do just that.
Compare Two Word Documents in Python
Comparison of Word documents is performed in various cases to identify the differences. Various online tools allow you to compare Word documents, however, you may need to implement the comparison feature from within your applications. To achieve it, this article shows how to compare two Word documents in Python.
Convert HTML to PDF File on Linux in .NET
HTML files are widely used over the internet. In various cases, you need to convert HTML files to PDF documents. Accordingly, this article covers how to convert an HTML file to a PDF document on Linux in .NET.