Browse our Products
Aspose.Words for C++ 24.5 Release Notes
Major Features
There are 111 improvements and fixes in this regular monthly release. The most notable are:
- Implemented a function to eliminate empty pages from the document.
- Implemented DML effects rendering for SVG graphics, extending previous functionality limited to images.
- Introduced support for creating combo charts and adjusting properties such as gap width, overlap, and bubble scale within series groups.
- Implemented functionality to manipulate SoftEdge effect of a shape.
- Introduced SvgSaveOptions.MaxImageResolution as a public property.
- Implemented an ability to modify adjust values of shape.
- Provided capability to check for the presence of VBA macros without loading the document.
Full List of Issues Covering all Changes in this Release
Expand to view the full list of reported issues.
- Provide an ability to set bar/column chart gapWidth and overlap
- Add feature to set series overlap in a chart
- Provide public API to get set BubbleScale
- Provide API to Adjust the Gap Width of Charts Data Point
- Add feature to format Data Series (Gap Width)
- Support to modify width of chart columns
- Support composite charts
- Add feature to update Composite Charts
- Add feature to create Combo Charts
- Support creation of Combo Charts or Dual-Axis Charts
- Add option to resize all images inside produced svg to some value if their dpi is higher than your_value
- Add support for advanced shape properties (List of Shape Adjust Values)
- Implement DML effects rendering for SVG graphics
- Investigate whether it is possible to check if the document has macros without loading document into the model
- Implement a two-color gradient rendering with interpolation based on splines
- Implement DML gamma and inverseGamma color modifiers
- Add Complex Controls to Shapes
- Support creation of Combo Charts or Dual-Axis Charts
- Combo Charts or Dual-Axis Charts in document
- DOCX to PDF conversion issue with cell’s text
- Paragraph under Table renders to the right of it in PDF
- Content missing after DOCX to PDF conversion
- Table created programmatically is not rendered the same way as it shown in MS Word
- Allow comparing only tables in documents
- Series overlap for charts
- Combo Charts does not work
- Chart is not created correctly after removing series
- Equation is rendered improperly
- Graphics objects lost formatting after conversion to PDF
- ‘margin-top’ and ‘margin-bottom’ style attributes are not imported for list items from HTML
- Blank squares instead of Persian characters in output file
- Text is wrapped improperly upon rendering
- Add support to get Soft Edges effect of a Shape
- Incorrect table cell margins after conversion DOCX->HTML->DOCX
- Image size is incorrect after loading HTML
- Leelawadee UI is changed to DaunPenh after open save document
- Aspose.Words does not throw exception upon loading corrupted document
- Incorrect Revisions After Comparing Documents
- Removed list labels are rendered in PDF
- Numbering is incorrect after converting DOC to HTML
- WMF images are clipped incorrectly
- ArithmeticException upon rendering metafile
- EQ field is rendered improperly - subscript is rendered as superscript
- Null reference exception when converting DOCX to HTML or SVG
- SVG image is rendered improperly
- Image is lost after rendering
- Image moved up after conversion to PDF
- StackOverflowException is thrown upon loading DOCX document
- HTML resources cannot be loaded
- Content is lost after rendering PDF with
PreserveFormFields=true
- Chart changes undetected on document comparison
- Aspose.Words hangs upon loading damaged document
- Incorrect Document Revisions After Comparison
- Link after deep nested table is not clickable in PDF
- Label that is hidden in the chart, appears in the image
- Vertical lines added in the chart’s column
- Table row is moved to the next page after rendering
- Incorrect handling of cell preferred tcw element in pct units
- MergeDocuments throws exception for empty document
- Preserve ParagraphFormat.OutlineLevel during Word-HTML-Word round-trip
- Footnotes are rendered improperly (Specific)
- Page break issue while converting DOC/DOCX to PDF
- Space before paragraph does not match MS Word when paragraphs before are hidden
- Part of content is moved to next page
- DML Tint effect is rendered incorrectly
- DML Shade effect is calculated incorrectly
- DML percentage based color modifiers should use scRGB color space
- Issue with Page Numbering in TOC After Field Updates
- Bookmarks should be placed outside of colontitles
- Granularity enumeration items do not have description
- Retest WORDSNET-23458 for MergeDocuments feature
- Number format in de_AT CultureInfo
- MailMerge.executeWithRegions throws IllegalStateException
- Linked OLE object is changed after open/save RTF document
- Ole object read from RTF returns OleFormat.IconCaption empty string while the object has icon
- Table Border Lost for Inline Component
- Commented range is not highlighted in rendered document
- Comment range is not highlighted after rendering document
- Documents with WebP and Dib images are rendered as red cross
- Vertical axis title wrapping is incorrect after rendering
- Scatter chart is rendered improperly
- NullReferenceException is thrown upon rendering document.
- Content is converted to all caps after loading ODT document
- PDF file is detected as MHTML
- Value of data label is changed to CELLREF after open save document
- Document.Compare throws System.InvalidOperationException: NC sync failed
- The Logo image has incorrect position after PDF->Docx conversion
- Japanese text is wrapped incorrectly
- Parenthesis does not get the correct spacing during DOCX to PDF conversion
- Specifying BaseUri without a scheme disrupts resource loading
- BaseUri is incorrectly determined when HTML document is loaded from a URL
- How can we determine whether the text inside a shape is white or black
- Aspose.Words hangs upon saving document to TIFF
- Aspose.Words hangs upon saving document to image
- Color of gradients are darker after rendering document
- Incorrect wrapping of line with tabs in a table
- Spaces become narrower after AppendDocument
- Output pages are less than the source Word file
- Corrupted document doesn’t give warning on loading
- Font in metafile is changed after rendering
- Wrapped text is not searchable in PDF produced by Aspose.Words
- Replacement of the text with a carriage return is not copying the list format
- Compared result shows original document
- Image lost after re-saving PDF to PDF
- Unable to replace values in a combo chart
- Docx to HtmlFixed to Docx conversion destroys the document format
- Docx to HtmlFixed conversion bug
- Files stretched to a landscape page
- LowCode.Merger.Merge throws NullReferenceException
- Content of Textbox disappears when converting DOCX to PDF
- Table is rendered beyond the page margins
Public API and Backward Incompatible Changes
This section lists public API changes that were introduced in Aspose.Words 24.5. 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 2017 or higher.
- The current release supports GCC 6.3 or higher and Clang 3.9.1 or higher on Linux and only for the x86_x64 platform.
- The current release supports macOS Big Sur or later (11.5+) for 64-bit Intel Mac platform.