Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 9,353 for

text

(0.05 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. 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...
  3. 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...
  4. 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/
  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. Load document from stream | Documentation

    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...
  7. Convert MSG to TXT using Node.js

    Convert MSG to TXT using Node.js with a simple example. Learn how to export MSG to TXT in Node.js using a flexible document conversion library for developers....converting them to readable text can streamline processing and...creating an instance of the text output options, specifically...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  8. eSign document with Form Field signature | Docu...

    This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...types like free input text box, multi-line text box, check boxes,...could be set to - represents text input form field on document...

    docs.groupdocs.com/signature/java/esign-documen...
  9. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...and corrects text orientation before detecting text. // Assemble...pictures and pictures with no text Console . WriteLine ( "Microsoft...

    docs.groupdocs.com/redaction/net/use-microsoft-...
  10. How to perform Callbacks with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK callbacks. In this article I’ll use the Convert API. Find information about other methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....user ID and private key to the text file for the Callback handler...user ID and private key from text file and makes a request to...

    blog.groupdocs.com/total/how-to-perform-callbac...