Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 1,553 for

email conversion

(0.11 sec)
  1. Search for standard entries in the QR-Code sign...

    This article explains how to search for VCard, MeCard, Email, Address, EPC, SEPA, Event data in QR-code electronic signatures from previously signed documents with GroupDocs.Signature API....Conversion Product Solution GroupDocs...keeps in the QR-code standard email information with recipient,...

    docs.groupdocs.com/signature/net/search-for-sta...
  2. Supported Document Formats | GroupDocs

    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....Conversion Product Solution GroupDocs...Presentation Email Message Format Outlook Email Message Format...

    docs.groupdocs.com/assembly/net/supported-docum...
  3. Generate Document from XML Data Source | GroupDocs

    Create reports from XML data sources using XmlDataSource class to load and bind XML data to templates....Conversion Product Solution GroupDocs...templates without explicit type conversion. Generate Document from XML...

    docs.groupdocs.com/assembly/net/basic-usage-xml...
  4. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser provides the functionality to extract Emails from remote servers. The following Email protocols are supported: Post Office Protocol (POP) Internet Message Access Protocol (IMAP) Exchange Web Services (EWS) To create an instance of Parser class to extract Emails from a remote server the following constructor is used: Parser(EmailConnection connection); Parser(EmailConnection connection, ParserSettings parserSettings) The second constructor allows to use ParserSettings object to control the process; for example, by adding logging functionality....Conversion Product Solution GroupDocs...Extract data from Emails / Extract emails from remote server...

    docs.groupdocs.com/parser/java/extract-emails-f...
  5. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser allows you to extract Emails from remote servers and data from the Emails. It supports POP, IMAP and EWS protocols....Conversion Product Solution GroupDocs...Extract data from Emails / Extract emails from remote server...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  6. Generate Your First Document from .NET Object |...

    Create your first document by generating a simple report from an in-memory .NET object using GroupDocs.Assembly for .NET....Conversion Product Solution GroupDocs...get ; set ; } public string Email { get ; set ; } } Generate Document...

    docs.groupdocs.com/assembly/net/basic-usage-fir...
  7. Supported Document Formats | GroupDocs

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Python via .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....Conversion Product Solution GroupDocs...Presentation Email Message Format Outlook Email Message Format...

    docs.groupdocs.com/assembly/python-net/supporte...
  8. Unable to set margins when converting .eml to ....

    I use the code below to convert .eml files to .pdf. However, setting the margins using options.setMarginBottom(12), options.setMarginTop(12), options.setMarginLeft(12), and options.setMarginRight(12) no long…...Conversion Product Family java jayleggett...error("Problems converting email due to: ",e); throw e; } import...

    forum.groupdocs.com/t/unable-to-set-margins-whe...
  9. Features Overview | GroupDocs

    GroupDocs.Assembly for Python via .NET is an API that allows you to generate documents in popular microsoft office and Email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to Email message body Dynamically attach Email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....Conversion Product Solution GroupDocs...popular microsoft office and email file formats based upon template...

    docs.groupdocs.com/assembly/python-net/features...
  10. Extract images from Emails | GroupDocs

    To extract images from Emails getImages method is used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Emails as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null. If an Email has no images, getImages method returns an empty collection....Conversion Product Solution GroupDocs...Extract data from Emails / Extract images from Emails Extract images...

    docs.groupdocs.com/parser/java/extract-images-f...