This section explains how to load document from stream with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Loading document / Sources / → Stream Load document from Stream...
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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Loading / Load document from stream Load document from stream Leave...
This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...Developer Guide / Import documents / Add document to Spreadsheet via...
This article explains how to provide advanced options when updating Text electronic signatures with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Updating documents / Updating Text signature...
This article explains how to provide advanced options when updating Image electronic signatures with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Updating documents / Updating Image signatures...
.NET document viewer API to read, render and display VSTM in any type of C#, ASP.NET, VB.NET & .NET Core applications....NET document viewer API to read, render...Start viewing 170+ popular document formats in your .NET applications...
.NET document viewer API to read, render and display MHT in any type of C#, ASP.NET, VB.NET & .NET Core applications....NET document viewer API to read, render...Start viewing 170+ popular document formats in your .NET applications...
.NET document viewer API to read, render and display VSS in any type of C#, ASP.NET, VB.NET & .NET Core applications....NET document viewer API to read, render...Start viewing 170+ popular document formats in your .NET applications...
This article explains how to implement custom encryption for QR-code electronic signatures....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Signing / Sign document with embedded and encrypted...
Save attachments and embedded files from PDF, Outlook data file or email...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...files, archives, and PDF documents. C# using System.IO ; using...