Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 11,925 for

text

(0.76 sec)
  1. Existing objects in Word document | GroupDocs

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API...Rounded shape found" ); //Write text on all Diagonal Corners Rounded...Removing shapes with particular text formatting You can also find...

    docs.groupdocs.com/watermark/java/existing-obje...
  2. Working with formats | GroupDocs

    This article explains document formats and format families supported by GroupDocs.Editor for Python via .NET and how to operate them in Python code....known as delimited text, that are a text-based form of spreadsheets...PPT, PPS, POT, PPTX, PPTM etc. Text-based formats, which include...

    docs.groupdocs.com/editor/python-net/working-wi...
  3. Character replacement during indexing | GroupDocs

    Character replacement during indexing can be used, for example, to convert all Text to lowercase characters or to remove diacritics from Text....for example, to convert all text to lowercase characters or to...to remove diacritics from text. Such replacements can reduce...

    docs.groupdocs.com/search/nodejs-java/character...
  4. Sign and verify documents with GroupDocs.Signat...

    Add Text, QR-code and barcode signatures to documents from GroupDocs.Total for Node.js via Java, then search and verify them — runnable JavaScript examples with downloadable input and output files.... It supports text, image, digital certificate...document with a text signature A text signature draws text onto the...

    docs.groupdocs.com/total/nodejs-java/developer-...
  5. Extract attachments from Emails | GroupDocs

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email Text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a Text....the steps to extract an email text from email attachments: Instantiate...and obtain object to extract a text. The following example shows...

    docs.groupdocs.com/parser/java/extract-attachme...
  6. GroupDocs.Search Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....indexed documents and document’s text from the index archive. Moreover...automatically which were used to extract text from TXT files. We would recommend...

    blog.groupdocs.com/categories/groupdocs.search-...
  7. Font extraction options | GroupDocs

    Learn how to extract fonts from input Word documents when editing with GroupDocs.Editor API for Node.js....DOCX or ODT, typically contain text content formatted with various...actively applied to visible text content. For example, a document...

    docs.groupdocs.com/editor/nodejs-java/font-extr...
  8. llms.txt

    # GroupDocs > Central documentation index for GroupDocs on-premise document processing SDKs. Explore developer documentation and guides for all product families. GroupDocs provides on-premise docum......com/annotation/net/document-text-info/) ([md](https://docs.groupdocs...com/annotation/net/document-text-info.md)) - [Installation](https://docs...

    docs.groupdocs.com/llms.txt
  9. Phrase search | GroupDocs

    This article gives the knowledge about phrase search definition as well as a phrase search description....words in the text of indexed documents. In text form, the following...phrase search with a query in text and object form. C# string indexFolder...

    docs.groupdocs.com/search/net/phrase-search/
  10. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a Text into the reader try (TextReader reader = parser....Parser ( stream )) { // Extract a text into the reader try ( TextReader...{ // Print a text from the document // If text extraction isn't...

    docs.groupdocs.com/parser/java/load-document-fr...