This article demonstrates how to convert document presented as stream using GroupDocs.Conversion for Java API....Assembly 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....Assembly Product Solution GroupDocs...
GroupDocs.Editor for Node.js provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Assembly Product Solution GroupDocs...
GroupDocs.Watermark for Node.js via Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Assembly Product Solution 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....Assembly Product Solution GroupDocs...
The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for .NET....Assembly Product Solution GroupDocs...
GroupDocs.Conversion for Node.js via Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Assembly Product Solution GroupDocs...