Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2021
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.
Convert RTF Documents to PDF using Python
RTF format was introduced by Microsoft to create rich text documents. The interoperability offered by RTF format allows you to exchange the content between different Microsoft products. Alongside, PDF is one of the most widely used document formats that provides cross-platform support. In certain cases, you may need to convert the RTF document to PDF programmatically. To achieve that, this article covers how to convert an RTF document to PDF using Python.
How to Read Excel Files in Java
MS Excel files are largely used to keep tabular data in the form of worksheets. Often, the huge datasets are also maintained in Excel files. Therefore, you may come across the scenario where you need to read and fetch data from the worksheets in an Excel file. To achieve that, this article shows how to read an Excel file in Java. We will demonstrate how to read the whole Excel file or only a single worksheet programmatically.