English

Convert JPG or PNG Image to XML with OCR in C#

Sometimes the data can exist in the form of images. You might need to process such data thus the image to XML conversion can be helpful in such scenarios. You can convert an image in JPG, PNG, or other image formats to XML format programmatically in C#. This article covers how to convert an image to XML by performing OCR operation programmatically in C#.
June 1, 2022 · 3 min · Farhan Raza

Convert Screenshot to Text with OCR in Java

You might need to process different screenshots from messages, digital transaction applications, and many other platforms. Such screenshots can include text information that you can extract with Optical Character Recognition (OCR) methods. Accordingly, this article covers how to convert a screenshot to text with OCR in Java.
June 1, 2022 · 2 min · Farhan Raza

Python MS Word Automation – Create, Edit, or Convert Word Documents using Python

As a Python developer, you can automate MS Word to create new Word documents, edit or modify the existing ones, parse or convert them into other formats without using Microsoft Office. In this article, you will learn how to automate MS Word to create, edit, parse or convert Word documents using Python.
May 31, 2022 · 5 min · Muzammil Khan

Add or Update Hyperlinks in PDF using C# .NET

PDF is a feature-rich document format that supports a range of elements including annotations, media, forms, etc. Hyperlink is an important element that is used to navigate within the PDF, from one PDF to another, to a web page, etc. While generating the PDF documents programmatically, you may often need to insert hyperlinks. Accordingly, in this article, you will learn how to add and update hyperlinks in PDF files in C# .NET.
May 31, 2022 · 4 min · Usman Aziz

Create Barcode in Word Documents using C#

As a C# developer, you can easily generate and add barcode or QR code images to Word documents in .NET applications. In this article, you will learn how to create barcodes in Word documents programmatically using C#.
May 31, 2022 · 5 min · Muzammil Khan

Convert Image to JSON with OCR in C#

Images or graphics depict a lot of visual information that can contain text, pictures, graphs, etc. Sometimes you might want to convert some information from a JPG or PNG image to JSON format in order to process some data. In accordance with such requirements, this article covers how to convert an image to JSON by performing OCR operation programmatically in C#.
May 30, 2022 · 3 min · Farhan Raza

Convert DWF or DWFX to OBJ in C#

A DWF or DWFX file is a 2D or 3D drawing file that can include text, graphics, data, or three-dimensional models. Whereas, the Wavefront OBJ file is a geometry definition file format that contains 3D geometry like the position of each vertex, texture coordinates, vertex normal, etc. In certain scenarios, you might want to convert a DWF or DWFX file to an OBJ file. In accordance with such situations, this article covers how to convert a DWF or DWFX file to an OBJ file programmatically in C#.
May 29, 2022 · 2 min · Farhan Raza

Convert VSDM to PDF in Java

VSDM are the Visio diagram files that contain Macros. Such macros are usually develepod in Visual Basic for Applications which can perform different actions that are triggered on file opening. In certain cases, you might need to convert a VSDM Visio file to a PDF document. To achieve such requirements, this article covers how to convert a VSDM Diagram file to a PDF document in Java.
May 28, 2022 · 3 min · Farhan Raza

Generate Barcode in Excel using C#

You can easily add a machine-readable barcode image to an XLSX or XLS file programmatically in .NET applications. In this article, you will learn how to generate a barcode in Excel using C#.
May 26, 2022 · 5 min · Muzammil Khan

Add or Remove JavaScript in PDF Files in C# .NET

PDF is a rich document format in terms of versatility and features. One of the major advantages of PDF is its consistent layout across heterogeneous platforms. Moreover, it has the ability to be displayed in desktop applications and web browsers at the same time. This is the reason that PDF files are capable of running JavaScript. In this article, we will demonstrate how to add or remove JavaScript in PDF files using C#.
May 26, 2022 · 3 min · Usman Aziz