Skip to content

Commit

Permalink
Version 4.3.0
Browse files Browse the repository at this point in the history
## Version 4.3.0 - October 4, 2018

  - **Improved:** DocumentViewer rendering accuracy and performance.

  - **Improved:** Beautified DocumentViewer user interface. Bookmarks tree has a new look which is faster and more elegant.
    Full text search panel is now more neat. Unified styles of UI elements like dialogs (notable in print dialog)
    and context menus.

  - **Added:** New "Notes Panel" in DocumentViewer (right-side pane) for exploring and searching annotation comments in
    the document.

  - **Added:** DocumentViewer print dialog now contains "Include Comments" option. This will add comment pages after each
    document page that will include the comments (including replies) of annotations on that specific page.

  - **Added:** DocumentViewer.PrintOptions property. These options will be reflected as default values on the print dialog
    of the viewer. For example you can disable HighQuality print option or adjust the level to increase print speed.

  - **Fixed:** Signatures and other annotations in the documents were not being displayed in DocumentViewer.

  - **Fixed:** German language was not working due to a syntax error in the language file (it was translated by a customer).

  - **Changed:** The path for overriding language files is changed to App_GlobalResources\WebViewer\i18n
  • Loading branch information
GleamTech committed Oct 4, 2018
1 parent 4bd65f9 commit f14876e
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.1.5\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.4.2.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.4.3.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="3.1.5" targetFramework="net40"/>
<package id="DocumentUltimate" version="4.2.0" targetFramework="net40"/>
<package id="DocumentUltimate" version="4.3.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.3.1.5\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.4.2.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.4.3.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="3.1.5" targetFramework="net40"/>
<package id="DocumentUltimate" version="4.2.0" targetFramework="net40"/>
<package id="DocumentUltimate" version="4.3.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.3.1.5\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.4.2.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.4.3.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="3.1.5" targetFramework="net40"/>
<package id="DocumentUltimate" version="4.2.0" targetFramework="net40"/>
<package id="DocumentUltimate" version="4.3.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.3.1.5\lib\net40\GleamTech.Core.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\DocumentUltimate.4.2.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\DocumentUltimate.4.3.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="3.1.5" targetFramework="net40"/>
<package id="DocumentUltimate" version="4.2.0" targetFramework="net40"/>
<package id="DocumentUltimate" version="4.3.0" targetFramework="net40"/>
</packages>

0 comments on commit f14876e

Please sign in to comment.