Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 23,321 for

notes

(0.69 sec)
  1. GroupDocs.Merger for .NET 21.3 Release Notes | ...

    Note This page contains release Notes for GroupDocs.Merger for .NET 21.3 Major Features There are a few fixed bugs in this regular monthly release. The most notable are: The surrogate pair (0xD83D, 0xD83D) is invalid. A high surrogate character (0xD800 - 0xDBFF) must always be paired with a low surrogate character (0xDC00 - 0xDFFF); The method or operation is not implemented. Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-1030 The surrogate pair (0xD83D, 0xD83D) is invalid....NET / Release Notes / Release Notes - 2021 / GroupDocs.Merger...Release Notes GroupDocs.Merger for .NET 21.3 Release Notes Leave...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  2. GroupDocs.Comparison for .NET 18.6 Release Note...

    Note This page contains release Notes for GroupDocs.Comparison for .NET 18.6 Major Features Below the list of most notable changes in release of GroupDocs.Comparison for .NET 18.6: Implemented update changes for Comparison.Diagrams Added comparison settings for Comparison.Diagrams Implemented Comparison.Html settings Improve comparing of Diagrams documents (increased comparions accuracy, fixed issue in comparing most common cases for Diagram’s comparing) Implement comparison of new document components for Comparison.Html Full List of Issues Covering all Changes in this Release Key Summary Issue Type COMPARISONNET-1599 Implement comparing connect on Diagrams New Feature COMPARISONNET-1598 Improve styles comparing for HTML Improvement COMPARISONNET-1583 Improve Aligner for Comparison....NET / Release Notes / Release Notes - 2018 / GroupDocs.Comparison...Release Notes GroupDocs.Comparison for .NET 18.6 Release Notes Leave...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  3. GroupDocs.Redaction for .NET 20.2 Release Notes...

    Note This page contains release Notes for GroupDocs.Redaction for .NET 20.2 Major Features There are the following improvements in this release: Ability to edit or erase image metadata Full List of Issues Covering all Changes in this Release Key Summary Category REDACTIONNET-236 Implement metadata redaction for raster images Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.Redaction for .NET 20....NET / Release Notes / Release Notes - 2020 / GroupDocs.Redaction...Release Notes GroupDocs.Redaction for .NET 20.2 Release Notes Leave...

    docs.groupdocs.com/redaction/net/groupdocs-reda...
  4. GroupDocs.Annotation for .NET 21.4 Release Note...

    Note This page contains release Notes for GroupDocs.Annotation for .NET 21.4 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for .NET 21.4: Refactored and simplified Core logic of the project Improved mechanism of ducment type detection when passing FileStream Fixed overflow exception while getting document information for diagrams Fixed issue with saving .dwg and .dxf files Fixed issue with license applying for GroupDocs.Annotation-for-.NET-MVC example project Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-1648 Refactoring and simplifying Core logic Improvement ANNOTATIONNET-1650 Try map document type by file extension when FileStream is passed Improvement ANNOTATIONNET-1651 Problems related to reading DocumentInfo and adding annotations for some of the ....NET / Release Notes / Release Notes - 2021 / GroupDocs.Annotation...Release Notes GroupDocs.Annotation for .NET 21.4 Release Notes Leave...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  5. GroupDocs.Search for Java 24.4 Release Notes

    GroupDocs.Search for Java 24.4 Release Notes – the latest updates and fixes....Search for Java Release Notes 2024 Browse our Products Toggle...24.4 Release Notes This page contains release notes for com.groupdocs...

    releases.groupdocs.com/search/java/release-note...
  6. GroupDocs.Conversion For .NET 3.5.0 Release Not...

    Note This page contains release Notes for GroupDocs.Conversion for .NET 3.5.0 Major Features There are general improvements and performance improvements in this version (almost all conversions are faster from 0.1 to 20 times). 3 bugs are fixed. Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑1078 % symbol in the file name trowns an exception Fix CONVERSIONNET‑1206 Exception in HTML to Excel Conversion Fix CONVERSIONNET‑1207 Convert Excel from Html - Table with background colour and some html controls are not converted properly Fix Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....NET / Release notes / Release notes - 2016 / GroupDocs.Conversion...Conversion For .NET 3.5.0 Release Notes GroupDocs.Conversion For .NET...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  7. GroupDocs.Metadata for .NET 1.5.0 Release Notes...

    Note This page contains release Notes for GroupDocs.Metadata for .NET 1.5.0 Major Features There are 8 features in this regular monthly release. The most notable are: Ability to read metadata of Jp2 format Ability to read and write XMP metadata of Jp2 format Ability to detect bar-codes in Jpeg format Ability to commit changes Ability to update document properties of MS Visio format Ability to update IPTC metadata of Jpeg format Ability to remove IPTC metadata of Jpeg format Ability to update ApplicationRecord and EnvelopeRecord datasets of IPTC metadata All Changes Key Summary Category METADATA-695 Ability to read metadata of Jp2 format New feature METADATA-696 Ability to read and write XMP metadata of Jp2 format New feature METADATA-718 Ability to detect bar-codes in Jpeg format New feature METADATA-751 Ability to commit changes New feature METADATA-896 Ability to update document properties of MS Visio format New feature METADATA-926 Ability to update IPTC metadata of Jpeg format New feature METADATA-1005 Ability to remove IPTC metadata of Jpeg format New feature METADATA-1011 Ability to update ApplicationRecord and EnvelopeRecord datasets of IPTC metadata New feature...NET / Release Notes / Release Notes - 2016 / GroupDocs.Metadata...Release Notes GroupDocs.Metadata for .NET 1.5.0 Release Notes Leave...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  8. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for .NET since version 19.9: Redactor class introduced as a single entry point to manage the document redaction process (instead of Documentclass from previous versions). Methods RedactWith() of the Document class were replaced with similar Apply() methods in Redactor class. Method Document.Save(Stream, SaveOptions) was replaced with Redactor.Save(Stream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....Developer Guide / Migration Notes Migration Notes Leave feedback Why To...

    docs.groupdocs.com/redaction/net/migration-notes/
  9. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for Java since version 19.6: Redactor class introduced as a single entry point to manage the document redaction process (instead of Documentclass from previous versions). Methods redactWith() of the Document class were replaced with similar apply() methods in Redactor class. Method Document.save(OutputStream, SaveOptions) was replaced with Redactor.save(OutputStream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....Developer Guide / Migration Notes Migration Notes Leave feedback Why To...

    docs.groupdocs.com/redaction/java/migration-notes/
  10. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Merger for Java...Developer Guide / Migration Notes Migration Notes Leave feedback Why To...

    docs.groupdocs.com/merger/java/migration-notes/