Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 13,232 for

to

(0.05 sec)
  1. 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....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.

    docs.groupdocs.com/watermark/java/add-watermark...
  2. How to edit XML file | GroupDocs

    This article demonstrates how To edit XML files and XML documents using Java programming language....This article demonstrates how to edit XML files and XML documents using Java programming language.

    docs.groupdocs.com/editor/java/how-to-edit-xml/
  3. How to Run Examples | GroupDocs

    Step-by-step guide To run GroupDocs.Parser for .NET code examples. Learn how To build projects from scratch, use GitHub examples, and set up your development environment....Step-by-step guide to run GroupDocs.Parser for .NET code examples. Learn how to build projects from scratch, use GitHub examples, and set up your development environment.

    docs.groupdocs.com/parser/net/how-to-run-examples/
  4. How to Run | GroupDocs

    How To run examples....How to run examples.

    docs.groupdocs.com/metadata/nodejs-java/how-to-...
  5. How to Run | GroupDocs

    How To run examples....How to run examples.

    docs.groupdocs.com/assembly/python-net/how-to-r...
  6. How to Convert Text File to JPG using Java

    Easily convert Text file To JPG using Java with a few API calls of the document conversion library and review sample code for Java TXT To JPG converter application....Easily convert Text file to JPG using Java with a few API calls of the document conversion library and review sample code for Java TXT to JPG converter application.

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert ODT to TXT using C#

    We will guide you how To convert ODT To TXT using C# without the need for any external software installations along with code example To export ODT To TXT in C#....We will guide you how to convert ODT to TXT using C# without the need for any external software installations along with code example to export ODT to TXT in C#.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert DOCX to PPTX using C#

    You can find the directions To convert docx To pptx using C# in this Topic. Moreover, we will help you To write an application To export docx To pptx in C#....You can find the directions to convert docx to pptx using C# in this topic. Moreover, we will help you to write an application to export docx to pptx in C#.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Convert DOCX to MHTML using Java

    In this article, you will be guided through the steps To convert DOCX To MHTML using Java. Also, code example To generate mhtml from docx in Java can be found in it....In this article, you will be guided through the steps to convert DOCX to MHTML using Java. Also, code example to generate mhtml from docx in Java can be found in it.

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert DOCX to RTF using C#

    You can find the directions To convert docx To RTF using C# in this Topic. Moreover, we will help you To write an application To export docx To RTF using C#....You can find the directions to convert docx to RTF using C# in this topic. Moreover, we will help you to write an application to export docx to RTF using C#.

    kb.groupdocs.com/conversion/net/how-to-convert-...