From b475a68c35aaf86a58f29c2614d189c0242a8477 Mon Sep 17 00:00:00 2001 From: GleamTech Date: Fri, 20 Apr 2018 06:19:54 -0700 Subject: [PATCH] Version 3.16.0 ## Version 3.16.0 - April 20, 2018 - Improved: Improved stability, accuracy and restored conversion performance (was slower since v3.14.0) for WordProcessing and Presentation formats. - Improved: Improved stability, accuracy for Spreadsheet and ProjectManagement formats. - **Added:** New HtmlOutputOptions class for specifying if the images and/or css should be exported as separate files. By default these resources were embedded to produce a single html file, now it's possible to export separate files. Currently it works when converting to Html from WordProcessing, Spreadsheet and Presentation formats. - **Fixed:** DocumentViewer or DocumentConverter could not load most of the .svg files. It failed with the "The image is not a raster image" error. - **Changed:** Removed DocumentFormat.Xml (SpreadsheetML - Excel 2003 XML Spreadsheet) as .xml extension is widely used for text files. So now by default .xml files will be treated as plain text files and DocumentViewer will be able to display them. - **Fixed:** When passing the same OutputOptions instance to DocumentConverter instance multiple times, it was using the initial detected format (from file extension) for consecutive conversions. So encapsulated input and output changing values especially Format property in new InputContext and OutputContext classes. --- Examples/Mvc.CS/Mvc.CS.csproj | 2 +- Examples/Mvc.CS/packages.config | 2 +- Examples/Mvc.VB/Mvc.VB.vbproj | 2 +- Examples/Mvc.VB/packages.config | 2 +- Examples/WebForms.CS/WebForms.CS.csproj | 2 +- Examples/WebForms.CS/packages.config | 2 +- Examples/WebForms.VB/WebForms.VB.vbproj | 2 +- Examples/WebForms.VB/packages.config | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Examples/Mvc.CS/Mvc.CS.csproj b/Examples/Mvc.CS/Mvc.CS.csproj index 1e2fe92..a5f3e91 100644 --- a/Examples/Mvc.CS/Mvc.CS.csproj +++ b/Examples/Mvc.CS/Mvc.CS.csproj @@ -53,7 +53,7 @@ ..\packages\GleamTech.Core.2.4.5\lib\net40\GleamTech.Core.dll - ..\packages\DocumentUltimate.3.15.6\lib\net40\GleamTech.DocumentUltimate.dll + ..\packages\DocumentUltimate.3.16.0\lib\net40\GleamTech.DocumentUltimate.dll diff --git a/Examples/Mvc.CS/packages.config b/Examples/Mvc.CS/packages.config index 3d9b063..8763f43 100644 --- a/Examples/Mvc.CS/packages.config +++ b/Examples/Mvc.CS/packages.config @@ -5,5 +5,5 @@ - + diff --git a/Examples/Mvc.VB/Mvc.VB.vbproj b/Examples/Mvc.VB/Mvc.VB.vbproj index 8581ee0..41395b2 100644 --- a/Examples/Mvc.VB/Mvc.VB.vbproj +++ b/Examples/Mvc.VB/Mvc.VB.vbproj @@ -57,7 +57,7 @@ ..\packages\GleamTech.Core.2.4.5\lib\net40\GleamTech.Core.dll - ..\packages\DocumentUltimate.3.15.6\lib\net40\GleamTech.DocumentUltimate.dll + ..\packages\DocumentUltimate.3.16.0\lib\net40\GleamTech.DocumentUltimate.dll diff --git a/Examples/Mvc.VB/packages.config b/Examples/Mvc.VB/packages.config index 3d9b063..8763f43 100644 --- a/Examples/Mvc.VB/packages.config +++ b/Examples/Mvc.VB/packages.config @@ -5,5 +5,5 @@ - + diff --git a/Examples/WebForms.CS/WebForms.CS.csproj b/Examples/WebForms.CS/WebForms.CS.csproj index fbb2a13..73c3bd8 100644 --- a/Examples/WebForms.CS/WebForms.CS.csproj +++ b/Examples/WebForms.CS/WebForms.CS.csproj @@ -51,7 +51,7 @@ ..\packages\GleamTech.Core.2.4.5\lib\net40\GleamTech.Core.dll - ..\packages\DocumentUltimate.3.15.6\lib\net40\GleamTech.DocumentUltimate.dll + ..\packages\DocumentUltimate.3.16.0\lib\net40\GleamTech.DocumentUltimate.dll diff --git a/Examples/WebForms.CS/packages.config b/Examples/WebForms.CS/packages.config index 727bb65..2d7dc17 100644 --- a/Examples/WebForms.CS/packages.config +++ b/Examples/WebForms.CS/packages.config @@ -1,5 +1,5 @@ - + diff --git a/Examples/WebForms.VB/WebForms.VB.vbproj b/Examples/WebForms.VB/WebForms.VB.vbproj index 9db94e7..e0ba5c4 100644 --- a/Examples/WebForms.VB/WebForms.VB.vbproj +++ b/Examples/WebForms.VB/WebForms.VB.vbproj @@ -65,7 +65,7 @@ ..\packages\GleamTech.Core.2.4.5\lib\net40\GleamTech.Core.dll - ..\packages\DocumentUltimate.3.15.6\lib\net40\GleamTech.DocumentUltimate.dll + ..\packages\DocumentUltimate.3.16.0\lib\net40\GleamTech.DocumentUltimate.dll diff --git a/Examples/WebForms.VB/packages.config b/Examples/WebForms.VB/packages.config index 727bb65..2d7dc17 100644 --- a/Examples/WebForms.VB/packages.config +++ b/Examples/WebForms.VB/packages.config @@ -1,5 +1,5 @@ - +