Category Archive: Aspose.Words Product Family

The official blog of Aspose.Words for .NET, Java and C++ that contains feature-based blog posts.

Convert PDF to TXT in Python

PDF is a well-known file format that provides a consistent layout of the document across heterogeneous platforms. It provides a bunch of features and elements to create rich text documents. However, in certain cases, e.g. to parse the text in the document, you have to convert PDF files to TXT format programmatically. To accomplish that, this article covers how to convert a PDF file to TXT format in Python.

Posted in Aspose.Words 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 , , , ,

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 , , , ,

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 , , , , , , , , , , , , , , , ,

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

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

Convert Text to PNG, JPEG, or GIF Image in C#

In various cases, you have to convert the text into read-only formats such as images or PDFs. In a previous article, we covered how to convert the text in a TXT file to PDF. For text to image conversion from within .NET applications, this article shows how to convert a text to PNG, JPEG, or GIF image programmatically in C# .NET.

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

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

In various cases, we need to display MS Word documents into our applications programmatically. One of the most convenient ways in such scenarios is the conversion from DOCX/DOC to image formats. To accomplish that, in this article, you will learn how to convert Word DOC or DOCX files to PNG, JPEG, BMP, GIF, or TIFF images in Java. Furthermore, we will cover how to control the Word to image conversion using different options.

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

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

To make the text read-only, you often need to convert it to a PDF or some image format such as PNG. In a previous article, we demonstrated how to convert the text in a TXT file to a PDF in Python applications. Today, you will learn how to convert a text to a PNG, JPEG, or GIF image programmatically in Python.

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

Convert PDF Files to HTML in Python

PDF is a widely used document format that provides cross-platform support. Thus, you can open the PDF files without worrying about the underlying platform. However, in certain cases, you have to convert the PDF files to HTML, for example for embedding them into web pages. In this article, you will learn how to convert a PDF document to an HTML file programmatically in Python.

Posted in Aspose.Words Product Family | Tagged ,

Extract Text from Word Documents in C#

Text extraction from Word documents is often performed in different scenarios. For example, to analyze the text, to extract particular sections of a document and combine them into a single document, and so on. In this article, you will learn how to extract text from Word documents programmatically in C#. Moreover, we will cover how to extract content between specific elements such as paragraphs, tables, etc. dynamically.

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