English

Find and Replace Text in Word Documents using Java

In this article, I’ll demonstrate how to find and replace text in Word (DOC/DOCX) documents programmatically using Java. The step by step guide and code samples will cover various scenarios of finding and replacing text in Word documents. MS Word provides an easy way to find and replace text in the documents. One of the popular use cases of finding and replacing text could be removing or replacing sensitive information within the documents before they are shared among various entities.
June 16, 2020 · 4 min · Usman Aziz

Convert XPS or OXPS to PDF in C#

In this article, we delve into the step-by-step process of transforming XPS or OXPS files into the widely-used PDF format using C#. This guide provides developers with a practical solution to enhance document management capabilities.
June 11, 2020 · 4 min · Farhan Raza

Convert GIF Images to TIFF, PDF, PNG, JPG, or BMP using C#

Animated GIF (Graphics Interchange Format) contains a number of image frames in a particular order within a single file. These frames are shown in a sequence to create the animation. There could be various use cases when you need to convert animated GIFs to other multi-page or raster image formats. The multi-page formats include TIFF as well as PDF whereas raster images could be PNG, JPG, BMP and etc. In this article, I’ll show you how to convert animated GIF images to TIFF, PDF, PNG.
June 10, 2020 · 4 min · Usman Aziz

Add Fill Layer in Photoshop Document (PSD file) - Easy Guide

Photos are a very useful way of reflecting information. PSD format files are used to create images. However, there could be scenarios like editing several Photoshop files along the same lines. For instance, a photo processing application may need to add a layer in multiple Photoshop documents, along with other operations. Aspose.PSD for .NET API offers many features to work with PSD, PSB, AI, and many other file formats. Let us explore the following use cases related to adding a layer in PSD files:
June 9, 2020 · 4 min · Farhan Raza

Find Layers and Update Layer's Text or Image in Photoshop Files using C#

In this article, you will learn how to find layers and update the layer’s text or image within Photoshop’s PSD files dynamically using C# .NET. PSD is the default format used by Adobe Photoshop for saving its documents in a multilayered structure where each layer contains the text, images, graphical objects, and other supported elements. There could be the case when you have a PSD template and you need to create several resultant images by populating the text and image layers within the template.
June 8, 2020 · 3 min · Usman Aziz

Generate and Read Barcodes using C++

In this article, I’ll demonstrate how to generate barcodes programmatically using C++. You will also learn how to implement a barcode scanner or reader within your C++ applications. Barcodes are used to visually represent the data in the machine-readable form. The said technology has proved to be useful especially in the automated checkout systems deployed in stores and supermarkets. Almost every product in the market these days contains a barcode on it.
June 4, 2020 · 4 min · Usman Aziz

Convert EMF, WMF and SVG Images Programmatically using C#

You can convert EMF images to EMZ or WMF images to WMZ as well as SVG images to SVGZ and other way around. Convert EMF, WMF and SVG to PNG images.
June 3, 2020 · 5 min · Farhan Raza

Generate HTML5 Canvas Programmatically using C#

In this article, I will show you how to generate the HTML5 Canvas element with graphics using C#. You can embed this feature within your .NET web applications for the dynamic generation and integration of HTML5 Canvas on web pages. HTML5 Canvas element is used to draw graphics on the fly within the web pages. It provides you with an area that acts as a container of graphics or drawing objects.
June 1, 2020 · 3 min · Usman Aziz

Convert HTML to JPG, PNG, BMP and GIF Image in C#

HTML files are frequently used over the internet. Subsequently, [Aspose.HTML for .NET][1] API supports a lot of features to work with HTML file format. In this article, you will learn how to convert HTML to image in C#. You can render the HTML webpage to JPG, PNG, BMP, GIF and other popular image formats.
May 30, 2020 · 4 min · Farhan Raza

Convert Image to Text using C# OCR Library

Learn how to perform OCR and convert images to text using C#. Perform OCR on PNG, JPG, BMP images and extract text using Aspose.OCR for .NET API.
May 28, 2020 · 3 min · Usman Aziz