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....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This section explains how to load document from stream with GroupDocs.Signature API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
Let's review the workflow to convert PowerPoint to HTML in C# using simple API calls and how to create code for the C# PPT to HTML converter application....Merger Product Family GroupDocs.Redaction Product Family How to...
In this topic, you will learn how to convert ODT to SVG using Java without installing third-party software. Also, we will provide code to export ODT to SVG in Java....Merger Product Family GroupDocs.Redaction Product Family How to...
This article aims to educate you how to convert MSG to JPG using Java. Additionally, we will furnish you with the relevant code example to export MSG to JPG in Java....Merger Product Family GroupDocs.Redaction Product Family How to...
You can find detailed instructions on how to convert XLSX to HTML using C# in this topic, along with sample .NET code that does XLSX to HTML conversion using C#....Merger Product Family GroupDocs.Redaction Product Family How to...
This article describes the workflow to convert DOT to PDF in C# and how to consume these instructions for developing the DOT to PDF converter using C#....Merger Product Family GroupDocs.Redaction Product Family How to...
Discover how to convert DOCX to HTML in Java without the need for additional software installations. We'll also supply the code to generate HTML with embedded resources from a DOCX file using Java....Merger Product Family GroupDocs.Redaction Product Family How to...
This topic will demonstrate how to add text field annotation in PDF using Java. We will also help you in writing code to insert text field annotation to PDF in Java....Merger Product Family GroupDocs.Redaction Product Family How to...