Install from Nuget NuGet is the easiest way to download and install GroupDocs.Parser for .NET. There are ways to install it in your project.
Install via Package Manager GUI Follow these steps to reference GroupDocs.Parser using Package Manager GUI:
Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution.
You can also access the same option through the Solution Explorer. Right-click the solution or project and select Manage NuGet Packages from the context menu Select Browse tab and type “GroupDocs....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
The following article indicates the file formats that GroupDocs.Comparison can work with....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This guide describes how to split document of PDF, Word, Excel, PowerPoint and many other formats into several resultant documents using GroupDocs.Merger for Python via .NET API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages.
The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings.
C#
using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains how to use extended Digital electronic signatures options and adjustment on document page....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains how to implement custom logging and use it while document processing with GroupDocs.Signature within your .NET applications....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...