Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Words Product Family
Convert PDF Files to Word Document in Python
PDF is a commonly used file format for sharing and printing documents. However, in certain cases, PDF files are converted to Word DOCX or DOC format to parse the text or make the document editable. For such scenarios, this article covers how to convert a PDF file to a Word document using Python. Moreover, you will learn how to specify different load options to control the loading of PDF files dynamically.
Create MS Word Documents using Python
MS Word files are immensely used to create various types of documents such as invoices, reports, technical articles, etc. The document automation has facilitated the users to generate Word documents dynamically from within their web or desktop portals. In this article, we will cover how to generate Word documents in Python without MS Office. Moreover, you will learn how to create a DOCX or DOC file and add text or other elements into it dynamically using Python.
Convert Word DOCX or DOC to PDF in Python
Word to PDF is one of the most popular and immensely performed document conversions. The DOCX or DOC files are converted to PDF format before they are printed or shared. In this article, we will automate Word to PDF conversion in Python. The steps and code samples will demonstrate how to convert DOCX or DOC files to PDF within a few lines of Python code. Also, you will learn about different options to customize Word to PDF conversion.
Convert Word Documents to HTML using Java
In order to embed the content of Word documents into your applications, you might need to perform the conversion. The most widely opted conversions in such cases are Word to HTML or Word to image. In accordance with that, this article covers how to convert Word DOCX or DOC files to HTML using Java. Also, we'll discuss how to keep resource files in a separate folder.
Convert Word Documents to HTML using C#
In various cases, you need to display the content of the Word documents in your web or desktop applications. One of the suitable options in such cases is the conversion of Word documents to HTML. To achieve this from within the .NET applications, this article covers how to convert Word DOCX or DOC files to HTML using C#. Moreover, you will learn how to control Word to HTML conversion dynamically using different options.
Posted in Aspose.Words Product Family Tagged DOC to HTML Csharp, DOCX to HTML Csharp, Word to HTML Csharp
Copy Content from a Word Document to Another in Java
While working with MS Word documents, you may need to copy the content from one document to another. Moreover, the clones of Word documents are also required in certain cases. To automate these operations, this article covers how to copy the content from one Word document to another in Java. Also, you will learn how to create a copy of a Word document programmatically.
Add Watermark to Word Documents using Java
Watermarks are added to the Word documents for various purposes such as preventing illegal usage, defining the ownership, displaying the document's status, etc. In this article, you will learn how to add a watermark to Word documents using Java. The article will demonstrate the insertion of text and image watermarks into a Word document separately.
Add or Update Table of Contents in Word using Java
Table of Contents (TOC) in a Word document gives you an overview of the content of the document. Also, it allows you to navigate to a particular section of the document. In this article, you will learn how to work with the table of contents in Word documents programmatically. Particularly, the article covers how to add or update a table of contents in Word documents using Java.