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

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

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.

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

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.

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

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.

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

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

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.

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

Convert PowerPoint Presentation to Word Document using C++

There may be cases where you have a PowerPoint presentation and want to create a document that describes its contents in detail. For that, you can convert your PPTX/PPT files to Word format and modify the Word file to enter the details for each slide. In this article, you will learn how to convert PowerPoint PPTX/PPT files to Word format programmatically using C++.

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

Convert PowerPoint Presentation to Word Document using C#

In certain cases, you may need to convert the PowerPoint presentations to Word documents. In order to automate this process or for batch conversion, this article covers how to convert PowerPoint PPTX/PPT to Word DOCX using C#.

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

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.

Posted in Aspose.Words Product Family | Tagged , ,

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.

Posted in Aspose.Words Product Family | Tagged ,