Download from GitHub The complete examples package of GroupDocs.Parser is hosted on GitHub. You can either download the ZIP file from here or clone the repository of GitHub using your favorite GitHub client.
In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following Image:
Open IntelliJ Idea and import the project to get started with it. Archived project file can also be imported....Annotation Product Solution GroupDocs...folders will look like following image: Open IntelliJ Idea and import...
Get started with GroupDocs.Markdown for Python via .NET in minutes -- convert documents to Markdown with a single line of code...Annotation Product Solution GroupDocs...and business documents](data:image/jpeg;base64,/9j/4AAQSkZJRgA...
Artcles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...Annotation Product Solution GroupDocs...select specific pages, control image handling, choose a Markdown...
This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) to reduce size....Annotation Product Solution GroupDocs...GroupDocs.Viewer may reduce the image size or quality, remove notes...
Reduce PDF file size by subsetting embedded fonts with GroupDocs.Viewer. See how to optimize font usage....Annotation Product Solution GroupDocs...(PDF, 344 KB) The following image demonstrates the result. There...
Customize resource URIs in the Markdown output — CDN URLs, custom paths...Annotation Product Solution GroupDocs...output. This is useful when images are served from a CDN or a...
This article explains how to to find and remove watermarks of both types in Visio document....Annotation Product Solution GroupDocs...document Create and initialize image/text search criteria Find possible...
Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers.
The following are the steps to read the header of a BMP file.
Load a BMP Image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Annotation Product Solution GroupDocs...metadata for specific formats / Images / Working with BMP metadata...
In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for .NET....Annotation Product Solution GroupDocs...detailed consisting of digital images, audio/video clips, and hand...
In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Node.js via Java....Annotation Product Solution GroupDocs...detailed consisting of digital images, audio/video clips, and hand...