-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Version 4.4.5 - December 12, 2018 - **Fixed:** "Parameter is not valid" error when converting Cad formats to image files. If the drawing is too large, the image will be limited to maximum 1123x1123 dimension to prevent this Bitmap memory related error. - **Fixed:** Sent header for email formats (MSG, EML) in DocumentViewer (or when converting to MHT or PDF) will be adjusted to the time zone of current machine (similar to Outlook). Full email adresses will be shown in From and To headers (not just display names). When converting to HTML, the header will be rendered just like when converting to MHT. - **Fixed:** When converting from EML to MSG, the original date was not preserved and the conversion time was displayed in Outlook. - **Improved:** Stability, accuracy for Spreadsheet, Presentation, Email and ProjectManagement formats.
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="GleamTech.Core" version="3.2.0" targetFramework="net40"/> | ||
<package id="DocumentUltimate" version="4.4.0" targetFramework="net40"/> | ||
<package id="DocumentUltimate" version="4.4.5" targetFramework="net40"/> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="GleamTech.Core" version="3.2.0" targetFramework="net40"/> | ||
<package id="DocumentUltimate" version="4.4.0" targetFramework="net40"/> | ||
<package id="DocumentUltimate" version="4.4.5" targetFramework="net40"/> | ||
</packages> |