Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 9,356 for

text

(0.08 sec)
  1. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for .NET. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. XLSX OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet PPTX OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language HTML HTML format....Apple’s Email Message Format Plain Text Word Processing Markup Language...Language HTML format. ODF Text Document. ODF Text Document Template....

    docs.groupdocs.com/assembly/net/supported-docum...
  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. Email messages | Documentation

    Learn how to add watermark in Outlook email messages....the plain text body content . setBody ( "Test plain text body" );...watermarker . close (); Searching text in email message body or subject...

    docs.groupdocs.com/watermark/java/email-messages/
  4. Use All Highlight Extraction Modes with Search ...

    Team GroupDocs is really delighted to announce the monthly release of version 17.02.0 of the GroupDocs.Text for .NET API. This version comes up with a number of new features along with an enhancement related to using highlight extraction modes with search functionality. GroupDocs.Text for .NET API has improved the search functionality by adding the ability to search for some Text using regular expression and searching a whole word. What’s more exciting is the addition of features dealing with the extraction of highlighted Text in documents....Text for .NET API. This version comes...search functionality. GroupDocs.Text for .NET API has improved the...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  5. Extract attachments from Emails | Documentation

    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. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Comparison can work with....Template XML Spreadsheet 2003 Text and programming file formats...Query Language Data File Plain Text File Vim Settings File XML File...

    docs.groupdocs.com/comparison/java/supported-do...
  7. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Comparison can work with....Template ✅ XML Spreadsheet 2003 ✅ Text and programming file formats...Query Language Data File ✅ Plain Text File ✅ Vim Settings File ✅ XML...

    docs.groupdocs.com/comparison/nodejs-java/suppo...
  8. Integration for Zapier - How to Create a Custom...

    Zapier allows seamless integration with dozens of APIs. In this post I’ll explain how to create an integration with the GroupDocs Storage API. Put simply the process of integration with Zapier is Read -> Process -> Write. The left side of the integration is called a trigger and the right side is an action. The central process simply converts your API response to a format suitable for the write action. We are going to create a trigger for new files....Unicode Required : Yes Help text : Get it from https://apps.groupdocs...Password Required : Yes Help text : Get it from https://apps.groupdocs...

    blog.groupdocs.com/total/integration-for-zapier...
  9. Extract attachments from PDF portfolios | Docum...

    This article explains that how to extract attachments from PDF documents...steps to extract an attachment text from PDF Portfolios: Instantiate...example shows how to extract a text from PDF Portfolios: // Create...

    docs.groupdocs.com/parser/net/extract-attachmen...
  10. Logging | Documentation

    An interface is used to receive the information about errors, warnings and events which occur while data extraction....ParserSettings ( logger ))) { // Check if text extraction is supported if (... Features . Text ) { Console . WriteLine ( "Text extraction isn't...

    docs.groupdocs.com/parser/net/logging/