Word to PDF conversion is commonly used before the documents are shared. Various online Word to PDF converters are available that allow you to convert single or a limited number of Word documents. However, with emerging MS Word automation and report generation solutions, automated Word to PDF conversion has become an essential part of the systems. Furthermore, the batch conversion of DOC/DOCX to PDF needs to be done automatically to minimize the time and effort.
Aspose.Words for .NET 20.2 is released
Despite the public holidays, this month was finished with good productivity, 57 improvements and fixes (with 4 Enterprise and 3 Priority Support issues among them) were included to this regular monthly release. Totally 105 issues were processed.
Loading PDF documents is now supported by Aspose.Words for .NET Standard. This is the first file format codec included as plugin in Aspose.Words. To make loading PDF documents work in your .NET Core application, you should add a reference to Aspose.
Find and Replace Text in a Word Document using C# .NET
This article covers various approaches to find and replace text in Word documents using C# in .NET or .NET Core applications.
Find and Replace is quite a useful feature of MS Word to quickly locate and replace the desired text in the documents. It becomes more handy and time-saving when you are working with longer documents. In cases when you need to find and replace text in hundreds of Word documents or you need to automate this process, you’ll definitely opt to do it programmatically.
Generate Word Documents from Templates Dynamically using Java
The report generation process more often consists of populating the predefined document templates containing the placeholders for desired fields. The reporting engines take the template document as input, populate the placeholders with the data dynamically and generate the resultant reports. This article is also going to showcase a similar use case where you can generate the Word documents by populating the Word templates dynamically and programmatically using Java.
To generate Word documents from DOCX templates, we’ll use the LINQ Reporting Engine offered by Aspose.
.NET Word Automation - Create, Edit or Convert MS Word Documents using C#
Are you looking for a .NET Word Automation solution to create and process word processing documents in C#? Do you want to create, edit/modify, and convert Word documents programmatically without requiring MS Office? Let’s try out Aspose.Words for .NET API - A complete set of features for creating and processing of MS Word documents (.doc, .docx, etc.) using C# in your .NET or .NET Core based applications.
Aspose.Words for .NET 20.1 is released
Aspose.Words .NET/Rendering Team implemented direct embedding of OpenType fonts as planned feature for PDF 1.7 standard. The preparation of the first release of 3D Effects Rendering through OpenGL is ongoing. Also, various tasks related to SmartArt Cold Rendering support were investigated and achieved.
Convert Word DOCX/DOC to PDF in C# .NET - A Complete Guide
Word to PDF conversion is a common practice these days and it is preferred before sharing the documents. MS Word provides a builtin feature to save Word documents as PDF, however, there might be a case when you want to convert Word document to PDF programmatically such as in your web applications or you may require batch Word to PDF conversions without installing MS Office. So in this article, you will learn how to convert Word DOCX or DOC to PDF using C# in .
Copy Macros from One Word Document to Other in Java
Another month, another feature-rich release! Aspose.Words for Java 19.12 has been rolled out with a bunch of useful features, enhancements and bug fixes. Using the latest release you will be able to copy Word macros from one document to another by cloning the VBA module or the VBA project in Java. Furthermore, we have added the support of PDF 1.7 Standard for Word to PDF conversion. Also, the latest release of Aspose.
Aspose.Words for .NET 19.12 is released
This month much attention was paid to fix as many issues as possible. As a result, 95 improvements and fixes (including 8 Enterprise Support and 14 Priority Support issues among them) were included in this regular monthly release. Totally 148 issues have been processed.
A big milestone has been reached by our Rendering Team – conversion to PDF 1.7 standard is now supported and has become the main (default) format for output PDF files.
Convert Word (DOC, DOCX) to Byte Array
Aspose.Words API provides the simplest way to convert a Microsoft Word DOC or DOCX document to a byte array in C# and Java.
The conversion of a Word document to a byte array is helpful when storing documents in the database and/ or then retrieving them from the database.
Aspose.Words API provides the functionality to manipulate Microsoft Word files without using Microsoft Word. If you do not have Aspose.Words API installed, please follow the instructions given on installation page for .