Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 973 for

information extraction

(0.07 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....Purchase Buy Now Pricing Information Free Trials Temporary License...contain name and address information, telephone numbers, e-mail...

    docs.groupdocs.com/metadata/java/working-with-v...
  2. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...Purchase Buy Now Pricing Information Free Trials Temporary License...API supports extracting technical audio information from WAV files...

    docs.groupdocs.com/metadata/net/handling-metada...
  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 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....Purchase Buy Now Pricing Information Free Trials Temporary License...document and extract some additional file format information. a PDF...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. 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 EpubRootPackage....Purchase Buy Now Pricing Information Free Trials Temporary License...computers. Note Please find more information on the format at Reading...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Working with slide backgrounds | Documentation

    The API allows you to extract Information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...Purchase Buy Now Pricing Information Free Trials Temporary License...The API allows you to extract information about all the slide backgrounds...

    docs.groupdocs.com/watermark/net/working-with-s...
  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 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....Purchase Buy Now Pricing Information Free Trials Temporary License...document and extract some additional file format information. a PDF...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more Information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of Information that can be considered as metadata under some circumstances. For example, you may want to obtain Information about pages in a note document....Purchase Buy Now Pricing Information Free Trials Temporary License...code samples below for more information. Inspecting Note documents...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. 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....Purchase Buy Now Pricing Information Free Trials Temporary License...with a JPEG image. For more information on the Photoshop file format...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format Information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format Information AdvancedUsage....Purchase Buy Now Pricing Information Free Trials Temporary License...presentation and extract some additional file format information. a presentation...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Images | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Purchase Buy Now Pricing Information Free Trials Temporary License...Leave feedback Extracting common image information Working with...

    docs.groupdocs.com/metadata/java/images/