Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 1,413 for

extract text

(0.06 sec)
  1. Indexing a specific PDF file leads to 100% RAM ...

    Hi, We ran into a problem when indexing the following file: SEPA_ZvFormate_de-5.pdf (1.1 MB) When starting the indexing for only 1 folder with this 1 file in it, the RAM usage increases further and further (over 50 GB…...option, as it helps ensure the text is properly structured. index...performing separate data extraction and indexing, you can parallelize...

    forum.groupdocs.com/t/indexing-a-specific-pdf-f...
  2. How to Run Examples | Documentation

    This article describes how to run .NET digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....fileName ); // Sign document with text signature. using ( Signature...file, extract the folders on your local disk. The extracted files...

    docs.groupdocs.com/signature/net/how-to-run-exa...
  3. 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...
  4. Working with saved Emails | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain Text in MIME format, containing the email header and body, including attachments in one or more of several formats....the email contents as plain text in MIME format, containing the...below demonstrates how to extract metadata from an EML message...

    docs.groupdocs.com/metadata/net/working-with-sa...
  5. 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-...
  6. Feature request: Allow specifying FILE_FLAG_BAC...

    Hello there, We have a feature request: We’d like to be able to Extract files you usually don’t have access to, via the backup privilege, which seems to not be possible with GroupDocs.Search at the moment. With Win32,…...request: We’d like to be able to extract files you usually don’t have...file is opened during the extraction. If you have any questions...

    forum.groupdocs.com/t/feature-request-allow-spe...
  7. Convert RTF to TXT using Node.js

    Easily convert RTF to TXT using Node.js while preserving content accuracy. Follow this guide to efficiently export RTF to TXT in Node.js with minimal effort....js Rich Text Format ( RTF ) files are commonly... converting them into plain text (TXT) is necessary for improved...

    kb.groupdocs.com/conversion/nodejs/convert-rtf-...
  8. 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/java/highlighting-sea...
  9. 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/net/highlighting-sear...
  10. 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/