Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 1,475 for

email conversion

(0.16 sec)
  1. Common List Image in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in Email Document format. Common List in Email Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must be in .eml or .msg format. It must add Email recipient, css and subject of the Email. Report must show multiple managers’ picture and name. Adding Syntax to be evaluated by GroupDocs....Conversion Product Solution GroupDocs...Image in Email Document Common List Image in Email Document Leave...

    docs.groupdocs.com/assembly/java/common-list-im...
  2. Pie Chart in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document format. Pie Chart in Email Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Outlook 2013: Create a new Email. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box. Select “Pie”. Preview “Pie” and press OK to insert the chart and Worksheet template to your Email....Conversion Product Solution GroupDocs...Pie Chart in Email Document Pie Chart in Email Document Leave...

    docs.groupdocs.com/assembly/java/pie-chart-in-e...
  3. Multicolored Numbered List in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Multicolored Numbered List in Email Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS Outlook 2013. In your Email, write a sentence like “We provide support for the following clients:”....Conversion Product Solution GroupDocs...List in Email Document Multicolored Numbered List in Email Document...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  4. Bulleted List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Email format. Reporting Requirement As a report developer, you are required to share the following key requirements: Report must be in .eml or .msg format. It must add Email recipient, css and subject of the Email. Report must show all the clients in a bulleted list format. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Recipients, Cc and Subject <><<[r]>>; <> <<[cc]>> <<[subject]>> Body We provide support for the following clients: <>• <<[getName()]>> <> Download Bulleted List Template Please download the sample Bulleted List document we created in this article:...Conversion Product Solution GroupDocs...Bulleted List in Email Document Bulleted List in Email Document Leave...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  5. Bubble Chart in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Email Document. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Email Document Note This feature is supported by version 17.8.0 or greater. Reporting Requirement As a report developer, you are required to share your sales/orders dynamically with the following key requirements: A report must be in ....Conversion Product Solution GroupDocs...Bubble Chart in Email Document Bubble Chart in Email Document Leave...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  6. Disable external asset loading in email files -...

    Heya, We’d like to be able to disable loading of external assets in Email files (ie. <img src="https://example.com/image.png">). We are running GroupDocs Conversion for Java, in a Kubernetes environment with Cillium. F…...asset loading in email files GroupDocs.Conversion Product Family...loading of external assets in email files (ie. <img src="https://example...

    forum.groupdocs.com/t/disable-external-asset-lo...
  7. Convert each email attachment to different form...

    Follow this guide and learn how to convert Email attachments to different format based on attachment type using GroupDocs.Conversion for .NET....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/convert-each-...
  8. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to Email attachments (all the attachments of supported types in an Email message)...Conversion Product Solution GroupDocs...watermarks / To email attachments Add watermarks to email attachments...

    docs.groupdocs.com/watermark/net/add-watermarks...
  9. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to all the attachments of supported types in an Email message as shown in the following code sample. advanced_usage.add_watermarks_to_Email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....Conversion Product Solution GroupDocs...watermarks to email attachments Add watermarks to email attachments...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. In-Table List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Email Document format. In-Table List in Email Document Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add Email recipient, css and subject of the Email. Report must show managers’ name. It must show the sum of contract prices against each manager....Conversion Product Solution GroupDocs...In-Table List in Email Document In-Table List in Email Document Leave...

    docs.groupdocs.com/assembly/java/in-table-list-...