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

index

(0.04 sec)
  1. 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...
  2. landings.min.css

    .admin_mGrid{padding:0;border-radius:4px !important;font-size:16px;font-weight:400;outline:0 !important;box-shadow:0 6px 1px -5px #666;border:0 !important;width:70%;margin:25px auto}.admin_mGrid th......fileupload{position:relative;z-index:5}.filename{background:#e0f...dz-progress{opacity:1 !important;z-index:1 !important;pointer-events:none...

    products.groupdocs.app/parser/css/landings.min.css
  3. Search text in Emails | Documentation

    Search a keyword in emails using Search method...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-em...
  4. 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...
  5. 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...
  6. 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...
  7. Introducing Metadata Indexing in GroupDocs.Sear...

    We are glad to announce another monthly release of GroupDocs.Search for .NET API. The latest version 17.11 provides metadata Indexing as well as improved Indexing for PDF documents. This release also provides support for MSG, EML and EMLX file formats. Just download the latest release to check out the new and improved features of GroupDocs.Search for .NET API. Please continue to read more about version 17.11. GroupDocs.Search for .NET API - New Feature GroupDocs....provides metadata indexing as well as improved indexing for PDF documents...implements new feature of indexing only Metadata of documents...

    blog.groupdocs.com/search/groupdocs.search-for-...
  8. Getting Started | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Licensing How to Run Examples Index Browser Was this page helpful...

    docs.groupdocs.com/search/nodejs-java/getting-s...
  9. Extract barcodes from document page area | Docu...

    This article explains that how to extract barcodes from document page area....barcodes ) { // Print the page index Console . WriteLine ( "Page:..."Page: " + barcode . Page . Index . ToString ()); // Print the barcode...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  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/