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 26.1 introduces Docling JSON export, enhances AI and document merging capabilities, and significantly improves PDF compliance for fields.
The ability to work directly with Google AI models has been introduced by enabling direct instantiation of the GoogleAiModel class in the Aspose.Words.AI namespace.
The ability to export documents to the Docling JSON format has been introduced.
The PdfSaveOptions functionality has been extended by the preserve_form_fields property to be compatible with all PDF compliance standards (including PDF/A and PDF/UA).
Aspose.Words 25.9 enhances document loading reliability, expands shape and text formatting, and improves Markdown export with math support.
Aspose.Words 25.10 introduces enhancements to text and PDF exports and improves accessibility compliance.
Aspose.Words 25.11 expands AI integration capabilities, as well as enhances Markdown export.
Aspose.Words 25.12 improves rendering accuracy across PDF, HTML-Fixed, and SVG formats, adds support for Variable Fonts and Funnel charts, and enhances text orientation handling in field rendering.
The ability to configure AI model service endpoints has been introduced by adding support for specifying custom URLs and request timeouts, allowing greater flexibility in AI-powered integrations.
The ability to control how corrupted documents are opened has been introduced by adding a new recovery_mode option.
The ability to export mathematical equations (Office Math) to LaTeX expressions has been introduced:
The fidelity of document conversion to Markdown has been improved by enabling the export of OfficeMath objects into LaTeX format, ensuring compatibility with MarkItDown renderers.
A new save option export_floating_shapes_as_inline_tag has been added to provide precise control over the tagging of floating shapes as either inline or block-level elements, improving layout accuracy and accessibility.
Compliance with PDF/UA standards has been improved by correctly tagging horizontal rules as artifacts, enhancing a better experience for users of assistive technologies.
The ability to correctly resolve and handle relative hyperlinks when exporting to PDF has been introduced by adding Base URI processing during document export.
The ability to fine-tune shadow effects has been enhanced by introducing new public properties.
Robust support for Variable Fonts when saving documents to SVG and Html-Fixed formats has been added, ensuring that different font variations (including weight, width, and other parameters) defined within a single font file render correctly.
The ability to render Funnel charts in documents has been added.
The ability to render VerticalFarEast and HorizontalRotatedFarEast text orientations in EQ-field elements has been introduced.
Learn more about Aspose.Words for Python via .NET 25.9 Release Notes.
Learn more about Aspose.Words for Python via .NET 25.10 Release Notes.
Learn more about Aspose.Words for Python via .NET 25.11 Release Notes.
Learn more about Aspose.Words for Python via .NET 25.12 Release Notes.
Aspose.Words 25.5 enhances chart customization with new styling options and improves Markdown export by offering control over how empty paragraphs are handled.
Aspose.Words 25.6 enhances rendering precision and visualization features by introducing advanced image export options, improved MathML handling, and better chart representation.
Aspose.Words 25.7 introduces flexible table row visibility and richer typography with OpenType Font Variations.
Aspose.Words 25.8 expands capabilities for Markdown import/export, enhances Find and Replace with an option to ignore Office Math objects, and provides greater control over page extraction.
The ability to control how empty paragraphs are exported to Markdown has been introduced by adding the MarkdownEmptyParagraphExportMode enumeration and the empty_paragraph_export_mode property.
The ability to export multi-page documents to raster image formats (such as PNG and JPEG) with customizable layouts – Horizontal, Vertical, or Grid – has been introduced by extending image export functionality.
The ability to control how non-compatible tables are rendered when exporting to raw HTML has been introduced by adding the new MarkdownExportAsHtml enumeration.
The ability to specify a character for soft line breaks when importing to Markdown has been introduced by adding the new sof_line_break_character property.
The ability to set the chart style has been introduced by adding the ChartStyle enumeration and the style property.
The rendering of connector lines in MathML expressions has been implemented to ensure more accurate and visually consistent display of mathematical formulas.
The rendering of legends for “Waterfall” charts has been introduced, increasing data transparency and improving the interpretability of these charts.
Initial support for OpenType Font Variations has been implemented, allowing for more flexible and expressive typographic rendering.
Learn more about Aspose.Words for Python via .NET 25.5 Release Notes.
Learn more about Aspose.Words for Python via .NET 25.6 Release Notes.
Learn more about Aspose.Words for Python via .NET 25.7 Release Notes.
Learn more about Aspose.Words for Python via .NET 25.8 Release Notes.
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, and improves watermark handling.
Text summarization using Anthropic generative language models has been enabled by introducing a new public class AnthropicAiModel.
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 id_prefix and remove_java_script_from_links properties to both the HtmlFixedSaveOptions and SvgSaveOptions classes.
The number_spacing property has been added for improved typographic control.
A new public property update_ambiguous_text_font 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 Python via .NET 25.1 Release Notes.
Learn more about Aspose.Words for Python via .NET 25.2 Release Notes.
Learn more about Aspose.Words for Python via .NET 25.3 Release Notes.
Learn more about Aspose.Words for Python via .NET 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, and enhanced new LowCode processing classes.
Support for document summarization using OpenAI and Google generative language models has been integrated by adding the Aspose.Words.AI namespace with its public members.
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 insert_forms_2_ole_control 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 render_choice_form_field_border.
The ability to get and set format codes for chart data has been added by implementing the format_code 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 th ChartDataLabel and ChartDataLabelCollection classes.
The option to recognize underline formatting when loading Markdown documents has been incorporated by adding a new public property import_underline_formatting property.
An option to export tables as HTML when saving documents to Markdown format has been implemented by adding a new public property export_as_html and an enumeration MarkdownExportAsHtml.
PDF export has been enhanced by including table title properties as PDF logical structure element titles.
The ability to sign documents with XAdES-EPES level XML-DSig signatures has been introdused by adding a new public property xml_dsig_level and a new public enumeration XmlDsigLevel.
Learn more about Aspose.Words for Python via .NET 24.9 Release Notes.
Learn more about Aspose.Words for Python via .NET 24.10 Release Notes.
Learn more about Aspose.Words for Python via .NET 24.11 Release Notes.
Learn more about Aspose.Words for Python via .NET 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.
Aspose.Words 24.8 enhances chart customization with precise control over axis labels, expands font management, improves document structure handling, and adds new capabilities for HTML/XAML export, PDF functionality, document conversion, and digital signatures.
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 custom_number_style_format has been added. You can now define a custom number styling for list levels.
Precise control over the orientation and rotation of chart axis tick labels has been added for more convenient chart customization – the AxisTickLabels class has been extended with new orientation and rotation properties.
The backwards compatible HTML and XAML export for replacing the backslash character with the Yen sign has been improved. To achieve this, the replace_backslash_with_yen_sign property has been added to the HtmlSaveOptions and XamlFlowSaveOptions classes.
PDF export with support for using SDT tags as form field names has been enhanced by adding a new use_sdt_tag_as_form_field_name property to the PdfSaveOptions class.
The ability to control the export of links in Markdown format has been added through the implementation of the link_export_mode property.
A new LowCode.Converter class, designed to provide a set of methods for converting various document types with a single line of code, has been introduced.
The ability to streamline data analysis workflows with improved comparison functionality has been added. This includes a new ignore_store_item_id option and a redesigned interface for advanced comparisons.
Learn more about Aspose.Words for Python via .NET 24.5 Release Notes.
Learn more about Aspose.Words for Python via .NET 24.6 Release Notes.
Learn more about Aspose.Words for Python via .NET 24.7 Release Notes.
Learn more about Aspose.Words for Python via .NET 24.8 Release Notes.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.