Author Archives: Awais Hafeez

Customize Formatting of Horizontal Rule Shape in Word Documents using C++

It is our great pleasure to share with you that we have published yet another new release and you can now download Aspose.Words for C++ 19.11 API from the downloads section. Following list highlights the major features and you will also learn how you can use Aspose.Words for C++ 19.11 to:

  • Work with Web Extensions and Task Panes
  • Customize Formatting of Horizontal Rule Shape
  • Aspose.Words for C++ has now improved character spacing calculation when ‘use printer metrics’ option is set
Continue Reading
Posted in Aspose.Words Product Family |

Create 7Z Archive Files with LZMA Compression using C#

7z is an archiving format for compressing files and folders with a high compression ratio. It is based on Open Source architecture which makes it possible to use any compression and encryption algorithms. The 7z archive composition is now implemented with Lempel–Ziv–Markov chain algorithm LZMA compression in Aspose.ZIP for .NET 19.10 API which is now publicly available for download and usage to create .7z archive files with LZMA compression. We have introduced many public types and methods in this version … Continue Reading

Posted in Aspose.ZIP Product Family |

Web Extensions – Office Add-ins Task Panes in Java Word API

Its great pleasure to share that we have achieved another milestone by publishing new release of Aspose.Words for Java i.e. 19.11 that supports Harfbuzz Shaper plugin on Unix-based operating systems and will enable developers to work with Web Extensions, customize the formatting of the horizontal rule shape etc. Details of all the new features, enhancements and bugs resolution can be seen in the release notes. This latest release Aspose.Words for Java v19.11 can be downloaded from the download … Continue Reading

Posted in Aspose.Words Product Family |

Convert Word Document to Multipage TIFF Image using C++

Today, I will highlight the major features introduced in the Aspose.Words for C++ 19.10 release:

Save Word Document as MutiPage TIFF

One of the useful things you may need to do with your Word document (such as DOCX, DOC, RTF and many more) is a conversion to image file(s). For example if you have to present your Word document in a readable and printable but not editable format (e.g. for publication on the Web). One of the simple approaches you … Continue Reading

Posted in Aspose.Words Product Family |

Insert Hyperlinks to Bookmarks in Word Documents using Java

Today, I will highlight the major features introduced in Aspose.Words for Java 19.10 release:

Main Maven POM File Automation

We have now added automation code in the Main Maven POM file. When you run this POM file, it will automatically choose the correct JDK version and download the plugin (if needed) for advanced HarfBuzz Shaper based Typography (note that this only works for windows).

Insert Hyperlink Dynamically using LINQ Reporting Engine

You can now insert hyperlinks to your reports … Continue Reading

Posted in Aspose.Words Product Family |

Create Repeating Section Content Control in Word Documents using C++

Today, I will highlight the major features introduced in the Aspose.Words for C++ 19.9 release:

Create Repeating Section Content Controls in Word Document

The repeating section content control allows repeating the content contained within it. Using Aspose.Words for C++ 19.9, the structured document tag nodes of the repeating section and repeating section item types can be created and for this purpose, SdtType enumeration type provides RepeatingSectionItem property. The following code example demonstrates how to Bind a Repeating Section Content Control Continue Reading

Posted in Aspose.Words Product Family |

Create, Modify VBA Macros in Word Documents within Android

Today, I will highlight the major features introduced in the Aspose.Words for Android via Java 19.9 release:

Create and Modify VBA Macros in Word Documents

The following code example demonstrates as to how to modify VBA Macros in Word document programmatically by using the VbaModule.setSourceCode() property of Aspose.Words for Android via Java API.

Create Repeating Section Content Controls in Word Document

TIP

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

The repeating section content control … Continue Reading

Posted in Aspose.Words Product Family |

Advanced HarfBuzz Shaper based Typography Supported by Aspose.Words for Java 19.9

Today, I will highlight the major features introduced in Aspose.Words for Java 19.9 release:

OpenType Fonts and Kerning Features Supported

OpenType is a font format for scalable computer fonts and introduced to provide better support for languages and writing systems as compared to PostScript and TrueType. We have added TextShaperFactory property in LayoutOptions class. This property is used to get or set ITextShaperFactory implementation used for Advanced Typography rendering features. How does this feature work? It’s very simple. Please check … Continue Reading

Posted in Aspose.Words Product Family |

Aspose.Words for SharePoint Upgraded to Aspose.Words for .NET 19.8

We are really delighted to announce the release of version 19.8 of the Aspose.Words for SharePoint API. This release inherits some very exciting features to enhance the usability of the API. This version sees the codebase better tweaked and the core functionality closer to Aspose.Words for .NET 19.8, which is the base product that Aspose.Words for SharePoint 19.8 is ported from.

We recommend you to download the latest release and check out all the features introduced in the base Aspose.Words … Continue Reading

Posted in Aspose.Words Product Family |

Compress Files into gzip Format using C# with Aspose.ZIP for .NET

Guys, let’s check out what’s new for you in Aspose.ZIP for .NET 19.8 release.

Retrieve gzip Archive Name using C#

The following code example shows how to open an archive from a stream and retrieve its name.

Compress Files into a .gz Archive using C#

The following code example shows how to compress a file using GZipArchive instance.

Open gzip Archive for Processing using C#

The following code example shows how to open a gzip archive.

Moreover, to learn how … Continue Reading

Posted in Aspose.ZIP Product Family | Tagged , ,