Browse our Products
Aspose.Words for C++ 25.1 Release Notes
Major Features
There are 81 improvements and fixes in this regular monthly release. The most notable are:
- Enhanced HTML/SVG Saving: Added IdPrefix and RemoveJavaScriptFromLinks options to both HtmlFixedSaveOptions and SvgSaveOptions.
- AI Grammar Checking: Enabled grammar checking functionality using OpenAI.
- Advanced Markdown Options: Added options to set image resolution and OfficeMath output mode in MarkdownSaveOptions.
Full List of Issues Covering all Changes in this Release
Expand to view the full list of reported issues.
Here is the cleaned list without task identifiers, task types, and vertical slashes:
Here’s the modified list with the identifiers, types of tasks, and vertical slashes removed:
- Support paragraph indention and spacing
- Width of tables incorrect on rendering to PDF
- CellFormat.HorizontalMerge reduces the cell’s width
- Wrong formatting of tables in print output
- Consider adding an option to specify image id prefix upon saving document to SVG and HtmlFixed
- Rendering of histograms with the specified bin size
- Add support for text shaping in HtmlFixed
- Remove JavaScript from output HTML when converting DOCX to Fixed-HTML
- Consider adding property to set OfficeMath output mode in MarkdownSaveOptions
- Add possibility to translate text using OpenAI generative language model
- DOCX to PDF: Text gets distorted in resultant file
- DropCap is placed improperly in PDF page logical structure order
- RTF to PDF: Content shifted to the left and out of the page
- Table’s cell widths are lost after rendering Docx to Pdf
- Word to PDF table formatting issue
- Text position is changed after DOCX to PDF conversion
- Table formatting is incorrect after rendering
- Opacity of the ImageFileComparer controls
- Table’s cell widths are changed after rendering DOCX to PDF
- Table column widths are incorrect im rendered document
- Incorrect table breaking across pages causes content flow differences
- A generic error occurred in GDI+ while save extracted page to “png” in docker
- Incorrect left margin of a floating table exported to HTML
- A paragraph is shifted up and is rendered to the right of a table in HTML
- ScreenTip with double quote characters corrupts hyperlink’s address in MS Word
- BuiltInDocumentProperties.Words returns incorrect value
- Text from a deleted revision exists after all revisions have been accepted
- NullReferenceException is thrown upon building report
- English text wrapping is incorrect when Chinese editing language is used
- Consider adding property to set image resolution in MarkdownSaveOptions
- InvalidOperationException is thrown upon saving document as DOC
- Underline removed after setting compatibility settings
- FileCorruptedException is thrown upon loading DOCX document
- IndexOutOfRangeException is thrown upon rendering document
- AutoFitToWindow property does not fit content properly
- Null ref in DOCX to XLSX conversion
- Incorrect column width in output XLSX
- Part of content inserted using DocumentBuilder is outside SDT
- Time value is not parsed properly upon executing mail merge
- Duplicated bookmarks in the document
- Wrong list ID upon conversion
- Part of equation is lost after HTML to DOCX conversion
- Image orientation is changed after conversion from HTML to DOCX document
- Layout problems with vertical Chinese text after conversion to PDF
- Compare result does not match MS Word output
- Document compare accessing Revision.Group performance
- InvalidCastException is thrown upon rendering document
- Comparison of document with footnote does not match MS Word result
- NullReferenceException is thrown upon rendering document
- Duplicated hyperlinks are saved as a single relationship in DOCX
- List labels are not shown in output XLSX
- Numbering is changed after splitting and rejoining document by pages
- Table columns widths are changed after RTF to PDF conversion
- Part of content is moved to the next page
- Replace the compatibility options SuppressTopSpacingWP and NoLeading
- Page break inserted if footnote is present
- Temporary license hyperlink is forcibly appended to the trial label in venture licensing mode
- SVG image is rendered improperly
- Updating page layout resets Run’s parent node to nul
- Shape positions change on conversion to HTML
- MHTML to PDF: Image not rendered in the output
- OutOfMemoryException is thrown upon comparing documents
- NotSupportedException is thrown upon loading Json file
- FileCorruptedException is thrown upon loading DOCX document in evaluation mode.
- Part of the document is lost when converting to PDF
- 90 degrees rotation applied to X-Axis values in rendered document
- Divider lines missing for Chart’s X-Axis values in rendered document
- Date axis labels are rendered diagonally and overlap
- Incorrect text wrapping in Chart in rendered document
- Redundant borders are shown after rendering
- Mixed RTL and LTR text is rendered improperly
- PAC reports warning in document structure when footnote is percent in the document
- Font-family reading does not match MS Word behaviour
- Table layout is changed after rendering
- InsertHtml does not apply formatting on Run
- Error! Unknown document property name in resultant HTML when saving DOCX
- Styled numbering is exported to Markdown improperly
- Characters are not positioned horizontally correctly upon rendering to PDF and XPS
- Missing data upon mail merge
- Text shifted related to the grid on html to pdf conversion
- DOCX to MD the content below headings is not indented
Public API and Backward Incompatible Changes
This section lists public API changes that were introduced in Aspose.Words 25.1. 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 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 64-bit Intel Mac platform.