This article demonstrates how you can convert font formats with GroupDocs.Conversion for .NET....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
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....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This section explains how to load document from stream with GroupDocs.Signature API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...