Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 1,966 for

email

(0.05 sec)
  1. GroupDocs.Conversion Product Family

    Tìm câu trả lời về việc chuyển đổi các loại tài liệu và hình ảnh bằng cách sử dụng mã trên bất kỳ nền tảng nào....Word bằng Java Cách chuyển đổi email Outlook sang Word trong Java...

    kb.groupdocs.com/vi/conversion/page/11/
  2. Support for Dynamic Merging of Table Cells in G...

    We are delighted to announce the release of GroupDocs.Assembly for .NET 19.1. The latest version allows you to merge the table cells having equal textual contents within your reports dynamically. Furthermore, we have introduced the feature of adding optional comments within the syntax tags that can provide a human-readable explanation. For more details on the latest version, please have a glance at the release notes. Features Introduced Merging Table Cells Dynamically Using the latest version, you can tell the API to merge the table cells that have equal textual contents....Documents Word Processing Documents Emails with HTML and RTF Bodies For...

    blog.groupdocs.com/assembly/dynamic-merging-of-...
  3. Load document from url | Documentation

    Learn how to Load document from url....DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/net/load-document-fro...
  4. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF file...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/redaction/net/save-in-raster...
  5. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/redaction/net/save-overwriti...
  6. Save with default options | Documentation

    This article demonstrates the simplest way to save the document...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/redaction/net/save-with-defa...
  7. Save attachments | Documentation

    Save attachments and embedded files from PDF, Outlook data file or Email...families that support attachments: emails, Outlook data files, archives...

    docs.groupdocs.com/viewer/java/how-to-extract-a...
  8. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/exporting-metad...
  9. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/get-supported-...
  10. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/load-a-passwor...