This article demonstrates that how to save file in its original format with current date as a suffix...Close Navigation Products GroupDocs.Total Product Family 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....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Close Navigation Products GroupDocs.Total Product Family GroupDocs...
Let's quickly review the step-by-step procedure to convert Text to HTML in Java and learn how to write the Text to HTML Java code for converting documents....Find Answers by API GroupDocs.Total Product Family GroupDocs...
This short guide provides thorough instructions on how to create a Barcode for a PDF using Java and how to add Barcode signature to PDF in Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...
By closely following our in-depth tutorial, you will discover how to quickly convert PDF to MHTML using Java. Also, we will provide you with an example to export PDF to MHTML using Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...
Review the step-by-step guide to add watermark annotation using Java and learn how to use these instructions to create annotation in Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...
Quickly review detailed instructions to convert HTML to Excel in C#, learn how to use these steps for the implementation of HTML to Excel converter C# functionality....Find Answers by API GroupDocs.Total Product Family GroupDocs...
This short article explains the procedure to convert PDF to CSV using Java and learn how to consume this guide to develop the Java PDF to CSV functionality....Find Answers by API GroupDocs.Total Product Family GroupDocs...