DocumentUltimate.NuGetOrg 3.11.0

Suggested Alternatives

GleamTech.DocumentUltimate

Additional Details

This package has been renamed to GleamTech.DocumentUltimate, please install the latest version of GleamTech.DocumentUltimate instead of this package.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DocumentUltimate.NuGetOrg --version 3.11.0
NuGet\Install-Package DocumentUltimate.NuGetOrg -Version 3.11.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DocumentUltimate.NuGetOrg" Version="3.11.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DocumentUltimate.NuGetOrg --version 3.11.0
#r "nuget: DocumentUltimate.NuGetOrg, 3.11.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DocumentUltimate.NuGetOrg as a Cake Addin
#addin nuget:?package=DocumentUltimate.NuGetOrg&version=3.11.0

// Install DocumentUltimate.NuGetOrg as a Cake Tool
#tool nuget:?package=DocumentUltimate.NuGetOrg&version=3.11.0

DocumentUltimate is an ASP.NET Document Viewer and Converter which supports both ASP.NET MVC and
       ASP.NET WebForms web applications/web sites. DocumentUltimate can also be used with
       .NET desktop applications for conversion between several document formats.

Features:

- Universal web document viewer which works on both desktop and mobile browsers.

- Crystal-clear zooming. High resolution rendering, preserving text and graphics (no rasterization) exactly as they are in the original.

- Fast document loading, the whole document is not loaded at once, document pages are loaded as you are about to view them.

- Search text within document. Navigate with bookmarks/outlines.

- Change page layout modes (e.g. single page or facing pages), rotate pages and view on full screen.

- Print, download original or download as PDF inside the viewer.

- Secure document viewing, copy protection (DRM). Viewed documents are encrypted so they are copy-protected out of the box. Ability to disable downloading the original document or replicating it via printing or selecting and copying text.

- Watermark document pages with text or image. Customize the watermarks with wide range of options e.g. position, size, rotation, opacity, color.

- Pre-higlight keywords in the document, e.g. if you launch the document viewer from a search results page, you can higlight the searched keywords.

- Self-contained conversion engine, no external dependencies, e.g. you don't need to install Microsoft Office on your server.

- Single managed DLL which works both on 32-bit and 64-bit for hassle-free development and deployment.

- Supports being used in desktop or console applications for converting between document formats. Only the document viewer is dependant on web applications.

Supported Formats:
- Portable Formats(.pdf, .xps, .oxps, .xpz)
- Word Processing Formats(.docx, .docm, .dotx, .dotm, .doc, .dot, .rtf, .odt, .ott)
- Spreadsheet Formats(.xlsx, .xlsm, .xltx, .xltm, .xlam, .xlsb, .xls, .xlt, .xml, .csv, .tsv, .dif, .ods, .ots)
- Presentation Formats(.pptx, .pptm, .potx, .potm, .ppsx, .ppsm, .ppt, .pps, .odp, .otp)
- Diagram Formats(.vsdx, .vsdm, .vstx, .vstm, .vssx, .vssm, .vdx, .vsx, .vtx, .vsd, .vss, .vst, .vdw)
- Project Management Formats(.mpp, .mpt, .mpx)
- Email Formats(.msg, .eml, .emlx)
- Ebook Formats(.epub, .mobi)
- Markup Formats(.html, .htm, .mht, .mhtml, .web)
- Text Formats(.txt)
- Cad Formats(.dwg, .dxf)
- Scanner Image Formats(.tif, .tiff, .djvu, .dcm)
- Vector Image Formats(.ps, .svg, .emf, .xaml)
- Raster Image Formats(.psd, .jpg, .jpeg, .jpe, .jfif, .jp2, .jpf, .jpx, .j2k, .j2c, .jpc, .jxr, .wdp, .hdp, .png, .gif, .webp, .bmp, .wmf, .dib)

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 3.11.0 - February 17, 2018

 - **Improved:** Added MVC layout and partial view examples to MVC example projects.

 - **Added:** AllowedPermissions and DeniedPermissions properties to DocumentViewer. Now all actions on the toolbar
   and the tabs on the left pane can be turned on or off by DocumentViewerPermissions (JS is no more is needed
   to hide buttons).
   - Available permissions:

     Download
     DownloadAsPdf
     Print
     SelectText
     NavigatePages
     NavigateHistory
     Zoom
     Pan
     ChangeFitMode
     ChangeLayoutMode
     Rotate
     Find
     GoFullScreen
     ViewThumbnails
     ViewBookmarks
     Search

   - API changes:

     - DownloadEnabled="False" -> DeniedPermissions="Download"
                                  documentViewer.DeniedPermissions = DocumentViewerPermissions.Download
     - DownloadAsPdfEnabled="False" -> DeniedPermissions="DownloadAsPdf"
                                       documentViewer.DeniedPermissions = DocumentViewerPermissions.DownloadAsPdf
     - PrintEnabled="False" -> DeniedPermissions = "Print"
                               documentViewer.DeniedPermissions = DocumentViewerPermissions.Print
     - TextSelectionEnabled="False" -> DeniedPermissions = "SelectText"
                                       documentViewer.DeniedPermissions = DocumentViewerPermissions.SelectText
 
 - **Added:** FitMode, LayoutMode and ZoomLevel properties to DocumentViewer. Now you can set the initial display
   settings for the document (JS is no more is needed). FitMode is the initial mode for fitting pages to the viewer,
   e.g. fit width and fit page. LayoutMode is the initial mode for placing pages within the viewer,
   e.g. continuous, facing etc. ZoomLevel is the initial zoom level in percentage of the document, it's effective
   only when FitMode.Zoom is used.

 - **Added:** MobileMode property to to DocumentViewer. You can now choose when to turn on mobile document viewer,
   e.g. MobileMode.OnPhone means it will be used only on phones but not tablets.
   Note that using full document viewer on mobile devices would cause performance issues (slow rendering),
   so you should prefer mobile document viewer which is optimized for mobile devices.

 - **Fixed:** Occasionally, icons in DocumentViewer toolbar would show gibberish, especially after refreshing the
   host page. This was due to a problem loading font icons.