Aspose Words Cloud 25.11 Release Notes

The page contains release notes for Aspose.Words Cloud 25.11 – API Reference.

Important Changes and New Features

Words Cloud Changes

  • Added the ExportFloatingShapesAsInlineTag option to the PDF export API. This allows developers to control whether floating shapes are exported as inline elements within the paragraph or as separate block-level tags in the document structure, providing greater flexibility for downstream PDF processing and accessibility requirements.
  • Added the TxtOfficeMathExportMode option to text export operations. With this update, OfficeMath (OOXML Math) equations can be exported as LaTeX expressions when saving documents in plain text format.
  • Introduced chunked download support for cloud storage, enabling reliable retrieval of large files that exceed standard response size limits.
  • Optimized document processing algorithms to improve overall conversion speed and reduce API response times.

PDF to Word Conversion Improvements

  • Improved the accuracy of element positioning within table cells during conversions.
  • Resolved an issue where images from the first page could be erroneously duplicated on subsequent pages during PDF import.
  • Fixed a memory leak related to table detection algorithms when importing complex PDF documents.

All changes

#SummaryCategory
WORDSNET-27176Fixed incorrect line positioning in table cells during PDF to Word conversionBug
WORDSNET-28776Resolved issue where images from first page were duplicated across all pages during PDF to Word conversionBug
WORDSNET-28791Fixed memory leak caused by improper table line processing during PDF importBug
WORDSCLOUD-3154Implemented chunked download support from storage to handle large files exceeding size limitationsNew Feature
WORDSCLOUD-3152Added TxtOfficeMathExportMode option to export OfficeMath equations as LaTeX when saving to plain text formatNew Feature
WORDSCLOUD-3151Added ExportFloatingShapesAsInlineTag option to control floating shape positioning in PDF document structureNew Feature