Sort Score
Result 10 results
Languages All
Labels All
Results 5,721 - 5,730 of 37,329 for

documents

(0.05 sec)
  1. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/nodejs-java/working...
  2. Working with CAD metadata | Documentation

    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); // ....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/working-with-ca...
  3. Use OCR Connector | Documentation

    This article explains how to integrate OCR solution to GroupDocs.Parser...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...extracting text or parsing a document. Moreover, for image files...

    docs.groupdocs.com/parser/net/use-ocr-connector/
  4. Licensing and evaluation | Documentation

    GroupDocs.Merger for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...will help us improve our documentation. On this page Products Support...

    docs.groupdocs.com/merger/python-net/licensing-...
  5. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form using Java search API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...easily run the code from documentation articles and see the features...

    docs.groupdocs.com/search/java/nesting-search-q...
  6. Comparing Folders | Documentation

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...will help us improve our documentation. On this page Analyzing...

    docs.groupdocs.com/comparison/python-net/compar...
  7. System Requirements | Documentation

    GroupDocs.Search for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...will help us improve our documentation. Analyzing your prompt,...

    docs.groupdocs.com/search/net/system-requirements/
  8. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration in Node.js via Java....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/nodejs-java/working...
  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 DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/working-with-di...
  10. Query language specification | Documentation

    This article gives the knowledge about the complete specification of the search query DSL used in text queries....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...easily run the code from documentation articles and see the features...

    docs.groupdocs.com/search/net/query-language-sp...