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 the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties
try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...
The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are:
DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property.
The following code snippet reads metadata associated with a CAD file.
AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...
GroupDocs is always keen to get the feedback from the customers and provide enhanced, improved and bug free version of the products. Our dedicated teams have been working on the the requirements and the suggestions of our valued customers and released GroupDocs.Viewer for .NET 3.2.0. The latest version of the API has come with many new and improved features. Moreover, bugs faced by the users in previous version have been fixed in the latest version....when converting to PDF Jpeg image quality setting Implementation...Working with Text Coordinate in Image Mode For more details on supported...
This article shows how to generate document pages preview with advanced options....handler ); property set to true; image preview format - PNG / JPG /...process; custom size of preview images (if needed). Note Stream that...
Native Python library that permanently redacts sensitive content — text, metadata, annotations, and image areas — from PDF, Word, Excel, PowerPoint, and image files on Windows, Linux, and macOS. No Microsoft Office or Adobe Acrobat required....rewrite metadata, black out image areas, rewrite or delete annotations...property. Image & Annotation Redaction : Black out image areas,...
Topics tagged csharp...April 4, 2025 Email signature-image overlays text when converting...2025 Image comparison processing time to save output image is too...
This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API...watermark to the background images that belong to an Excel document...loadOptions )) { // Initialize image or text watermark TextWatermark...
View STL files as PDF using Java. Additionally, render the stereolithography (STL) files into HTML, JPG and PNG formats using Java examples....documents into PDF, HTML, and images within the Java application...renders the STL file into JPG image format. STL to PNG using Java...
In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Java....types of content such as text, images, and video. Common eBook file...conversions From To AZW3 eBook: , , Image: , , , , , , , , , JPG, , ,...
Convert text files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn how to render various file formats....documents as HTML, PDF, and image files Leave feedback On this...content in a web browser, PDF or image viewer application. To start...