This article explains how to open password-protected document with GroupDocs.Viewer within your Java applications....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for .NET API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article demonstrates that how to save file in its original format with current date as a suffix...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
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....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article demonstrates how you can convert font formats with GroupDocs.Conversion for .NET....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This section explains GroupDocs.Conversion for .NET convert options specific to various document types...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
The SaveOptions class provides the following properties to customize the saving process:
AnnotationTypes defines annotation types to be saved into output document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedPages indicates whether to save only annotated pages or not. For details, see the following pages:...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...