DocumentUltimate 1.7.1

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.7.1 - April 24, 2016
- Added: Support for ASP.NET Web Pages projects, now you can use @Html.RenderCss, @Html.RenderJs and @Html.RenderControl
 just like ASP.NET MVC after you add @using GleamTech.Web.WebPages in your page.
- Added: Configuration can now be loaded from or saved to xml or json files.

Version 1.7.0 - April 16, 2016
- Added: Example projects (Mvc.CS, Mvc.VB, WebForms.CS, WebForms.VB) to demonstrate main features.
- Added: Resizable and ResizeHandles properties to allow resizing the control by dragging sides.
- Improved: When IO exceptions occur and a dialog is shown to user, the physical path will be hidden for security purpose.
- Fixed: When no document is specified, an empty viewer will be displayed without any JS errors.
- Fixed: When using SetDocumentStream, the "Download" button failed because a copy of the original stream was not kept
 in cache folder. Now added a new parameter keepStreamCached to this method which is by default set to true.
 This parameter specifies whether to keep the copied stream in cache folder even after it is converted
 to a web-friendly format. If set to false, "Download" button will be disabled ("Download as PDF" button will be
 still available) because the viewer will not know how to access your original stream if it's not cached.
 For example if you are using DownloadUrl property then you will not need to keep a copy of the original stream in cache
 so you can set this to false in that case.