Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Version 8.8.5 - April 20, 2022 - **Improved:** Document Viewer: - **Added:** Nested attachments are now supported for Email and Pdf formats. - Attachments will use the same PdfOutputOptions.Watermarks and PdfOutputOptions.FastWebViewEnabled properties from root container document for PDFs generated for attachments. - Some emails may contain extensionless attachments which are nested emails, these are "message/rfc822" attachments. Now .eml extension will be added to these attachments so that they can be converted and displayed in DocumentViewer. - **Improved:** DocumentViewer UI: - Tabs on the left side pane will be activated on document load, automatically according to this priority (from lowest to highest): - If there are bookmarks, Bookmarks tab will be activated. - If there are attachments, Attachments tab will be activated. - If there is a search term, Search tab will be activated. - Fixed text-wrapping in Bookmarks and Attachments tree panels for better width and look. - In attachment tree nodes, file size will not be displayed next to file name (it's already displayed on the attachment tooltip). - On attachment tooltips, desciption will shown as "DispositionType (ContentType)" e.g "attachment (application/octet-stream)". - On attachment tooltips, the last modified date will also be shown (for PDF Portfolio and Email attachments when available). - **Improved:** Stability and performance of image thumbnails, image viewer and video thumbnails. - **Fixed:** Since previous version, AmazonS3 file system was broken for net461 target with error "Error unmarshalling response back...".
- Loading branch information