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

groupdocs metadata

(0.04 sec)
  1. Working with vCard metadata | Documentation

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard Metadata To access Metadata in a vCard, Groupdocs....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-vc...
  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.getCadPackage method. The following code snippet reads Metadata associated with a CAD file. advanced_usage.managing_Metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata Metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = Metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-c...
  3. Find metadata properties | Documentation

    Using the Groupdocs.Metadata for Java you can easily search Metadata and extract desired Metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/find-metadata-...
  4. 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...
  5. Remove metadata properties | Documentation

    This article shows that how to remove Metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all Metadata packages....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/remove-metadata...
  6. Working with MP3 metadata | Documentation

    Working with XMP Metadata Groupdocs.Metadata for Java also allows managing XMP Metadata in MP3 files. For more details please refer to the following guide: Working with XMP Metadata...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Remove Metadata on GroupDocs Blog | Document Au...

    Remove Metadata on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Metadata on Groupdocs Blog | Document Automation Solutions for .NET & Java Deve......Remove Metadata on GroupDocs Blog | Document Automation Solutions...Recent content in Remove Metadata on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/th/tag/remove-metadata/index...
  8. exif metadata on GroupDocs Blog | Document Auto...

    exif Metadata on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in exif Metadata on Groupdocs Blog | Document Automation Solutions for .NET & Java Develope......exif metadata on GroupDocs Blog | Document Automation Solutions...Recent content in exif metadata on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/nl/tag/exif-metadata/index.xml
  9. 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...
  10. 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...