Skip to content

Commit

Permalink
Version 3.16.0
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
GleamTech committed Apr 20, 2018
1 parent 7bb4b17 commit b475a68
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.2.4.5\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.3.15.6\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.3.16.0\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="2.4.5" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.15.6" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.16.0" 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.2.4.5\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.3.15.6\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.3.16.0\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="2.4.5" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.15.6" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.16.0" 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.2.4.5\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.3.15.6\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.3.16.0\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="2.4.5" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.15.6" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.16.0" 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.2.4.5\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.3.15.6\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.3.16.0\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="2.4.5" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.15.6" targetFramework="net40"/>
<package id="DocumentUltimate" version="3.16.0" targetFramework="net40"/>
</packages>

0 comments on commit b475a68

Please sign in to comment.