This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents.... Font ( 'Arial' , 36 )); watermark...
.NET API to programmatically find and remove text and image based watermarks from PDF, Word, Excel, PowerPoint, Visio documents using C#....text formatting like Font name, min/max font size, bold/italic/underlined...
This article explains how to load custom Fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Python via .NET....Loading / Load custom fonts Load custom fonts Leave feedback On this...contain non-standard fonts. To connect custom fonts and compare documents...
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....TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); EmailLoadOptions...