Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Words Product Family
Convert a Word Document to EPUB in C#
The EPUB format is used for electronic publications, which are commonly known as ebooks. The EPUB files are supported by a range of smart devices such as smartphones, tablets, laptops, etc. In various cases, the documents are created in MS Word formats that do not often have built-in support on smart devices. Therefore, Word files are converted to EPUB format. In this article, you will learn how to convert Word (DOCX, DOC, etc.) files to EPUB programmatically using C#.
Extract Images from Word Documents in C#
Images play an important role to illustrate the key information in Word documents. Moreover, they make the document more attractive and improve its presentation. As a programmer, you may get a job to extract the images embedded within the Word DOCX or DOC documents. To achieve that, this article covers how to extract images from Word documents programmatically using C#. Moreover, you will see how to save the extracted images to the desired location.
Convert TXT Files to PDF in Python
Various people use Notepad to write down important points or create notes quickly in TXT format. Also, TXT files are used to store plain text in various applications. However, since Notepad does not provide advanced features, TXT files are often converted to PDF. In order to automate TXT to PDF conversion programmatically, this article covers how to convert TXT files to PDF format in Python.
Convert HTML Files to Word Document in Java
In various cases, you may need to convert the HTML content to a Word document. For example, for generating the document from a WYSIWYG HTML editor or converting a web page to DOCX or DOC format. To perform this conversion programmatically, this article covers how to convert HTML files to Word DOCX, DOC, DOCM, or other formats in Java.
Convert HTML Files to Word Documents in Python
HTML to Word conversion is performed in various cases to convert web pages to DOCX or DOC format. Various applications use WYSIWYG HTML editors to create the documents. In that case, generating Word documents from HTML becomes a useful feature. Considering such scenarios, this article covers how to convert HTML files to Word documents programmatically in Python.
Extract Text from Word Documents in Python
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 Python. Moreover, we will cover how to extract content between specific elements such as paragraphs, tables, etc. dynamically.
Work with VBA Macros in Word Documents using Python
Visual Basic for Applications (VBA) is a powerful programming language that lets you automate tasks in Word documents. Moreover, you can perform repetitive tasks with VBA macros quite easily. In this article, you will learn how to work with VBA projects and modules in MS Word documents. Particularly, the article will cover how to create, modify and clone VBA macros programmatically in Python.
Create Table in Word Documents using Python
Tables are commonly used in Word documents to organize information in a grid-like structure. They allow you to summarize the information in the form of rows and columns. In this article, you will learn how to create a table in Word documents programmatically using Python. Moreover, the article will cover how to create nested tables or clone an existing table in Word documents.
Extract Images from Word Documents in Python
A picture is worth a thousand words. This is the reason images are an integral part of documents, specifically Word documents. The images are used to make the content more attractive and eye-catching. When parsing Word documents, you may come across the scenario where you need to extract images. To achieve this programmatically, this article covers how to extract images from Word documents in Python.
Convert a Word Document to EPUB in Python
EPUB is a popular format that is used for electronic publications known as ebooks. The EPUB files can be read on smartphones, tablets, laptops, etc. In various cases, MS Word files are converted to EPUB to make the document available on multiple reader platforms. To accomplish this conversion programmatically, this article covers how to convert Word DOCX or DOC files to EPUB using Python.