This article demonstrates how to add signature image on Document page with GroupDocs.Signature....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
Free evaluation version simply becomes licensed when you set the license. You can set the license in a number of ways that described in the next sections of this article....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
The page describes how to load PDF, Word, Excel, PowerPoint Documents from stream using GroupDocs.Annotation for Java....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
Learn this article and check how to load and convert Microsoft PowerPoint Documents with advanced options using GroupDocs.Conversion for Java API....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
This article shows how to Create electronic signatures with additional visual extensions...Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
This article explains how to sign Document with Swiss QR Barcode electronic signatures...Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
Create reports from XML data sources using XmlDataSource class to load and bind XML data to templates....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options using GroupDocs.Conversion for Java API....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
Follow this guide and learn how to set Document metadata when saving output Document after files comparison within your Java applications....Editor Product Solution GroupDocs...Consulting Blog Knowledge Base New Releases Status Websites aspose...
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...Consulting Blog Knowledge Base New Releases Status Websites aspose...