Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 8,522 for

metadata

(0.03 sec)
  1. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

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

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop Metadata associated with a JPEG image. For more information on the Photoshop file format and Metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Extract metadata from PDF documents | Documenta...

    To extract Metadata from PDF documents 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. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....Metadata Product Solution GroupDocs...Extract metadata from PDF documents Extract metadata from PDF...

    docs.groupdocs.com/parser/java/extract-metadata...
  5. Extract metadata from EPUB eBook | Documentation

    This article explains that how to extract Metadata from EPUB e-books getMetadata method is used....Metadata Product Solution GroupDocs.../ Extract metadata from EPUB eBook Extract metadata from EPUB...

    docs.groupdocs.com/parser/java/extract-metadata...
  6. Extract metadata from PDF documents | Documenta...

    This article explains that how to extract Metadata from PDF documents...Metadata Product Solution GroupDocs...Extract metadata from PDF documents Extract metadata from PDF...

    docs.groupdocs.com/parser/net/extract-metadata-...
  7. 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 Java applications....Metadata Product Solution GroupDocs...Set document metadata on save Set document metadata on save Leave...

    docs.groupdocs.com/comparison/java/set-document...
  8. Working with metadata in PNG images | Documenta...

    Reading PNG Metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG Metadata. Load a PNG image Get the root Metadata package Extract the native Metadata package using PngRootPackage.getPngPackage Read the PNG Metadata properties advanced_usage.managing_Metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata Metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = Metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. eSign Presentation with Metadata signature | Do...

    This article explains how to add Metadata signatures to Presentation document with GroupDocs.Signature...Metadata Product Solution GroupDocs...document with Metadata signature / ✎ Presentation Metadata eSign Presentation...

    docs.groupdocs.com/signature/java/esign-present...
  10. PNG Metadata Editor – View & Edit PNG Properties

    Discover ways to view and edit PNG Metadata. Either edit PNG Metadata online or do it programmatically using C# & Java....learn viewing and editing metadata online. Uncover the hidden...snippets to customize your PNG metadata. Whether you’re a tech enthusiast...

    blog.groupdocs.com/metadata/view-edit-png-metad...