Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Words Product Family
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.
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.
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.
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 Automate Word Document with Python, Convert Word Document using Python, Create Word Document using Python, DOCX, DOCX Python, Edit Word Document in Python, Extract Text from DOCX in Python, MS Word Automation in Python, Parse Word Document in Python, Parsing Word Documents with Python, Python Convert Word Document, Python Create Word Document, Python Edit Word Document, Python MS Word Automation, Python Word, Python Word Document Parser, Python Word Library
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.
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.
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.
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.
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.