GroupDocs.Comparison for Python via .NET developer documentation. Learn how to diff DOCX, PPTX, Xlsx, and PDF files using the Python API....document types including DOCX, PDF, XLSX, PPTX, ODT, HTML, images, CAD...
GroupDocs.Search for Java supports the ability to remove indexed files and folders from an index. Only files or folders that were explicitly added to the index can be deleted.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...
This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...
This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...
This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...
This article explains how to separately extract data from documents and add the extracted data to the index.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...
This article gives the knowledge about two ways to create a search query: in text or object form using Java search API.... DOC, DOCX, PPT, PPTX, XLS, XLSX 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); // .... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...