Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 2,836 for

index

(0.16 sec)
  1. Search text in HTML documents | Documentation

    Learn how to search a keyword in HTML documents search(String) method is used. This method returns the collection of SearchResult objects....SearchResult s : sr ) { // Print an index and found text: System . out...SearchResult s : sr ) { // Print an index and found text: System . out...

    docs.groupdocs.com/parser/java/search-text-in-h...
  2. Search text in PDF documents | Documentation

    To search a keyword in PDF documents 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 PDF document: Instantiate Parser object for the initial document; 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 document....SearchResult s : sr ) { // Print an index and found text: System . out...SearchResult s : sr ) { // Print an index and found text: System . out...

    docs.groupdocs.com/parser/java/search-text-in-p...
  3. Java Regex - Search in Documents using Regular ...

    Unlock the power of programmatic search in Java! Learn how to search multiple text-based documents across folders with precision using regular expressions.... Start by making an Index by specifying the folder path...where you want to search in the index you just created. Set up the...

    blog.groupdocs.com/search/search-in-documents-b...
  4. Search text in PDF documents | Documentation

    This article explains that how to search text from PDF documents...SearchResult s in sr ) { // Print an index and found text: Console . WriteLine...SearchResult s in sr ) { // Print an index and found text: Console . WriteLine...

    docs.groupdocs.com/parser/net/search-text-in-pd...
  5. Search text in Emails | Documentation

    To search a keyword in emails 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 the email: Instantiate Parser object for the initial email; 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 email....SearchResult s : sr ) { // Print an index and found text: System . out...SearchResult s : sr ) { // Print an index and found text: System . out...

    docs.groupdocs.com/parser/java/search-text-in-e...
  6. Search text in EPUB eBooks | Documentation

    This article explains that how to search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....SearchResult s : sr ) { // Print an index and found text: System . out...SearchResult s : sr ) { // Print an index and found text: System . out...

    docs.groupdocs.com/parser/java/search-text-in-e...
  7. Perform Case-Sensitive Search using Java

    Effortlessly perform case-sensitive search using Java for accurate results. Follow the step-by-step instructions to search case-sensitive text in files using Java....case-sensitive searches Initialize an Index object to act as the repository...repository where documents will be indexed and prepared for searching...

    kb.groupdocs.com/search/java/perform-case-sensi...
  8. Extract images from documents | Documentation

    This article shows how to extract images from PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others...images ) { // Print a page index, rectangle and image type: Console...Type: {2}" , image . Page . Index , image . Rectangle , image...

    docs.groupdocs.com/parser/net/extract-images-fr...
  9. Update annotation replies | Documentation

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....via method collection by its index (zero-based) and update its...shows how to update reply by index: Java // This example demonstrates...

    docs.groupdocs.com/annotation/java/update-annot...
  10. Scan QR Code | Documentation

    This article shows how to scan QR Code in .Net with GroupDocs.Parser with few lines of code from image, document or other file format like PDF, Email, Ebook, Words, and others....qrcodes ) { // Print the page index Console . WriteLine ( "Page:..."Page: " + qrcode . Page . Index . ToString ()); // Print the qrcode...

    docs.groupdocs.com/parser/net/scan-qr-code/