Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 29,268 for

parser

(0.05 sec)
  1. Extract images from document page | Documentation

    This article explains that how to extract images from document page....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for Java /...

    docs.groupdocs.com/parser/java/extract-images-f...
  2. Extract formatted text from document page | Doc...

    This article explains that how to extract formatted text from document page....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for Java /...

    docs.groupdocs.com/parser/java/extract-formatte...
  3. 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....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for Java /...

    docs.groupdocs.com/parser/java/load-document-fr...
  4. Load document from stream | Documentation

    Learn how to Load document from stream....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for .NET /...

    docs.groupdocs.com/parser/net/load-document-fro...
  5. Load document from url | Documentation

    Learn how to Load document from url....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for .NET /...

    docs.groupdocs.com/parser/net/load-document-fro...
  6. Search text in Microsoft Office PowerPoint pres...

    This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for .NET /...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  7. 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....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for Java /...

    docs.groupdocs.com/parser/java/search-text-in-m...
  8. 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....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for Java /...

    docs.groupdocs.com/parser/java/search-text-in-m...
  9. Detect file type of container item | Documentation

    This article explains that how to detect file type of container item....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for Java /...

    docs.groupdocs.com/parser/java/detect-file-type...
  10. Extract images to files | Documentation

    This article explains that how to extract images to files....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for Java /...

    docs.groupdocs.com/parser/java/extract-images-t...