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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article demonstrates how you can convert font formats with GroupDocs.Conversion for .NET....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
In this article, you will be guided on how to convert XLSX to DOCX using C#. Also, a code example will be provided to demonstrate how to export XLSX to DOCX in C#....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
Within this article, we will show you how to highlight text in PDF using Java. We'll provide you complete step-by-step guidance to highlight text using Java in PDF....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
Do you want to perform image comparison easily, then review the guide to compare Images in C# and learn how to create the image comparison in C# functionality?...Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
Review the process to remove annotation from PDF using Java by consuming a popular annotation library and how to develop the feature to remove annotation in Java....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
Quickly review the detailed instructions for generating Barcode signature in C# and how to use Barcode digital signature for signing the PDF document....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
In this tutorial, we will discover how to convert ODT to PPTX using Java without installing extra software installation along with code to export ODT to PPTX in Java....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...