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....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article demonstrates that how to save file in its original format with current date as a suffix...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Watermark Product Solution GroupDocs.Editor 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....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Loading of template documents from HTML with resources GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This page contains information about synchronizing shards in the search network....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Use GroupDocs.Merger for Java to merge several documents into one, split single document to multiple and organize documents in different ways....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
Operating Systems GroupDocs.Comparison for Java can be executed on any Operating System with Java JDK installed.
Windows Desktops and Servers Linux Mac OS Supported Runtime GroupDocs.Comparison for Java supports Java run-time version 8 and above (Kotlin is supported as well).
Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Comparison for Java API directly in your Maven projects with simple configurations....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article is about the possible conflicts, which may occur when GroupDocs.Viewer is used with some Aspose product in a single project simultaneously...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...