MS Visio is a popular application that enables you to create flowcharts, data flow diagrams, business process models, etc. It uses the VSDX file format to store the diagrams. In this article, you will learn how to create VSDX diagrams from scratch in Python. Furthermore, it covers how to add basic shapes in the VSDX diagrams programmatically.
Generate EAN Barcode in Java
EAN barcode is widely used in international trading to identify the details of different products. The EAN barcode is popular because of its efficiency as it can be processed faster, is less error-prone, and different variations exist for different scenarios. In certain cases, you may need to create an EAN code. Accordingly, this article explains how to create an EAN barcode programmatically in Java.
Convert OBJ to 3DS File in C#
An OBJ file is a geometry definition file containing vertex, vertex normals, vertices, etc. However, a 3DS file can contain information about 3D vector graphics. In certain use cases, you might want to convert an OBJ file to 3DS format. In accordance with such requirements, this article covers how to convert an OBJ file to 3DS format programmatically in C#.
Convert USD or USDZ to 3DS File in C#
A USD is a Universal Scene Description file that encodes data to interchanging or augmenting information between different content applications. Whereas, a USDZ file is an uncompressed and unencrypted ZIP archive for USD files. Sometimes, you may need to convert a USD to 3DS or USDZ to 3DS file. Accordingly, this article covers how to convert a USD or USDZ file to 3DS format programmatically in C#.
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#.
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.
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.
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#.
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#.
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.