Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 10,930 for

text

(0.19 sec)
  1. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....found can be highlighted in the text of the document. For more information...highlight search results in the text of a document. Detailed information...

    docs.groupdocs.com/search/nodejs-java/build-you...
  2. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....found can be highlighted in the text of the document. For more information...highlight search results in the text of a document. Detailed information...

    docs.groupdocs.com/search/java/build-your-first...
  3. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().geTextension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....applications are able to display simple text statistics for loaded documents...demonstrates how to obtain the text statistics for a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Create Search Report using Java

    Learn how to create search report using Java for indexed data. A sample code example will be provided to generate search report in Java without installing extra software....operation, including the query text, search duration, and the number...

    kb.groupdocs.com/search/java/create-search-repo...
  5. Scan QR Code from ODT using C#

    This guide details how to scan QR Code from ODT using C#. It includes a code example to assist you how to extract QR Code from ODT in C# for a smooth experience....codes from ODT (Open Document Text) files using C# offers a powerful...

    kb.groupdocs.com/parser/net/scan-qrcode-from-od...
  6. Convert DOCX to ODT using Python

    Quickly convert DOCX to ODT using Python with an easy-to-follow guide. Export DOCX to ODT using Python to ensure smooth editing and open document format support.... The OpenDocument Text ( ODT ) format is widely used...

    kb.groupdocs.com/conversion/python/convert-docx...
  7. Online PDF Annotation Plugin for Moodle CMS Now...

    We’re glad to announce the launch of GroupDocs’ annotation plugin for Moodle. GroupDocs Annotation, an online annotation app, is popular with our users because it lets them annotate and review most popular file formats from a web-browser. Upload any document that you want a team to review to a GroupDocs account. Then copy and paste the embed link to a Moodle page. Invite and share the link with members to start collaborative annotation....wide-range of file formats from text, spreadsheets, PDF, or image...

    blog.groupdocs.com/annotation/online-pdf-annota...
  8. Compare Password Protected Word Documents in Java

    Compare two or more password-protected Word documents using Java Comparison API. Highlight differences and get the summary of added and deleted content....MS Word is among the top rich-text editors that are used to draft...

    blog.groupdocs.com/comparison/compare-protected...
  9. Render DOCX to PNG using Node.js

    Let's learn how to render DOCX to PNG using Node.js with simple steps. There is no need to install any extra software to render DOCX to PNG in Node.js....representation is preferred over editable text. This tutorial walks you through...

    kb.groupdocs.com/viewer/nodejs/render-docx-to-p...
  10. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Java....data such as: slides, shapes, text, animations, video, audio and...

    docs.groupdocs.com/merger/java/merge/powerpoint/