Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 4,356 for

classification

(0.12 sec)
  1. Extract metadata from Microsoft Office PowerPoi...

    To extract metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/extract-metadata...
  2. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customisations - style detection, change comparison detalisation level and more....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/net/compare-multi...
  3. How to Run Examples | GroupDocs

    Clone the GroupDocs.Comparison for Python via .NET examples repository, install dependencies, and run the bundled examples that accompany this documentation....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/python-net/gettin...
  4. Disable Image Comparison in PDF Documents | Gro...

    Skip image comparison when diffing PDF documents to speed up the process and avoid noise from embedded graphics, using GroupDocs.Comparison for Python via .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/python-net/develo...
  5. Set image size limits | GroupDocs

    This article shows how to set output image size limits when rendering image to HTML...Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/set-image-size-l...
  6. How to run examples | GroupDocs

    Learn how to run C# examples which contain creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and many more examples....Classification Product Solution Purchase...

    docs.groupdocs.com/watermark/net/how-to-run-exa...
  7. System Requirements | GroupDocs

    No external software needed! GroupDocs.Viewer for Python via .NET renders files directly....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/python-net/system-req...
  8. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/net/working-with-ca...
  9. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/nodejs-java/working...
  10. Set Document Metadata on Save | GroupDocs

    Choose the metadata source (source document, target document, or custom file-author metadata) when saving the comparison result using GroupDocs.Comparison for Python via .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/comparison/python-net/develo...