Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 31,015 for

groupdocs metadata

(0.04 sec)
  1. extract metadata from images on GroupDocs Blog ...

    extract Metadata from images on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in extract Metadata from images on Groupdocs Blog | Document Automation Solu......extract metadata from images on GroupDocs Blog | Document Automation...content in extract metadata from images on GroupDocs Blog | Document...

    blog.groupdocs.com/ko/tag/extract-metadata-from...
  2. Working with metadata in FLV files | Documentation

    Reading FLV header properties The Groupdocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root Metadata package Extract the native Metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata Metadata = new Metadata(Constants.InputFlv)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP Metadata Groupdocs....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root Metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_Metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata Metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = Metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in Metadata properties To access built-in Metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Working with metadata in TIFF images | Document...

    Working with XMP Metadata Groupdocs.Metadata for .NET allows managing XMP Metadata in TIFF images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF Metadata The Groupdocs.Metadata API supports handling EXIF Metadata in TIFF images. Please find appropriate code samples in the Working with EXIF Metadata section. Working with IPTC Metadata Groupdocs.Metadata for .NET is also able to work with IPTC Metadata in TIFF images....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Working with metadata in TIFF images | Document...

    Working with XMP Metadata Groupdocs.Metadata for Java allows managing XMP Metadata in TIFF images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF Metadata The Groupdocs.Metadata API supports handling EXIF Metadata in TIFF images. Please find appropriate code samples in the Working with EXIF Metadata section. Working with IPTC Metadata Groupdocs.Metadata for Java is also able to work with IPTC Metadata in TIFF images....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root Metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata Metadata = new Metadata(Constants.InputPdf)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in Metadata properties To access built-in Metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Remove Metadata in CSharp on GroupDocs Blog | D...

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

    blog.groupdocs.com/id/tag/remove-metadata-in-cs...
  8. Search for built-in Metadata signatures | Docum...

     This article explains how to provide advanced search for Metadata electronic signatures with Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/search-for-bu...
  9. remove metadata using Java on GroupDocs Blog | ...

    remove Metadata using Java on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in remove Metadata using Java on Groupdocs Blog | Document Automation Solution......remove metadata using Java on GroupDocs Blog | Document Automation...content in remove metadata using Java on GroupDocs Blog | Document...

    blog.groupdocs.com/fa/tag/remove-metadata-using...
  10. remove metadata using csharp on GroupDocs Blog ...

    remove Metadata using csharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in remove Metadata using csharp on Groupdocs Blog | Document Automation Solu......remove metadata using csharp on GroupDocs Blog | Document Automation...content in remove metadata using csharp on GroupDocs Blog | Document...

    blog.groupdocs.com/it/tag/remove-metadata-using...