Yearly Archives: 2022

Merge EPS Files Programmatically in Java

EPS is a vector often used by the image processing professions to retain the high quality of the images. For instance, an EPS file can support customizations without affecting the quality of the image. However, sometimes you might need to merge different EPS files. In accordance with such requirements, this article covers how to merge EPS files programmatically in Java.

Posted in Aspose.Page Product Family | Tagged , , , ,

Convert PDF Files to XML in C# .NET

XML is a well-known markup language similar to HTML. However, its uses spread across multiple scenarios such as data management, web, office tools, documents, etc. In particular cases, the PDF documents are converted into XML files to get the structured representation of the content. Thus, the tag-based representation of the PDF documents can be processed more conveniently for different purposes. Accordingly, in this article, you will learn how to convert a PDF file to XML programmatically in C#.

Posted in Aspose.PDF Product Family | Tagged , , ,

Convert Text to PNG, JPEG, or GIF Image in Java

Text-to-image conversion is often required in various cases, such as, to make the text read-only. In a previous article, we wrote about how to convert the text in a TXT file to a PDF in Java. In this article, you will learn how to convert a text to a PNG, JPEG, or GIF image programmatically in Java.

Posted in Aspose.Words Product Family | Tagged , , , ,

Read Barcode from Image using Java

As a Java developer, you can easily recognize and read various types of barcodes in Java applications. In this article, you will learn how to read barcodes from an image using Java.

Posted in Aspose.BarCode Product Family | Tagged , , , , , , , , , ,

Download Image from URL in C#

Visuals are helpful to understand things clearer, faster, and easier. Thus, images are commonly used over the web for a lot of reasons. Sometimes you may need to download images from different web pages. Accordingly, this article covers how to download image from URL in C#. It also contains some download resources so that you can simply test image downloading with a plug-and-play kind of project.

Posted in Aspose.HTML Product Family | Tagged , , , , ,

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#.

Posted in Aspose.Slides Product Family, Aspose.BarCode Product Family | Tagged , , , , , , ,

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.

Posted in Aspose.Words Product Family | Tagged , , , ,

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#.

Posted in Aspose.OCR Product Family | Tagged , , , , ,

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.

Posted in Aspose.Words Product Family | Tagged , , , , , , , , , , , , , , , ,

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.

Posted in Aspose.PDF Product Family | Tagged , , , ,