English

Generate PDF from HTML in C#

As a C# developer, you can easily convert HTML document to a PDF document. You may also convert any HTML string to a PDF document programmatically. In this article, you will learn how to generate a PDF document from HTML in C#.
September 7, 2022 · 4 min · Muzammil Khan

Convert Markdown to HTML in C#

You might want to convert a Markdown file to HTML format. Such MD files can easily be converted to an HTML page in .NET framework based applications.
September 6, 2022 · 2 min · Farhan Raza

Rotate SVG Image in C#

SVG files define the graphics in XML format. They can be scaled or printed at any size without disturbing the quality of the image. In some cases, you may need to rotate an SVG image. Accordingly, this article covers how to rotate an SVG image programmatically in C#.
September 5, 2022 · 2 min · Farhan Raza

Convert DGN to PDF in C#

DGN files are 2D or 3D drawing files that are created and supported by CAD applications. In certain cases, you may need to export drawings from DGN files to PDF documents programmatically. In this article, you will learn how to convert a DGN file to a PDF using C#.
September 5, 2022 · 3 min · Muzammil Khan

Convert Image to Text with Spelling Correction in Java

Recognize and extract text from images, run the spell checker and autocorrect spelling mistakes in the retrieved text programmatically. In this article, you will learn how to perform OCR on images and autocorrect spelling mistakes using Java.
September 1, 2022 · 4 min · Muzammil Khan

Create Visio Diagram in Python

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.
August 31, 2022 · 3 min · Muzammil Khan

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.
August 30, 2022 · 2 min · Farhan Raza

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#.
August 30, 2022 · 2 min · Farhan Raza

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#.
August 30, 2022 · 2 min · Farhan Raza

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