This article explains how to separately extract data from documents and add the extracted data to the index....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Render files to HTML with GroupDocs.Viewer for Python. Easily convert documents like Word to clean HTML....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article shows how to set output image size limits when rendering image to HTML...Close Navigation Products GroupDocs.Total Product Family GroupDocs...
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); // ....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Ordered and Grouped Data in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft Excel Document Creating a Column Chart Following below steps, you can create column chart in MS Excel 2013:
Create a new Workbook. Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to view the drop-down list....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Note This feature is supported by version 18.1 or greater Note The code uses some of the objects defined in The Business Layer. Column Chart in Email Document Creating a Column Chart Please follow below steps to create a column chart in MS Outlook 2013:
Create a new Email Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your email Edit the Worksheet with your data to update the chart Save your Email Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article demonstrates how to convert specific document pages by page number using GroupDocs.Markdown for Python via .NET API....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Convert PDF to HTML using Python with GroupDocs.Conversion. Export PDF to HTML using Python easily and display documents online with accurate formatting....Find Answers by API GroupDocs.Total Product Family GroupDocs...