Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 30,155 for

groupdocs metadata

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

    This article explains how to access EXIF Metadata in a file of any supported format....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-ex...
  2. eSign PDF with Metadata signature | Documentation

    This article explains how to add Metadata signatures to PDF document meta info layer with Groupdocs.Signature...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/esign-pdf-wit...
  3. 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); // ....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-ca...
  4. Working with XMP metadata | Documentation

    This article shows how to access XMP Metadata in a file of any supported format....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/nodejs-java/working...
  5. Edit and Manage Metadata in Python Apps - Group...

    Discover how to utilize Groupdocs.Metadata for Python via .NET to extract, update and remove Metadata in your applications....Tiếng Việt 中文 中國傳統的 Managing metadata is an important part of document...will look at how to manage metadata in Python applications, with...

    blog.groupdocs.com/metadata/edit-metadata-in-py...
  6. Set document metadata on save | Documentation

    Follow this guide and learn how to set document Metadata when saving output document after files comparison within your .NET applications....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/comparison/net/set-document-...
  7. Working with XMP metadata | Documentation

    This article shows how to access XMP Metadata in a file of any supported format....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-x...
  8. Extract metadata from documents | Documentation

    This article shows how to extract Metadata with Groupdocs.Parser from documents of various formats: PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/parser/java/extract-metadata...
  9. Working with metadata in Diagrams | Documentation

    Groupdocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file format information. Load a PDF document Extract the root Metadata package Use the getDiagramType method to obtain file format information advanced_usage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or Metadata index on documents. To index only Metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/nodejs-java/indexing-...