Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 7,622 for

classification

(0.07 sec)
  1. GroupDocs.Comparison for .NET 21.1 Release Note...

    Note This page contains release notes for GroupDocs.Comparison for .NET 21.1 Major Features Below is the list of most notable changes in release of GroupDocs.Comparison for .NET 21.1: Improved display of elements with a border in Pdf format Improved text display in Pdf format Added comparison of footnote types in Word format Added SourceText property to ChangeInfo class and improved TargetText property for Cells, Words and Pdf formats Full List of Issues Covering all Changes in this Release Key Summary Issue Type COMPARISONNET-2585 Improve ability of getting source text for Words documents Feature COMPARISONNET-2586 Improve ability of getting source text for PDF documents Feature COMPARISONNET-2587 Improve ability of getting source text for Cells documents Feature COMPARISONNET-2563 Footnotes are not compared Improvement COMPARISONNET-2451 Text Box Comparison issue in PDF Bug COMPARISONNET-2454 Part of the symbols are not displayed when comparing PDF files Bug Public API and Backward Incompatible Changes Comparison of types of footnotes refers to comparison of styles, besides, this type of change is difficult to display in the text....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  2. GroupDocs.Comparison for .NET 18.1 Release Note...

    Note This page contains release notes for GroupDocs.Comparsion for .NET 18.1 Major Features Below the list of the most notable features improvements and fixes for GroupDocs.Comparison 18.1: Introduced comparison of annotations for PDF documents Implemented page mapper for Note Fixed bugs with positioning of components in Note Fixed bugs with images in Note documents Improved Comparison of tables in Note Fixed bugs with tables in Note document Improved working with licenses, added additional methods for that Full List of Issues Covering all Changes in this Release Key Summary Issue Type COMPARISONNET-1461 Comparison....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  3. GroupDocs.Editor for .NET 18.12 Release Notes |...

    Note This page contains release notes for GroupDocs.Editor for .NET 18.12 Improvements and bug fixes Reworked CSS representation of lists in order to improve list editing in HTML-editors. Reworked HTML paragraphs representation for better compatibility with HTML-editors. Improved space and gap distances between document elements. Improved stability in multi-threaded scenarios. Fixed issue with several input elements and Structure Document Tags (SDT), that causes exception during backward conversion. Fixed issue with improper processing of bookmarks in rare scenarios....Classification Product Solution Purchase...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  4. GroupDocs.Parser for .NET 20.6.1 Release Notes ...

    Note This page contains release notes for GroupDocs.Parser for .NET 20.6.1 Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1555 Misspelling in GetHyperlinks method name Bug Public API and Backward Incompatible Changes Misspelling in GetHyperlinks method name Description This hot-fix fixes misspelling in GetHyperlinks methods name in Parser class. Public API changes GroupDocs.Parser.Parser public class was updated with changes as follows: Renamed GetHyperlinks method Renamed GetHyperlinks(Int32) method Renamed GetHyperlinks(PageAreaOptions) method Renamed GetHyperlinks(Int32, PageAreaOptions) method Usage The following example shows how to extract hyperlinks from the document page area:...Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  5. GroupDocs.Metadata for .NET 19.5.1 Release Note...

    Note This page contains release notes for GroupDocs.Metadata for .NET 19.5.1 Major Features There are the following features, enhancements and fixes in this release: Fix “Invalid xls format” exception when loading Excel worksheet Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-2909 “Invalid xls format” exception when loading Excel worksheet Bug Public API and Backward Incompatible Changes “Invalid xls format” exception when loading Excel worksheet https://forum....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  6. Convert TEX | Documentation

    This article demonstrates how you can convert to TEX or convert to latex your any kind of document format with couple Java code lines and GroupDocs.Conversion for Java....Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/java/convert/tex/
  7. Evaluation Limitations and Licensing | Document...

    Free trial is available to evaluate the API which will be similar as licensed but with few limitations....Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/java/evaluation-l...
  8. Protect PDF document | Documentation

    Protect PDF documents when rendering documents using GroupDocs.Viewer for Java...Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/protect-pdf-docu...
  9. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/working-with-d...
  10. Check if a file is encrypted | Documentation

    This article explains how to check if a file is encrypted using Java with GroupDocs.Viewer for Java....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/how-to-check-if-...