Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 1,830 for

metadata extraction

(1.46 sec)
  1. Extracting Common Image Information | GroupDocs

    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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata Metadata = new Metadata(Constants.InputPng)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/extracting-comm...
  2. Extract cells from Microsoft Office Excel sprea...

    This article explains that how to extract cells from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Metadata Product Solution GroupDocs...usage / Extract data from various formats / Extract data from...

    docs.groupdocs.com/parser/net/extract-cells-fro...
  3. Scan QR Code from PNG using C#

    Easily discover how to scan QR Code from PNG using C# without need for additional software installations along with code example to extract QR Code from PNG in C#....Metadata Product Family GroupDocs.Search...being able to automate the extraction of this data from PNG images...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pn...
  4. Iterate through container items | GroupDocs

    Learn how to iterate through container items (files in archives) using GroupDocs.Parser for Python via .NET....Metadata Product Solution GroupDocs...get_container () # Check if container extraction is supported if attachments...

    docs.groupdocs.com/parser/python-net/iterate-th...
  5. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text Extraction isn’t supported for the document....Metadata Product Solution GroupDocs...Usage / Extract data from various formats / Extract data from...

    docs.groupdocs.com/parser/java/extract-text-fro...
  6. GroupDocs.Parser for .NET

    This API allows you to perform text search and index any type of file format using C# .NET language on any platform....Metadata Product Family GroupDocs.Search...Answers Extract Hyperlinks from XLSX using C# Extract Hyperlinks...

    kb.groupdocs.com/parser/net/
  7. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Metadata Product Family GroupDocs.Search...Answers Extract Hyperlinks from RTF using C# Extract Hyperlinks...

    kb.groupdocs.com/categories/page/15/
  8. Extract text from documents | GroupDocs

    This article shows how to extract text with GroupDocs.Parser from PDF, Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Metadata Product Solution GroupDocs...Basic Usage / Extract text from documents Extract text from documents...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Extract Hyperlinks from RTF using C#

    This article explains in detail how to extract hyperlinks from RTF using C#. There is no need to install extra software to read hyperlinks from RTF in C#....Metadata Product Family GroupDocs.Search...Family Extract Hyperlinks from RTF using C# Extracting hyperlinks...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  10. Features Overview | GroupDocs

    Key features of GroupDocs.Metadata for Python via .NET — read, edit, remove, and export Metadata; EXIF, IPTC, and XMP standards; ID3 audio tags; document inspection; and AI-pipeline integration....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Python...

    docs.groupdocs.com/metadata/python-net/features...