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...
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...
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...
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...
Add text and image watermarks to Word documents using C#. Apply watermarks programmatically on page(s) using .NET API....add both text watermarks and image watermarks. Following are quick...the covered topics: Text & Image Watermarking .NET API Adding...
This article explains that how to integrate any paid or free OCR solution....usage / Using OCR to redact image documents / OCR Usage Basics...method, taking a stream with an image as an argument and returning...
You are welcome to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, Images and more....it can be useful to generate image previews for a document the...demonstrates how to generate image previews for certain document...
Learn how to render hidden slides to PDF using Python. This tutorial explains how to convert hidden PPTX to PDF in Python for complete presentation export....to expand your skills with image-based formats, we suggest checking...slides into high-quality JPG images, enabling you to create more...