Aspose Words Cloud 25.10 Release Notes

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

Important Changes and New Features

Words Cloud Changes

  • Implemented ‘online’ mode for the LoadWebDocument endpoint that enables direct document processing from web URLs without cloud storage interaction. While the standard PUT /words/loadWebDocument method downloads documents from URLs and saves them to cloud storage, the new PUT /words/online/put/loadWebDocument endpoint returns the processed document directly as a response stream. This synchronous operation accepts a web URL in the LoadingDocumentUrl parameter and can optionally convert the document to a specified format on-the-fly. The feature eliminates the traditional three-step workflow (upload to storage → process → delete from storage), making it ideal for scenarios such as real-time document conversion, automated reporting pipelines, and API-to-API document transformations where temporary storage is unnecessary.

  • Resolved HTTP 503 Service Unavailable errors for certain users by implementing mirror API endpoint (https://api-mirror.aspose.cloud) to ensure reliable connectivity from enterprise platforms like Salesforce.

PDF to Word conversion improvements

  • Improved detection of table structures, including tables without borders and complex cell layouts; fixed text overflow and misalignment issues in table cells.
  • Resolved URL fragmentation with extra spaces and missing hyperlinks; improved handling of Type3 fonts that previously caused hyperlink recognition failures.
  • Enhanced text-to-table binding and clipping paths processing for more accurate content placement.

All changes

#SummaryCategory
WORDSNET-25066Text overflows table cell boundaries when loading PDF documentBug
WORDSNET-25957Table rows are misaligned and positioned incorrectly when converting PDF to DOCXBug
WORDSNET-28388Extra spaces are inserted into URLs when converting PDF to MarkdownBug
WORDSNET-28603Hyperlinks are lost when converting PDF to DOCXBug
WORDSNET-28649Table structure is corrupted when converting PDF to DOCXBug
WORDSCLOUD-2958Implement ‘online’ mode for the LoadWebDocument endpoint enabling direct document processing from web URLs with stream responseNew Feature
WORDSCLOUD-2929Incorrect S3 file path formatting in self-hosted API deploymentBug
WORDSCLOUD-3039Some users receive HTTP 503 errors when connecting to the APIBug