An interface is used to receive the information about errors, warnings and events which occur while data extraction....from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...
GroupDocs.Assembly for .NET is a document automation and reports generation API designed to create custom documents from templates. This .NET reporting API intelligently assembles the given data with the defined template document and it is a report generator which generates an output document based on the data source, in the template’s format as or in the specified output format. Since GroupDocs.Assembly for .NET can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....RTF, ODT, OTT) Spreadsheet (XLS, XLSX, XLSM, XLTX, XLTM, XLSB...Supported Supported Spreadsheet (XLS, XLSX, XLSM, XLTX, XLTM, XLSB...
GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as Xls, XlsX, ODS, etc. For the full list of supported document formats please refer to Supported document formats.
Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information.
Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....spreadsheet formats such as XLS, XLSX, ODS, etc. For the full...of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...
This article shows you how to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, Xls, XlsX, emails, images and more with our free online....of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...
Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...
Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images.
The following are the steps to read the native PNG metadata.
Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks
using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...