Retrieve a list of document attachments from your emails, Outlook data files, archives and Pdf documents with GroupDocs.Viewer for .NET...Editor Product Solution GroupDocs...Outlook data files, archives, and PDF documents. C# using System ;...
This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....Editor Product Solution GroupDocs...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...
This section explains how to load document from FTP with GroupDocs.Signature API....Editor Product Solution GroupDocs...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...
This section explains how to load document from stream with GroupDocs.Signature API....Editor Product Solution GroupDocs...= File . OpenRead ( "sample.pdf" )) { using ( Signature signature...
This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Editor Product Solution GroupDocs...spreadsheet. For example, the PDF document can be inserted in the...
This article explains how to save document with password protection....Editor Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); // create QRCode option with...
There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly.
The following example shows how to load the document from the stream:
// Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Editor Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...
This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...Signature ( "samplePasswordProtec.pdf" ); // create QRCode option with...
This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Editor Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...