OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior.
Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files.
The following are the steps To read the header of an OpenType file.
Load an OpenType font file Get the root metadata package Extract the native metadata package using OpenTypeRootPackage....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...
Learn how To extract metadata from PowerPoint presentations (.ppt, .pptx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, and comments from presentation files....data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...
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 of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...
To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow To extract a text from the entire document or a text from the selected page.
Here are the steps To extract a text from Microsoft Office Excel spreadsheets:
Instantiate Parser object for the initial spreadsheet; 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....data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...
DRAFT PROFESSIONAL SERVICES Business Plan DRAFT TABLE OF CONTENTS Introduction ........................................................4 1. Executive Summary .............................................marketing such as social media, email marketing, SEO, or blogging...possible. D:20241023161500Z Aspose.PDF for .NET 24.9.0 GroupDocs Aspose...
DRAFT PROFESSIONAL SERVICES Business Plan DRAFT TABLE OF CONTENTS Introduction ........................................................4 1. Executive Summary .............................................marketing such as social media, email marketing, SEO, or blogging...possible. D:20241023161500Z Aspose.PDF for .NET 24.9.0 GroupDocs Aspose...
This article describes the main functions of GroupDocs.Parser for Python via .NET. Extracting text, images, metadata, tables, and structured data from documents with template-based parsing support....like ZIP archives, PDF portfolios, emails, OST containers. You...
This article explains how To access EXIF metadata in a file of any supported format....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...