Retrieve and save attachments from emails, Outlook files, archives, and PDFs....Retrieve and save attachments from emails, Outlook files, archives, and PDFs.
This article is about NoClassDefFoundError: javax/xml/bind/DatatypeConverter...This article is about NoClassDefFoundError: javax/xml/bind/DatatypeConverter
Optimize PDFs for web viewing or reduce file size with GroupDocs.Viewer. Adjust resources and improve loading times....Optimize PDFs for web viewing or reduce file size with GroupDocs.Viewer. Adjust resources and improve loading times.
Load source and target documents from open file streams to avoid persisting intermediate files, using GroupDocs.Comparison for Python via .NET....Load source and target documents from open file streams to avoid persisting intermediate files, using GroupDocs.Comparison for Python via .NET.
Export the comparison result to a different format (e.g., DOCX → PDF) using GroupDocs.Comparison for Python via .NET....Export the comparison result to a different format (e.g., DOCX → PDF) using GroupDocs.Comparison for Python via .NET.
This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Java....This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Java.
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....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<FileType> 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.
Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for .NET API....Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for .NET API.