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....stream (without a copy on the local disk). To avoid the overhead...
The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."...annotation to the document from local disk using ( Annotator annotator...
Learn how to merge HTML files, combine HTML files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....hosted, or can be loaded from local system as well. How to merge...
Learn how to merge HTML files, combine HTML files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....hosted, or can be loaded from local system as well. How to merge...
This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents....to documents or images from local disks, as well as from streams...
Following this guide you will learn how to specify file type for comparison manually when use GroupDocs.Comparison for .NET....type: Compare documents from local disk and specify file type for...
Objevte nové funkce, vylepšení a opravy chyb v GroupDocs.Viewer for .NET UI 8.1.1, vydaném v září 2025....Sample applications often use local folders for caching. Previously...
Discover the new features, improvements, and bug fixes in GroupDocs.Viewer for .NET UI 8.1.1, released in September 2025....Sample applications often use local folders for caching. Previously...