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

#SummaryCategory
WORDSNET-27267Line breaks are lost when converting PDF to HTMLBug
WORDSNET-24855PDF content is imported as a single paragraph instead of multiple paragraphsBug
WORDSNET-29080Narrow-width lines are merged into a single paragraph with an excessive right indent when importing PDFBug
WORDSNET-29172Content is shifted to the next page due to incorrect section margin calculation in multicolumn PDF documentsBug
WORDSCLOUD-3184Implement a Redis-backed jobs system for asynchronous API request processingNew Feature