Browse our Products
Aspose.Words for C++ 25.8 Release Notes
Major Features
There are 62 improvements and fixes in this regular monthly release. The most notable are:
- Markdown Export: Added more control over how non-compatible tables are rendered when exporting to HTML.
- Find and Replace: Added a new option to ignore Office Math objects during search and replace operations.
- Markdown Import: Introduced a new option to specify the character for soft line breaks.
- Page Extraction: Added new options to provide greater control over the page extraction process.
Full List of Issues Covering all Changes in this Release
Expand to view the full list of reported issues.
- Consider providing an ability to replace in OfficeMath
- Consider adding an ability to preserve NUMPAGES fields after using ExtractPages method
- Missing glyphs on conversion to PDF
- Justify Medium paragraph alignment is not preserved in PDF
- Docx to fixed file format conversion issue with arabic text
- Invisible watermark
- Compare result does not match MS Word output
- Object reference error upon DOCX to PDF conversion
- Chinese text is distributed improperly after rendering
- InvalidOperationException when processing DOCX with XML-mapped StructuredDocumentTags
- DOCX merging issue
- FileCorruptedException is thrown upon loading RTF document
- OpenAiModel.Translate() throws an exception with custom URL
- Table.AutoFit() not working as expected
- FirstLineIndent return -28.35 instead of 0 in DOTM style
- Soft line break is improperly read from markdown document
- Tab character in SDT is rendered as missed character when PreserveFormFields is enabled
- HTML to XLSX conversion error
- DOCX merging issue
- InvalidOperationException upon saving document after appending text to tables in a Building Block
- DOC to PDF: Extra image appears
- Data in nested regions are merged improperly
- SimHei font replaced with SimSun and became Regular instead of Bold upon DOCX to PDF
- Incorrect scaling of a vertical numeric axis
- X-axis label text moves to the next line when converting DOCX to PDF
- NullReferenceException upon MailMerge with the html text
- System.NullReferenceException when processing a document containing shapes
- PAC to report accessibility compliance errors with link annotation
- Less items are dispalyed in chart legend
- Arabic text does not render correctly in output PDF
- Infinite loop on UpdatePageLayout
- NullReferenceException on UpdatePageLayout()
- Missed Subtype for header/footer in the PDF/UA-1
- Shapes texture and gradient fill is corrupted after work of ApsCanvasTransformApplier
- 3D bar chart is overlapped by axis title and legend
- Justify Low Paragraph Alignment is not Retained during Arabic Word to PDF Conversion
- Paragraph’s alignment is lost after conversion from Docx to PDF
- Noto JP fonts embedded in MS Word document are not handled by MS Word properly
- ArgumentOutOfRangeException is thrown upon autofitting table
- Merging images does not work as expected with Merger.Merge overload that returns Document instance
- Arabic text rendering issue with output PDF
- DOCX to PDF: Loading and filling the document with XML does not render Japanese letters correctly
- Issue with symbol rendering after formatting change with tracked changes
- RevisionTextEffect.Hidden effect is not applied to list items
- Page orientation changed from landscape to portrait upon DOCX to PDF convertion
- Multiple link tags instead of single link in PDF/UA
- Obfuscated exception is thrown while loading password protected PDF.
- Justification of Arabic text is incorrect
- XML to MD: HTML Tables tags with Markdown Content
- Docx to Pdf conversion issue with text justification
- DOCX to EPUB: System.IndexOutOfRangeException
- Table is imported from MHTML with wrong background color
- Add support for the “mso-list-name” CSS property
- Import of MsoHtml lists differs from MS Word’s result
- Borders are imported improperly from HTML
- Image lost when converting Doc to Doc
- A bug in usage of exception cache in WebRequestHelper.OpenStreamFromUri()
- List numbers are duplicated when converting HTML to DOCX
- Image is lost after importing HTML
- Strange PageCount behavior
- Legend is rendered improperly
- DOCX to EPUB: Image containing math formula renders incorrectly
Public API and Backward Incompatible Changes
This section lists public API changes introduced in Aspose.Words 25.8. It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in Aspose.Words which may affect existing code. Any behavior introduced that could be seen as regression and modifies the existing behavior is especially important and is documented here.
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 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.