Aspose Words Cloud 26.4 Release Notes
The page contains release notes for Aspose.Words Cloud 26.4 – API Reference.
Important Changes and New Features
Words Cloud Changes
- Added a jobs system that enables asynchronous processing of API requests via a Redis-backed request queue. Users can submit long-running operations and retrieve results later without maintaining an active HTTP connection. The system introduces new API endpoints for submitting jobs, querying their status, and fetching results.
- Various stability and performance improvements.
PDF to Word conversion improvements
- Improved paragraph detection during PDF import. Documents with PDF logical structure (marked content) now use that metadata for more accurate paragraph recognition. For documents without logical structure, the updated splitting logic correctly identifies short lines as separate paragraphs.
- Fixed paragraph break handling so that narrow-width lines are preserved as distinct paragraphs with correct formatting.
- Fixed calculation of section top and bottom margins in documents with multicolumn layouts.
All changes
| # | Summary | Category |
|---|---|---|
| WORDSNET-27267 | Line breaks are lost when converting PDF to HTML | Bug |
| WORDSNET-24855 | PDF content is imported as a single paragraph instead of multiple paragraphs | Bug |
| WORDSNET-29080 | Narrow-width lines are merged into a single paragraph with an excessive right indent when importing PDF | Bug |
| WORDSNET-29172 | Content is shifted to the next page due to incorrect section margin calculation in multicolumn PDF documents | Bug |
| WORDSCLOUD-3184 | Implement a Redis-backed jobs system for asynchronous API request processing | New Feature |