Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 792 for

extract page

(0.08 sec)
  1. Parse data from documents | Documentation

    This article shows how to Extract data from documents of various formats including PDF, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....feature that allows you to extract data from documents of various...automation tasks with the data extracted from your documents. Using...

    docs.groupdocs.com/parser/java/parse-data-from-...
  2. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports Extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows Extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Images / Extracting common image information Extracting common...GroupDocs.Metadata API allows extracting common image properties such...

    docs.groupdocs.com/metadata/java/extracting-com...
  4. GroupDocs.Viewer for Python overview | Document...

    GroupDocs.Viewer for Python: View files (DOCX, PDF, etc.) as HTML, PNG, JPEG, PDF. Cross-platform library for Python apps....overview Leave feedback On this page GroupDocs.Viewer for Python...entire document or specific pages. Embed all external resources...

    docs.groupdocs.com/viewer/python-net/product-ov...
  5. Scan QR Code from DOC using C#

    Quickly learn about how to scan QR Code from DOC using C# without installing extra software. Also, code example will be provided to Extract QR Code from DOC in C#....solution for automating the extraction of valuable information embedded...easily parse Word documents, extract QR Code from DOC in C# , and...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  6. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to Extract or edit metadata System....format-specific properties to extract or edit metadata System . out...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  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....with metadata directly but extracts some useful pieces of information...to obtain information about pages in a note document. Please follow...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Working with IPTC IIM metadata | Documentation

    This article shows how to access IPTC metadata in a file of any supported format....that contains IPTC metadata Extract the IPTC metadata package using...access to the IPTC datasets extracted from a file. a file that contains...

    docs.groupdocs.com/metadata/net/working-with-ip...
  9. 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....below demonstrates how to extract image resource blocks (building...the root metadata package Extract the instance and obtain a list...

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

    This article explains that how you can easily search metadata and Extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your .NET solution....easily search metadata and extract desired metadata properties...used metadata properties extracted from a file. Some metadata...

    docs.groupdocs.com/metadata/net/find-metadata-p...