We are pleased to announce the release of GroupDocs.Editor for .NET API which makes it easier to perform document editing operations and conversion of edited document with simple line of code with various supported document formats. Document Editing API allows user to convert supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made.... # Features Overview C# Examples Showcase Working with...
This article demonstrates that how to save file in its original format with current date as a suffix...with current date as a suffix: C# using ( Redactor redactor = new...
This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for .NET....disable the display of revisions: C# using GroupDocs.Comparison ;...
I recall this bug was previously fixed - or perhaps I’m mistaken.
Attached herewith is test.msg which is able to repro the issue.
It is an email which contains an email which contains another email.
The top level emai…... string basePath = @"C:\Temp\GroupDocsTest"; string outPath..."output"); string source = @"C:\Temp\GroupDocsTest\test.msg";...
The page describes how to add checkbox component to a document using GroupDocs.Annotation for .NET....shows how to add to the document: C# using ( Annotator annotator =...
This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) to reduce size....optimize the PDF file by default: C# using GroupDocs.Viewer ; using...
Following this guide you will learn how to specify file type for comparison manually when use GroupDocs.Comparison for .NET....type for comparison manually C# using GroupDocs.Comparison ;...
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.... Ex: "C:\\Docs\\message.msg" Watermarker...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...NET, C#/VB.NET applications. It’s a one-stop-shop...developers on .NET platforms (ASP.NET, C#, VB.NET). Using the library,...