GroupDocs.Parser provides the functionality to extract data from PDF documents. Also password-protected PDFs and PDF portfolios are supported.
The following examples demonstrate how to extract data from PDF documents:...Metadata from PDF Documents in C# .NET Extract images from PDF...
This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for .NET....to load files from local disk: C# using GroupDocs.Comparison ;...
This article explains how to check whether PDF, Word, Excel, PowerPoint document is password protected or not, and how to do this using GroupDocs.Merger for .NET....= false ; string filePath = @"C:\sample.xlsx" ; using ( Merger...
This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API.... Ex: @"C:\Docs\test.doc" File . Copy (...
This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET.... OpenRead ( @"c:\sample.docx" )) { using ( Merger...