Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 1,379 for

extract text

(0.11 sec)
  1. Find any Word and its Synonyms in Multiple File...

    Find specific word and its synonyms within different files using Java. Similarly, get all the synonyms, grouped by different meanings using Java Search API.... Now, extract and then traverse the FoundDocumentField...Words using Java Build your Full Text Search Solution in Java Find...

    blog.groupdocs.com/search/find-synonyms-in-mult...
  2. How to edit XML file | Documentation

    This article demonstrates how to edit XML files and XML documents using Java programming language....that any XML is first of all a text file). By default all XML files... if they are present in the text nodes or attribute values inside...

    docs.groupdocs.com/editor/java/how-to-edit-xml/
  3. 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....Leave feedback On this page Extracting information about all slide...backgrounds The API allows you to extract information about all the slide...

    docs.groupdocs.com/watermark/java/working-with-...
  4. Edit PDF | Documentation

    This guide demonstrates how to edit content of PDF files like a common Text documents using a GroupDocs.Editor for .NET....(or pages are collapsed when text and other content is removed...other visual elements. Words, text blocks, paragraphs and so on...

    docs.groupdocs.com/editor/net/edit-pdf/
  5. Features overview | Documentation

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Watermark A watermark is an image or text that is intentionally superimposed...features are listed below. Adding text/image watermark to supported...

    docs.groupdocs.com/watermark/net/features-overv...
  6. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PDF files to HTML, PNG, and JPEG formats....elements of an HTML page (including text, graphics, and stylesheets)...Using End Sub End Module Render text as an image GroupDocs.Viewer...

    docs.groupdocs.com/viewer/net/render-pdf-docume...
  7. Slow files viewer - Free Support Forum - groupd...

    Hello, We have facing problem for Group Doc, in particular with the function GetViewerInfo which remains very slow even with the latest version 22.9 ( about 7 seconds ). Is this normal? Is there a faster function to u…...your reactivity, here is an extract of the code in the bug.pdf...pdf file and a document with text file for the test Thank you for...

    forum.groupdocs.com/t/slow-files-viewer/11971
  8. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....is able, along with font extraction, ability to embed fonts into...In counterpart to the font extraction mechanism with corresponding...

    docs.groupdocs.com/editor/java/font-embedding-o...
  9. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....is able, along with font extraction, ability to embed fonts into...In counterpart to the font extraction mechanism with corresponding...

    docs.groupdocs.com/editor/net/font-embedding-op...
  10. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the Text of a document....in the text of a document. Hit highlighting in the text of entire...document can be highlighted in the text of the document using the method...

    docs.groupdocs.com/search/nodejs-java/highlight...