Skip to content

Commit

Permalink
Version 4.4.5
Browse files Browse the repository at this point in the history
## 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
GleamTech committed Dec 12, 2018
1 parent af1f371 commit 8a2793a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Examples/Mvc.CS/Mvc.CS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<HintPath>..\packages\GleamTech.Core.3.2.0\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.4.4.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.4.4.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp"/>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion Examples/Mvc.CS/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40"/>
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40"/>
<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>
2 changes: 1 addition & 1 deletion Examples/Mvc.VB/Mvc.VB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<HintPath>..\packages\GleamTech.Core.3.2.0\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.4.4.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.4.4.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="System.Data"/>
<Reference Include="System.Drawing"/>
Expand Down
2 changes: 1 addition & 1 deletion Examples/Mvc.VB/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40"/>
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40"/>
<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>
2 changes: 1 addition & 1 deletion Examples/WebForms.CS/WebForms.CS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<HintPath>..\packages\GleamTech.Core.3.2.0\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.4.4.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.4.4.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="System"/>
<Reference Include="System.Core"/>
Expand Down
2 changes: 1 addition & 1 deletion Examples/WebForms.CS/packages.config
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>
2 changes: 1 addition & 1 deletion Examples/WebForms.VB/WebForms.VB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<HintPath>..\packages\GleamTech.Core.3.2.0\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.4.4.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.4.4.5\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="System"/>
<Reference Include="System.Core"/>
Expand Down
2 changes: 1 addition & 1 deletion Examples/WebForms.VB/packages.config
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>

0 comments on commit 8a2793a

Please sign in to comment.