English

Convert Shapefile to KML in C#

You can easily export geographic data from ESRI Shapefile (SHP) format to Keyhole Markup Language (KML) format programmatically. The Shapefile format is ESRI’s one of the most common geospatial vector data formats used to display geographical information. The KML is an XML-based format, used to share geographic data with non-GIS users. The KML format is used to display geographic data in Google Earth or Google Maps. In this article, you will learn how to convert a shapefile to KML in C#.
August 29, 2022 · 3 min · Muzammil Khan

Generate Maxicode Barcode in Java

In certain scenarios, you might want to create a Maxicode code with different encoding types. In accordance with such use cases, this article covers how to generate a Maxicode Barcode programmatically in Java.
August 28, 2022 · 2 min · Farhan Raza

Generate PDF from HTML in Python

As a programmer, you may need to generate PDF documents from HTML content. However, you may face the issues such as low-quality output, slow conversion, etc. This article provides you with a high-speed and high-quality solution to convert HTML files to PDF in Python, absolutely free. So let’s see how to perform HTML to PDF conversion in a Python application.
August 26, 2022 · 2 min · Usman Aziz

Convert XER to PDF in C#

Oracle Primavera P6 is a project, program and portfolio management software. It is used for planning, managing and executing large engineering projects. It uses the XER file format as a proprietary project file. The XER file supports all project, resource, and role information developed using the Primavera P6. In certain cases, we may need to convert the Primavera P6 project from the XER file to PDF programmatically. In this article, we will learn how to convert a Primavera XER file to a PDF in C#.
August 26, 2022 · 3 min · Muzammil Khan

Convert Primavera XML to MPP in C#

Oracle Primavera P6 is a project, program and portfolio management software. It is used for planning, managing and executing large engineering projects. You can easily convert Primavera P6 project XML into MS Project programmatically. In this article, you will learn how to convert Primavera XML to Project MPP file using C#.
August 24, 2022 · 3 min · Muzammil Khan

Convert PDF to Text in Python

PDF is a well-known and globally used document format because of its cross platform support. Many people prefer to share and print the documents in PDF format. Since PDF is very much in the business, you may need to extract plain text from multiple PDF files programmatically for text analysis or further processing. So let’s see how to perform PDF to text conversion from within a Python application.
August 24, 2022 · 3 min · Usman Aziz

Convert Word DOCX DOC to TXT in Python

As a programmer, you may need to process a bunch of Word DOC/DOCX files to extract the plain text from within your Python applications. This article provides a powerful, high-quality, and simple solution for extracting plain text from Word DOCX or DOC files in Python. Ultimately, you will learn how to convert a DOCX or DOC file to TXT in Python. MS Word is a popular word-processing application that allows you to create rich text documents.
August 24, 2022 · 3 min · Usman Aziz

Convert PDF to OneNote in C#

As a .NET developer, you can easily import notes from PDF documents to OneNote. You may also convert multiple PDF documents into a single OneNote document programmatically. In this article, you will learn how to convert a PDF to OneNote in C#.
August 23, 2022 · 4 min · Muzammil Khan

Convert VSD to VSDX Visio Diagram in C#

Visio diagrams are usually used to create flowcharts, organizational charts, floor plans, database models, or other drawings. In some cases, you may need to convert a VSD file to VSDX format. Accordingly, this article covers how to convert a VSD file to a VSDX file programmatically in C#.
August 22, 2022 · 2 min · Farhan Raza

Generate Aztec Barcode in Java

Aztec barcode is one of the efficient barcodes that can contain information with high accuracy in a small area. In some scenarios, you might want to create an Aztec code with different symbol modes and error corrections. Following such requirements, this article covers how to generate an Aztec Barcode programmatically in Java.
August 21, 2022 · 2 min · Farhan Raza