Download Image from URL in C#

Images make content clearer and faster to grasp, which is why they dominate the web. When you need to retrieve pictures from various sites, this guide shows how to download an image from a URL in C# and provides ready‑to‑use resources for quick testing.
June 4, 2022 · Farhan Raza

Add QR Code to PowerPoint Presentation using C#

As a C# developer, you can easily generate QR codes or barcodes and add to PowerPoint presentations programmatically without using MS PowerPoint. In this article, you will learn how to add QR code to a PowerPoint presentation using C#.
June 2, 2022 · Muzammil Khan

Convert Word DOC to PNG, JPEG, BMP, GIF, or TIFF in C#

Often you need to embed the pages of an MS Word document into your application programmatically. One of the most commonly used methods for such cases is the conversion of Word documents to image formats. In this article, you will learn how to convert Word DOC or DOCX files to PNG, JPEG, BMP, GIF, or TIFF images using C# .NET. Furthermore, we will demonstrate how to control the Word to image conversion using different options.
June 2, 2022 · Usman Aziz

Convert PLT to PDF in C#

We can export 2D or 3D drawings from PLT files to PDF documents programmatically. PLT files are created and supported by CAD applications. Such conversion allows sharing of drawings in a portable format. In this article, you will learn how to convert a PLT file to a PDF using C#.
June 2, 2022 · Denis Demenko

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 · 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 · 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 · 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 · 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 · 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 · Farhan Raza