Sort Score
Result 10 results
Languages All
Labels All
Results 3,941 - 3,950 of 51,219 for

documents

(0.23 sec)
  1. Load document from Stream | GroupDocs

    This section explains how to load document from stream with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Loading document / Sources / → Stream Load document from Stream...

    docs.groupdocs.com/signature/net/load-document-...
  2. Load document from stream | 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Loading / Load document from stream Load document from stream Leave...

    docs.groupdocs.com/parser/java/load-document-fr...
  3. Generate Document Pages Preview | GroupDocs

    Render lightweight thumbnail images for selected document pages using PreviewOptions and Document.generate_preview() from GroupDocs.Comparison for Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...Generate page previews Generate Document Pages Preview Leave feedback...

    docs.groupdocs.com/comparison/python-net/develo...
  4. Releasing GroupDocs.Editor for .NET API- Perfor...

    We are pleased to announce the release of GroupDocs.Editor for .NET API which makes it easier to perform document editing operations and conversion of edited document with simple line of code with various supported document formats. Document Editing API allows user to convert supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made....makes it easier to perform document editing operations and conversion...conversion of edited document with simple line of code with various...

    blog.groupdocs.com/editor/introducing-groupdocs...
  5. Extract text structure | GroupDocs

    This article explains that how to extract text structure from Documents....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...extract the text structure from documents by the GetStructure method:...

    docs.groupdocs.com/parser/java/extract-text-str...
  6. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...Developer Guide / Import documents / Add document to Spreadsheet via...

    docs.groupdocs.com/merger/net/add-document-to-s...
  7. Import and export annotations | GroupDocs

    Export a document's annotations to an XML file and import annotations from XML into another document with GroupDocs.Annotation for Python via .NET....Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...Annotation can serialize a document’s annotations to a standalone...

    docs.groupdocs.com/annotation/python-net/import...
  8. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced usage / Loading documents / Load from Stream Load from...

    docs.groupdocs.com/redaction/net/load-from-stream/
  9. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...be cancelled // Indexing documents from the specified folder...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  10. Save with default options | GroupDocs

    This article demonstrates the simplest way to save the document...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced usage / Saving documents / Save with default options...

    docs.groupdocs.com/redaction/python-net/save-wi...