Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Words Product Family
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
Read Macros from Word Documents using C#
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
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
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 Word to PCL in Cplusplus, Word to PCL in Cpp