Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
This page describes the most interesting new Aspose.Words features introduced in recent releases.
Aspose.Words 25.5 enhances chart customization with new styling options and improves Markdown export by offering control over how empty paragraphs are handled.
The ability to control how empty paragraphs are exported to Markdown has been introduced by adding the MarkdownEmptyParagraphExportMode enumeration and the EmptyParagraphExportMode property.
The ability to set the chart style has been introduced by adding the ChartStyle enumeration and the Style property.
Aspose.Words 25.1 introduces AI-powered grammar checking and enhances document saving with advanced options for HTML, SVG, and Markdown formats.
Aspose.Words 25.2 introduces text summarization with Anthropic AI models, adds MsWorks format support, enhances typographic control, and improves PDF structure and list handling.
Aspose.Words 25.3 enhances an AI-powered grammar checker and font selection with the UpdateAmbiguousTextFont property, as well as improves PDF attachments export.
Aspose.Words 25.4 introduces support for new paper sizes, enables advanced HTML export control, improves watermark handling, and enhances the usability of the LowCode API.
Text summarization using Anthropic generative language models has been enabled by introducing a new public class AnthropicAiModel.
Significant improvements to the usability of the LowCode API have been introduced, simplifying document processing and reducing the need for repetitive code.
Starting from version 25.2, compatibility with the new MsWorks load format for Microsoft Works documents has been added.
Saving to HTML and SVG formats has been enhanced by adding IdPrefix and RemoveJavaScriptFromLinks properties to both the HtmlFixedSaveOptions and SvgSaveOptions classes.
The NumberSpacing property has been added for improved typographic control.
A new public property UpdateAmbiguousTextFont has been added to the SaveOptions class to control the font selection according to the character code used.
The ability to use JIS B4 and JIS B5 paper sizes has been introduced by adding new values to the PaperSize enumeration.
The ability to remove JavaScript from hyperlink URLs during HTML export has been introduced by adding the RemoveJavaScriptFromLinks property.
Learn more about Aspose.Words for C++ 25.1 Release Notes.
Learn more about Aspose.Words for C++ 25.2 Release Notes.
Learn more about Aspose.Words for C++ 25.3 Release Notes.
Learn more about Aspose.Words for C++ 25.4 Release Notes.
Aspose.Words 24.9 introduces group shape insertion and StructuredDocumentTag insertion via DocumentBuilder, enhances radial chart rendering with graduations, improves digital signatures with XAdES-EPES support, adds Markdown underline recognition, and provides access to footnote/endnote separators.
Aspose.Words 24.10 introduces enhanced ActiveX control support with CommandButton creation, new shape visibility control, the ability to group shapes, improved Markdown export for tables, chart formatting for Pie and Doughnut charts, better Big5 encoding handling, and support for outdated Taiwanese fonts.
Aspose.Words 24.11 introduces AI-powered document summarization, enhanced rendering options, improved access to document properties and ActiveX control captioning.
Aspose.Words 24.12 introduces customizable data label placement, Google AI-powered text translation, enhanced Mail Merge cleanup options, and new LowCode processing classes.
Support for document summarization using OpenAI and Google generative language models has been integrated.
The ability to translate text using Google’s generative language models has been implemented in Aspose.Words by adding the Translate method and the Language enumeration to the Aspose.Words.AI namespace.
New LowCode classes like Comparer, MailMerger, Replacer, Splitter etc. has been introduced, offering a set of methods that strike the perfect balance between simplicity and flexibility for document processing.
Rendering of graduations on radial charts has been implemented.
The ability to create CommandButton ActiveX controls has been introduced by adding a new public method InsertForms2OleControl and a new public class Forms2OleControl.
A new public property Hidden has been added to control the visibility of shapes.
Several new public properties have been added to format Pie and Doughnut charts.
A new option to control the rendering of PDF choice form field borders has been implemented by adding a new public option RenderChoiceFormFieldBorder.
The ability to get and set format codes for chart data has been added by implementing the FormatCode property in the ChartXValueCollection, ChartYValueCollection and BubbleSizeCollection classes.
Histogram chart rendering has been improved by allowing for a specified number of bins and labels.
The ability to customize the placement of data labels has been added by introducing new properties to the ChartDataLabel and ChartDataLabelCollection classes.
The option to recognize underline formatting when loading Markdown documents has been incorporated by adding a new public property ImportUnderlineFormatting.
An option to export tables as HTML when saving documents to Markdown format has been implemented by adding a new public property ExportAsHtml and an enumeration MarkdownExportAsHtml.
PDF export has been enhanced by including table title properties as PDF logical structure element titles.
A new RemoveEmptyTables option has been added to the MailMergeCleanupOptions enumeration to refine Mail Merge output.
The ability to sign documents with XAdES-EPES level XML-DSig signatures has been introdused by adding a new public property XmlDsigLevel and a new public enumeration XmlDsigLevel.
Learn more about Aspose.Words for C++ 24.9 Release Notes.
Learn more about Aspose.Words for C++ 24.10 Release Notes.
Learn more about Aspose.Words for C++ 24.11 Release Notes.
Learn more about Aspose.Words for C++ 24.12 Release Notes.
Aspose.Words 24.5 expands options for assemblies, improves rendering capabilities, and expands some other options.
Aspose.Words 24.6 improves rendering options, enhances search and compare functionality, and expands several other features.
Aspose.Words 24.7 changes how you work with ActiveX, expands rendering capabilities, as well as exporting to Markdown and XLSX formats.
Starting from version 24.7, export to PDF/UA-2 is supported to ensure accessibility for users with disabilities.
The ability to customize chart data labels such as Orientation and Rotation has been added.
A setter for the public property CustomNumberStyleFormat has been added. You can now define a custom number styling for list levels.
The ability to control the export of links in Markdown format has been added through the implementation of the LinkExportMode property.
The ability to streamline data analysis workflows with improved comparison functionality has been added. This includes a new IgnoreStoreItemId option and a redesigned interface for advanced comparisons.
Learn more about Aspose.Words for C++ 24.5 Release Notes.
Learn more about Aspose.Words for C++ 24.6 Release Notes.
Learn more about Aspose.Words for C++ 24.7 Release Notes.
Aspose.Words 24.1 improves the experience around managing stroke colors, enhances OLE objects, as well as introduces a new Bibliography Sources public API.
Aspose.Words 24.2 expanded Charts API and style management. This version of Aspose.Words also introduced the capability to specify SvgSaveOptions during rendering, more flexible control loading Markdown files, and working with reference text for footnotes and endnotes.
Aspose.Words 24.3 introduces Emulation of binary raster operations for WMF metafiles and also continues to expand the Charts API.
Aspose.Words 24.4 enhances some rendering options, as well as improves work with digital signatures.
The Stroke class has been extended with a set of new public properties related to managing stroke colors: ForeThemeColor and BackThemeColor, ForeTintAndShade and BackTintAndShade.
The DrawingML Charts API continues to be expanded.
Added an ability to embed fonts declared in @font-face rules into the resulting document’s font definitions has been introduced by adding a new SupportFontFaceRules property.
The ability to work with glow and reflection formatting for a drawing object has been implemented.
The capability to specify SvgSaveOptions during rendering has been added using the ShapeRenderer.Save and OfficeMathRenderer.Save methods.
The ability to preserve empty lines when loading Markdown files has been added.
TextBox
OLE control has been introduced by adding a new Text property to the new TextBoxControl class. 24.1Learn more about Aspose.Words for C++ 24.1 Release Notes.
Learn more about Aspose.Words for C++ 24.2 Release Notes.
Learn more about Aspose.Words for C++ 24.3 Release Notes.
Learn more about Aspose.Words for C++ 24.4 Release Notes.
Aspose.Words 23.9 expands rendering options, metafile rendering emulation, and markdown save options.
Aspose.Words 23.10 improves rendering, expands options for loading and saving documents, and allows users to merge documents in new ways.
Aspose.Words 23.11 enhances the work with revisions, XLSX format and fonts on chart legend with additional options.
Aspose.Words 23.12 introduces new properties and enumerations for working with PDF and OOXML documents, as well as support for WebP images.
The capability to customize axis titles in DrawingML charts has been introduced by the implementation of a new public class ChartAxisTitle and Title property.
It is now possible to define the vertical position of fonts within a paragraph using the new public BaselineAlignment property and the new BaselineAlignment enumeration.
The ability to retrieve the foreground color without modifiers has been added to the Fill and Stroke classes via the BaseForeColor property.
The functionality of the ChartDataPointCollection, ChartSeries, and ChartFormat classes has been expanded with new methods and properties.
A simple way to automatically adjust and fit an image within a particular shape has been provided through the new FitImageToShape method.
The ability to specify default font formatting for legend entries of DrawingML charts has been added via the Font property. This feature facilitates a more streamlined and consistent appearance for chart elements, improving the overall document aesthetics.
The ability to specify the page layout to be used when opening a document in a PDF reader has been added through the introduction of a new PageLayout property to the PdfSaveOptions class and the introduction of a new PdfPageLayout enumeration.
The MarkdownSaveOptions class has been expanded by including the ImagesFolderAlias property, which allows to specifies the name of the folder used to construct image URIs written into the Markdown document.
Various PDF rendering optimizations to reduce output size when utilizing OptimizeOutput settings have been implemented.
The feature to recognize hyperlinks when loading TXT documents has been implemented by adding a new DetectHyperlinks property.
OoxmlSaveOptions
class and the new Zip64Mode enumeration. 23.12Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.