Category Archive: Aspose.Words Product Family

The official blog of Aspose.Words for .NET, Java and C++ that contains feature-based blog posts.

Read VBA Macros in Word Document using Aspose.Words for Java 19.6

In this post, I will enlist/explain new features introduced in Aspose.Words for Java 19.6 release.

Access/Read VBA Macros from Word Document using Java

Aspose.Words now provides three classes to get access to the VBA project source code. The VBAProject class provides access to VBA project information, the VbaModuleCollection class returns collection of VBA project modules and VbaModule class provides access to the VBA project module. The code example given below shows how to read VBA Macros from the Word document:… Continue Reading

Posted in Aspose.Words Product Family | Tagged

Read Macros from Word Documents using C#

Aspose.Words for .NET logo

Hi guys! We have added very interesting features for you in the new release of Aspose.Words for .NET 19.6. Reading macros from the document, control the behavior of compressing metafiles while saving document, working with table styles, and convert wide cell to horizontally merged cell.

Let me explain the detail of each feature one by one.

TIP

You may want to check out Aspose FREE macro removal web app.

Read Macros from Document using C#

In this release, … Continue Reading

Posted in Aspose.Words Product Family |

InFocus IT empowered Document Processing Solution to generate DOC and PDF files from XHTML

About InFocus IT

InFocus Company Logo

InFocus IT has been incorporated since 2005 and provides enterprise development services and solutions to a variety of different markets.

We deliver enterprise solutions that once deployed just work. Many of the systems that we develop or work with, generally have a large corpus of electronic content in a variety of file formats. Interchanging between these seamlessly can be a challenge.

Problem

We constantly have a need to convert electronic documents into other document formats. We already … Continue Reading

Posted in Aspose.Words Product Family, Customer Reviews, Aspose.Words, Success Stories | Tagged , , , , , , ,

Hollings Cancer Center developed an offline feature for Creating and Parsing Word files

About Hollings Cancer Center

Hollings Cancer Center is part of the Medical University of South Carolina. When a Researcher asks for data from our various departments, we need to send the request to an Evaluation Committee. We currently have a Web application that asks a series of 10 topics to a committee of evaluators and from the topics, each Evaluator then develops their own set of questions individually to be sent back to the Researcher. The Researcher then needs to … Continue Reading

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

Use Paragraph Style Separator and Fake Field Result in Word Documents using Java

Guys, let’s check out what’s new for you in Aspose.Words for Java 19.5 release.

Paragraph Style Separator in Word Documents

A style separator can be added to the end of a paragraph using the Ctrl + Alt + Enter Keyboard Shortcut into MS Word. This feature allows for two different paragraph styles used in one logical printed paragraph. Starting from Aspose.Words 19.5, you will be able to identify either a paragraph break is a Style Separator or not. The Paragraph.BreakIsStyleSeparator … Continue Reading

Posted in Aspose.Words Product Family |

Aspose.Words for Reporting Services Now Supports SQL Server 2019

Aspose.Words for SSRS icon

The wait is over guys! We are pleased to announce the new release of Aspose.Words for Reporting Services 19.2. We added support of SQL Server 2019 in this release and upgraded it to Aspose.Words for .NET 19.2. Now, you can export RDL/RDLC to DOCX, DOC, TXT, etc. within Microsoft SQL Server Reporting Services 2019.

Moreover, we added another feature to export the space after/before the properties of the paragraph in the output Word document. Last but not least, the … Continue Reading

Posted in Aspose.Words Product Family |

Use Additional Text Positioning Operators in Word Documents using Java

Guys, lets check out what’s new for you in Aspose.Words for Java 19.4 release.

Cold Startup Time Improved

Starting from this version, we have improved cold startup time by 10% and also reduced the parsing time of Fields during a MailMerge operation.

Additional Text Positioning Operators

To overcome the issues with inaccurate text positioning with some printers, the AdditionalTextPositioning flag can be used which specifies whether to write additional text positioning operators or not. The downside is the increased PDF … Continue Reading

Posted in Aspose.Words Product Family |

Identify Style Separator Paragraph in Word Documents using C#

Hi guys! We are pleased to announce the new release of Aspose.Words for .NET 19.5. After reading this blog, you will be able to work with paragraph style separator, smart style behavior while joining documents, line spacing of font, get the field’s result that has no field separator node, load fonts from stream, and DML text effect. Interesting, isn’t it?

Let’s check out these features one by one.

Added Overload of AppendDocument Method With Additional ImportFormatOptions Parameter

We added … Continue Reading

Posted in Aspose.Words Product Family |

Support of JDK 7 and Bi-Directional Marks in TXT using Aspose.Words for Java 19.3

Guys, lets check out what’s new for you in Aspose.Words for Java 19.3 release.

Release JAR Upgraded to JDK 7

We have upgraded the release JAR of Aspose.Words for Java from JDK 6 to JDK 7. This means that if you are referencing Aspose.Words for Java from Maven then you will have to update the classifier value to jdk17 as follows:

<dependency>
    <groupId>com.aspose</groupId>
    <artifactId>aspose-words</artifactId>
    <version>19.3</version>
    <classifier>jdk17</classifier>
</dependency>

Preserve Representation of Legacy Control Characters While Exporting Document to OOXML

Some document … Continue Reading

Posted in Aspose.Words Product Family |

Convert Word to PCL using C++ with Aspose.Words for C++ 19.5

Guys, lets check out what’s new for you in Aspose.Words for C++ 19.5 release.

Convert Word to PCL in C++

Aspose.Words for C++ now provides support to save Word document to PCL (Printer Command Language). Aspose.Words can save documents to PCL 6 (PCL 6 Enhanced or PCL XL) format. PclSaveOptions class can be used to specify additional options when saving a document into the PCL format. The following code example shows how to save the … Continue Reading

Posted in Aspose.Words Product Family | Tagged ,