This article shows how to get the basic document info....document pages. The total number of document raw pages.. The size...data extraction features and get familiar how to extract text...
This article shows how to check supported file formats....data extraction features and get familiar how to extract text...free Apps. You are welcome to extract data from PDF, DOC, DOCX, PPT...
Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and Extract some additional file format information.
Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....of a loaded GIF image and extract some additional file format...format information. a GIF image Extract the root metadata package Use...
This article shows how to check supported file formats....data extraction features and get familiar how to extract text...free Apps. You are welcome to extract data from PDF, DOC, DOCX, PPT...
Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers API Change Dete......merging API Merge document pagesPage Builder feature Convert Word...dotnet extract images extract images from PDF extract images...
Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers API GroupDocs O......merging API Merge document pagesPage Builder feature Convert Word...dotnet extract images extract images from PDF extract images...
Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers API Change Dete......merging API Merge document pagesPage Builder feature Convert Word...dotnet extract images extract images from PDF extract images...
Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Änderungserkenn......merging API Merge document pagesPage Builder feature Convert Word...dotnet extract images extract images from PDF extract images...
Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers API Change Dete......merging API Merge document pagesPage Builder feature Convert Word...dotnet extract images extract images from PDF extract images...
This article describes how to run .NET parser API code examples....path for your document { // Extract a text to the reader using...GetText ()) { // Print an extracted text (or "not supported" message)...