Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 30,919 for

groupdocs metadata

(0.14 sec)
  1. Remove MP3 Metadata on GroupDocs Blog | Documen...

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

    blog.groupdocs.com/zh/tag/remove-mp3-metadata/i...
  2. Search for encrypted text in Metadata signature...

     This article explains how to search for encrypted text electronic signatures in the document Metadata. This topic contains example of using standard encryption and search for encrypted text in the document Metadata with further decryption by Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/search-for-enc...
  3. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into Metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/sign-document...
  4. Managing metadata for specific formats | Docume...

    Learn about managing Metadata for specific formats....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/managing-metada...
  5. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root Metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_Metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata Metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = Metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } 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/java/working-with-m...
  6. 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/nl/tag/remove-metadata-using...
  7. Extract Metadata of WAV file in CSharp on Group...

    Extract Metadata of WAV file in CSharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract Metadata of WAV file in CSharp on Groupdocs Blog | Docu......Extract Metadata of WAV file in CSharp on GroupDocs Blog | Document...Extract Metadata of WAV file in CSharp on GroupDocs Blog | Document...

    blog.groupdocs.com/cs/tag/extract-metadata-of-w...
  8. Advanced search for Metadata signatures | Docum...

     This article explains how to search various data values types within electronic signatures in the document Metadata by Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/advanced-sear...
  9. GroupDocs.Metadata for .NET 1.7.0 Released with...

    Groupdocs.Metadata for .NET version 1.7 is available now. Code is redefined by decreasing number of namespaces for easy integration. One major enhancement is support for MP3 format. So management of audio format Metadata is more easy with this release. Metadata API extended features MP3 format supported - Detect MP3 format Reading ID3v1 Tag Reading ID3v2 Tag Get MPEG Audio format Information Read all EXIF tags Get specific EXIF tag by specific key or indexer ....GroupDocs.Metadata for .NET version 1.7 is available now. Code...format metadata is more easy with this release. Metadata API extended...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  10. Working with metadata in WordProcessing documen...

    Groupdocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, 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 document and extract some additional file format information. Load a WordProcessing document Extract the root Metadata package Use the FileType property to obtain file format information AdvancedUsage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...