Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 30,736 for

metadata

(0.09 sec)
  1. Working with metadata in EPUB e-books | Documen...

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB Metadata. Load an EPUB file Get the root Metadata package Extract the native Metadata package using the EpubRootPackage....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object....Metadata Product Solution GroupDocs...custom Metadata signatures / Sign documents with Metadata embedded...

    docs.groupdocs.com/signature/net/sign-documents...
  3. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root Metadata package Extract the native Metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_Metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata Metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = Metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. 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....Metadata Product Solution GroupDocs...embedded and encrypted objects in Metadata signatures / Search for encrypted...

    docs.groupdocs.com/signature/net/search-for-enc...
  5. Extract metadata from Microsoft Office PowerPoi...

    To extract Metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows to extract the following Metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation....Metadata Product Solution GroupDocs...PowerPoint presentations / Extract metadata from Microsoft Office PowerPoint...

    docs.groupdocs.com/parser/java/extract-metadata...
  6. Extract metadata from Microsoft Office Word doc...

    This article explains that how to extract Metadata from Microsoft Office Word (.doc, .docx) documents...Metadata Product Solution GroupDocs...Office Word documents / Extract metadata from Microsoft Office Word...

    docs.groupdocs.com/parser/net/extract-metadata-...
  7. Introducing Metadata Signatures in GroupDocs.Si...

    We are delighted to announce another monthly release of GroupDocs.Signature for .NET 18.9 with multitude of new features like ability to save Image documents as PDF and signing of PDF with Metadata Signatures. Furthermore, this monthly release also comes up with few fixes, we therefore, recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. Features Metadata Signatures for PDFThe Metadata Signature is the additional document property that contains special attributes/tags to keep non visual information inside the document....PDF and signing of PDF with Metadata Signatures. Furthermore, this...Features # Metadata Signatures for PDFThe Metadata Signature is...

    blog.groupdocs.com/signature/groupdocs.signatur...
  8. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. 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....Metadata Product Solution GroupDocs...document with secure custom Metadata signatures Sign document with...

    docs.groupdocs.com/signature/java/sign-document...