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 standardPUT /words/loadWebDocument
method downloads documents from URLs and saves them to cloud storage, the newPUT /words/online/put/loadWebDocument
endpoint returns the processed document directly as a response stream. This synchronous operation accepts a web URL in theLoadingDocumentUrl
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
# | Summary | Category |
---|---|---|
WORDSNET-25066 | Text overflows table cell boundaries when loading PDF document | Bug |
WORDSNET-25957 | Table rows are misaligned and positioned incorrectly when converting PDF to DOCX | Bug |
WORDSNET-28388 | Extra spaces are inserted into URLs when converting PDF to Markdown | Bug |
WORDSNET-28603 | Hyperlinks are lost when converting PDF to DOCX | Bug |
WORDSNET-28649 | Table structure is corrupted when converting PDF to DOCX | Bug |
WORDSCLOUD-2958 | Implement ‘online’ mode for the LoadWebDocument endpoint enabling direct document processing from web URLs with stream response | New Feature |
WORDSCLOUD-2929 | Incorrect S3 file path formatting in self-hosted API deployment | Bug |
WORDSCLOUD-3039 | Some users receive HTTP 503 errors when connecting to the API | Bug |