DocumentUltimate 1.5.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Version 1.1.0 - March 24, 2016
- Added: New redesigned Document Viewer with same features.

Version 1.5.0 - April 4, 2016
- Added: New document conversion engine.
- Added: "Download" and "Download as PDF" buttons to the toolbar. The control will internally handle the downloads.
- Added: DisableDownload property to disable downloading if required. This only effects the "Download" button which
 downloads the original document when clicked. "Download as Pdf" button is effected by DisablePrint property because
 downloading for example a DOCX file as a PDF file is considered same as printing that document.
- Added: DownloadFileName property for overriding the original file name when downloading.
- Added: DownloadUrl property to override the default download behaviour, i.e you can specify your custom url which handles
 the download instead.
- Added: FullViewport property to make the control fit the browser's viewport (interior of the browser window).
- Improved: The toolbar is now reponsive, buttons will not be hidden and they will flow naturally to next row below.
 So all the available buttons will be visible regardless of the viewer size. Also the buttons are spaced better.
- Improved: Added borders around the control as the new white/gray theme was being blended to the background.
- Changed: Renamed DisablePrinting property to DisablePrint.
- Changed: SetDocumentStream method now requires full file name rather than only file extension.
 The file name will be used as the original file name when DownloadFileName is not set.
- Fixed: Some scanned documents were displayed as blurred, i.e. the text was unreadable.
- Fixed: Some XPS files were not being displayed at all.
- Fixed: Even when the printing was disabled, the user could still open "Print Dialog" by pressing CTRL + P.
- Fixed: First-time viewing message "Please wait..." blocked the whole page not just the owner control.