Skip to content

DocumentUltimate v4.3.0

Compare
Choose a tag to compare
@GleamTech GleamTech released this 04 Oct 14:23
· 92 commits to master since this release

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

Included example projects:

  • ASP.NET WebForms (C#)
  • ASP.NET WebForms (VB)
  • ASP.NET MVC (C#)
  • ASP.NET MVC (VB)
  • ASP.NET Core (C#)