Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 913 for

extract page

(0.05 sec)
  1. Search text in EPUB eBooks | GroupDocs

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....usage / Extract data from various formats / Extract data from...eBooks Leave feedback On this page To search a keyword in EPUB...

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

    This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...usage / Extract data from various formats / Extract data from...presentations Leave feedback On this page To search a keyword in Microsoft...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  3. Retrieving ZIP Container's Entity by Full Name ...

    We are excited to announce that we have released version 17.12 of GroupDocs.Text for .NET API. In this version, we have introduced a simplified way of Extracting text as well as formatted text using a simple interface. We have also extended the support of IPageTextExtractor interface for OneNote documents. Furthermore, the latest version also allows you to retrieve an entity by its name from ZIP container. Please continue to read for more details....introduced a simplified way of extracting text as well as formatted...NET API - New Features # Extracting Text via Extractor Class...

    blog.groupdocs.com/parser/retrieving-zip-contai...
  4. Get supported features | GroupDocs

    This article shows how to check if feature supported for the document....that indicates whether text extraction is supported. The value that...indicates whether text page extraction is supported. The value...

    docs.groupdocs.com/parser/java/get-supported-fe...
  5. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document Page image....Get the file information and extract it text. bool extractText =...text. foreach ( Page page in viewInfo . Pages ) { Console . WriteLine...

    docs.groupdocs.com/viewer/net/image-viewer-get-...
  6. 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....Parser enables to extract data from streams directly...new Parser ( stream )) { // Extract a text into the reader try...

    docs.groupdocs.com/parser/java/load-document-fr...
  7. Features Overview | GroupDocs

    This is an overview of GroupDocs.Merger for Java library features and capabilities...Overview Leave feedback On this page GroupDocs.Merger allows you...document, join specific pages or page ranges from several source...

    docs.groupdocs.com/merger/java/features-overview/
  8. GroupDocs.Parser for Java | GroupDocs

    Note Welcome to the GroupDocs.Parser for Java GroupDocs.Parser is a convenient text Extractor API that permits users to Extract raw or formatted text from different document formats. Besides, the user can Extract metadata from the document. GroupDocs.Parser for Java Resources Following are the links to some useful resources you may need to accomplish your tasks. GroupDocs.Parser for Java Online Documentation GroupDocs.Parser for Java Features GroupDocs.Parser for Java Limitations GroupDocs.Parser for Java Release Notes GroupDocs....API that permits users to extract raw or formatted text from...formats. Besides, the user can extract metadata from the document...

    docs.groupdocs.com/parser/java/
  9. Search text in Microsoft Office Word documents ...

    This article explains that how to search text from Microsoft Office Word (.doc, .docx) documents...usage / Extract data from various formats / Extract data from...documents Leave feedback On this page To search a keyword in Microsoft...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  10. Get document info | GroupDocs

    Learn how to get basic document information including file type, Page count, and file size using GroupDocs.Parser for .NET. Get document properties in C#....info Leave feedback On this page GroupDocs.Parser provides the...The total number of document pages. The size of the document in...

    docs.groupdocs.com/parser/net/get-document-info/