This article shows that how to get meta information of a Document....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...Basic Usage / Get document info Get document info Leave feedback...
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....Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...Loading / Load document from stream Load document from stream Leave...
Document Merger on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Merger on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......Document Merger on GroupDocs Blog | Document Automation Solutions...content in Document Merger on GroupDocs Blog | Document Automation...
This article explains that how to extract tables from Document in java....Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...tables from document Extract tables from document Leave feedback...
Retrieving information about a Document with GroupDocs.Viewer for Java...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...Retrieve the document information Retrieve the document information...
This article explains how to detect Document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger for Java....Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...Developer Guide / Get document information Get document information Leave...
This article demonstrates how to convert Document presented as stream using GroupDocs.Conversion for .NET API....Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...Loading documents from different sources / Load document from Stream...
Retrieving information about a Document with GroupDocs.Viewer for Node.js...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...Retrieve the document information Retrieve the document information...