Browse our Products
Aspose.Words for C++ 26.3 Release Notes
This page contains release notes for Aspose.Words for C++ 26.3.
A comprehensive description of all classes, methods, and properties, along with code examples, is available on the API reference pages.
Major Features
There are most notable improvements and fixes in this regular monthly release:
- AI Integration: Added the ability to create an instance of the OpenAiModel class directly.
- Document Optimization: Extended the functionality of the JoinRunsWithSameFormatting method for more comprehensive content merging.
- Rendering and Fonts: Improved the MS Office font fallback table for the CJK Unified Ideographs Extension G range.
Full List of Issues Covering all Changes in this Release
Expand to view the full list of reported issues.
- Allow to create instance of OpenAiModel class directly
- Support MSO properties during import tabs
- MathML: mmultiscripts is incorrectly imported
- Incorrect rendering of SVG when the gradient is specified with ‘objectBoundingBox’ and exceeds the path bounds
- InvalidOperationException is thrown upon saving document as DOCX
- SVG gradient in userSpaceOnUse coordinates is rendered incorrectly
- Unexpected DocumentBuilder behavior when moving inside SDT
- Import of MsoHtml lists differs from MS Word’s result
- List items are imported from MsoHtml as normal paragraphs
- DOCX to PDF: Headers and footers disappear after section break
- FileCorruptedException is thrown upon loading ‘.wml’ document
- ArgumentOutOfRangeException is thrown upon using AutoFitBehavior.AutoFitToWindow
- SVG color gradients are corrupted when exporting to DOC
- SVG color gradients are corrupted when exporting to PDF
- Compare result does not match MS Word
- NullReferenceException is thrown upon building document layout
- Layout issue when converting DOCX to PDF
- RTF to PDF: Converting the file raises an exception
- Chinese character is rendered as missed character
- TOC is split into two parts in the document structure
- Gradient is lost after rendering SVG
- Metafile is rendered incorrectly in Vector mode
- IndexOutOfRangeException is thrown upon building document layout
- Numbering is changed after exporting to HTML
- Document.AcceptAllRevisions does not accept all revisions
- ODT file fails to load with FileCorruptedException
- NullReferenceException is thrown upon exporting to HTML with ExportListLabels.ByHtmlTags
- DOCX to PDF: Additional spacing at the start of paragraph
- JoinRunsWithSameFormatting does not join runs
- Remove obsolete TableStyle.Bidi property
- Table is slightly shifted right after rendering
- Exporting list labels by HTML tags does not work
Limitations and API Differences
Aspose.Words for C++ has some differences as compared to its equivalent .NET version of the API. This section contains information about all such functionality that is not available in the current release. The missing features will be added in future releases.
- The current release does not support Metered license.
- The current release does not support LINQ and Reporting features.
- The current release does not support OpenGL 3D Shapes rendering.
- The current release does not support loading PDF documents.
- The current release does not support printing.
- The current release has limited support for database features. C++ doesn’t have a common API for DB like .NET System.Data.
- The current release supports Microsoft Visual C++ version 2019 or higher.
- The current release supports Clang 3.9.1 or higher on Linux and only for the x86_x64 platform.
- The current release supports macOS Monterey or later (12.0+) for the 64-bit Intel Mac platform.