This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB)....familiar how to extract text, images, forms and more, please refer...
Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for Java API....entities XSLT stylesheets Linked images or multimedia content Data...
Render files to HTML with GroupDocs.Viewer for Python. Easily convert documents like Word to clean HTML....options to manage CSS, fonts, images, and other resources: HTML...
Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers.
The following are the steps to read the header of an AVI file.
Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...
Understand and extract human-readable (interpreted) values for metadata properties using GroupDocs.Metadata for Python via .NET....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...
Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed:
Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive.
AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties
Encoding encoding = Encoding....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...
This article explains about the API supports extracting metadata from WAV files...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...
This topic describes how to use the GroupDocs.Viewer Node.js API to convert text files to HTML, PDF, PNG, and JPEG formats....documents as HTML, PDF, and image files Leave feedback On this...content in a web browser, PDF or image viewer application. To start...
This article explains how to make advanced search for Image electronic signatures with GroupDocs.Signature API....signatures / 🌐 Image Advanced search for Image signatures Leave...different options to search for Image Signatures bool ReturnContent...
Convert Visio diagrams to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python via .NET API....documents as HTML, PDF, and image files Leave feedback On this...the document to HTML, PDF, or image format. These methods allow...