Sort Score
Result 10 results
Languages All
Labels All
Results 4,711 - 4,720 of 5,033 for

editor

(0.07 sec)
  1. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/highlighting-sea...
  2. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/build-sea...
  3. Build your first search solution | Documentation

    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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/build-your-first...
  4. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-microsoft...
  5. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/net/highlighting-sear...
  6. Build your first search solution | Documentation

    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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/build-you...
  7. Extract text areas | Documentation

    This article explains that how to extract text areas from documents in Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/extract-text-areas/
  8. Load WordProcessing document with options | Doc...

    Learn this article and check how to convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/load-wordproc...
  9. Convert Image using OCR | Documentation

    To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/convert-image...
  10. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Editor Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/working-with-...