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
ExportFloatingShapesAsInlineTagoption 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
TxtOfficeMathExportModeoption 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
| # | Summary | Category |
|---|---|---|
| WORDSNET-27176 | Fixed incorrect line positioning in table cells during PDF to Word conversion | Bug |
| WORDSNET-28776 | Resolved issue where images from first page were duplicated across all pages during PDF to Word conversion | Bug |
| WORDSNET-28791 | Fixed memory leak caused by improper table line processing during PDF import | Bug |
| WORDSCLOUD-3154 | Implemented chunked download support from storage to handle large files exceeding size limitations | New Feature |
| WORDSCLOUD-3152 | Added TxtOfficeMathExportMode option to export OfficeMath equations as LaTeX when saving to plain text format | New Feature |
| WORDSCLOUD-3151 | Added ExportFloatingShapesAsInlineTag option to control floating shape positioning in PDF document structure | New Feature |