Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 905 for

data assembly

(0.05 sec)
  1. Search text in Microsoft Office PowerPoint pres...

    This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Assembly Product Solution GroupDocs.../ Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  2. Search text in Microsoft Office PowerPoint pres...

    To search a keyword in Microsoft Office PowerPoint presentations search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office PowerPoint presentation: Instantiate Parser object for the initial presentation; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the presentation....Assembly Product Solution GroupDocs.../ Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/java/search-text-in-m...
  3. Search text in Microsoft Office Excel spreadshe...

    To search a keyword in Microsoft Office Excel spreadsheets search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Excel spreadsheet: Instantiate Parser object for the initial spreadsheet; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the spreadsheet....Assembly Product Solution GroupDocs.../ Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/java/search-text-in-m...
  4. Inserting Images Dynamically | Documentation

    How to dynamically inserted image within your template...Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for Java...

    docs.groupdocs.com/assembly/java/inserting-imag...
  5. Load document from stream | Documentation

    Learn how to Load document from stream....Assembly Product Solution GroupDocs...GroupDocs.Parser enables to extract data from streams directly. The following...

    docs.groupdocs.com/parser/net/load-document-fro...
  6. Load document from local disk | Documentation

    Learn how to extract Data from documents on the local disk...Assembly Product Solution GroupDocs...the functionality to extract data from documents on the local...

    docs.groupdocs.com/parser/net/load-document-fro...
  7. Edit Markdown documents | Documentation

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for Java....Assembly Product Solution GroupDocs...creates an instance of with all data about this image — its filename...

    docs.groupdocs.com/editor/java/edit-markdown/
  8. Load document from stream | Documentation

    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....Assembly Product Solution GroupDocs...GroupDocs.Parser enables to extract data from streams directly. The following...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Inserting Images Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can insert images to your reports dynamically using image tags. To declare a dynamically inserted image within your template, do the following steps: Add a textbox to your template at the place where you want an image to be inserted. Set common image attributes such as frame, size, and others for the textbox, making the textbox look like a blank inserted image....Assembly Product Solution GroupDocs...GroupDocs.Assembly Product Family / GroupDocs.Assembly for .NET...

    docs.groupdocs.com/assembly/net/inserting-image...
  10. Extract metadata from Microsoft Office Word doc...

    This article explains that how to extract metaData from Microsoft Office Word (.doc, .docx) documents...Assembly Product Solution GroupDocs.../ Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/net/extract-metadata-...