This article demonstrates that how to save file in its original format with current date as a suffix...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python API....Viewer Product Solution GroupDocs.Annotation 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....Viewer Product Solution GroupDocs.Annotation 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....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Programmatically enumerate the list of file formats supported by GroupDocs.Comparison for Python via .NET via FileType.get_supported_file_types()....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...
Review the step-by-step procedure to compare Images in Java and learn how to develop the functionality to compare two images and highlight differences Java....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...
This short tutorial describes the process to extract text from Word document in Java and how to develop the application to extract text from DOCX using Java....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...
Follow this step-by-step tutorial to convert XLS to XLSX in Java. Perform document conversion without Microsoft Office to convert XLS to XLSX using Java....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...