groupdocs-viewer-dotnet 2.6.0

Suggested Alternatives

GroupDocs.Viewer

Additional Details

GroupDocs.Viewer API has been moved to a new package "GroupDocs.Viewer" with new & improved feature set.

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 groupdocs-viewer-dotnet --version 2.6.0
NuGet\Install-Package groupdocs-viewer-dotnet -Version 2.6.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="groupdocs-viewer-dotnet" Version="2.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add groupdocs-viewer-dotnet --version 2.6.0
#r "nuget: groupdocs-viewer-dotnet, 2.6.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 groupdocs-viewer-dotnet as a Cake Addin
#addin nuget:?package=groupdocs-viewer-dotnet&version=2.6.0

// Install groupdocs-viewer-dotnet as a Cake Tool
#tool nuget:?package=groupdocs-viewer-dotnet&version=2.6.0

GroupDocs.Viewer for .NET is a flexible library that enables you to display documents and images of more than 45 file formats from within your web & mobile applications. The library is 100% independent and doesn't require any 3rd-party software installation. This allows end users to, for example, view PDF documents from within your .NET applications without having to install Adobe Reader.

With GroupDocs' document viewer for .NET, your app's users can view documents and images of the following file formats:

- Portable Document Format: PDF
- Microsoft Word: DOC, DOCX, DOCM, DOT, DOTX, DOTM
- Microsoft Excel: XLS, XLSX, XLSM, XLSB, XML
- Microsoft PowerPoint: PPT, PPTX
- Microsoft Visio: VSD, VDX, VSS, VSX, VST, VTX, VSDX, VDW
- Microsoft Project: MPP, MPT
- Microsoft Outlook: MSG, EML
- OpenDocument Formats: ODT, OTT, ODS, ODP
- Rich Text Format: RTF
- Plain Text File: TXT
- Comma-Separated Values: CSV
- HyperText Markup Language: HTM, HTML, MHT, MHTML
- XML Paper Specification: XPS
- AutoCAD Drawing File Format: DXF
- Image files: BMP, GIF, JPG, PNG, TIFF
- Electronic publication: EPUB

Documents can be both rasterized and converted to SVG+HTML+CSS, delivering high-fidelity native text rendering.

GroupDocs.Viewer for .NET comes with a convenient UI, which allows users to easily navigate documents when viewing them. For instance, users can scroll multi-page documents, turn pages with the Go Forward/Backward buttons, jump straight to a specified page, search for text within the document using keywords, preview pages with thumbnails, zoom, print and download documents right from a web-browser.

For more details on the GroupDocs.Viewer for .NET Library, please visit our website:
http://groupdocs.com/dot-net/document-viewer-library

Note: this download contains a fully working version of the product, however without a license set it will run in evaluation mode with some limitations. To test GroupDocs' document viewer for .NET library without evaluation limitations, request a free 30-day temporary license.

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.

This package has no dependencies.

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

We are pleased to share a new version of GroupDocs.Viewer for .NET, with the following improvements
Bugs Fixed
WEB-1022    Viewer.NET - "500 Internal Server Error" occurs in browser console for particular file with "UseHtmlBasedEngine(true)"
WEB-1072    Viewer.NET - Watermark is not displayed for HTML-based engine
WEB-1075    Viewer.NET - User isn't navigated to the next word after click on "Search Forward" button for EXCEL/HTML/TXT documents with "UseHtmlBasedEngine(true)"
WEB-1082    Viewer.NET - Error "Cannot read property 'ch' of undefined" occurs in browser console after specific steps
WEB-1095    Only the first thumbnail loads for an MSG file when .SupportTextSelection(false) and .UseHtmlBasedEngine(true)
WEB-1108    Viewer.NET - Searched word is not highlighted after specific steps
WEB-1111    When using the Azure storage, an exception is thrown: DropNet 1.8.2 A strongly-named assembly is required
WEB-1114    "The process cannot access the file \temp\S\2741_1.pdf" when opening the same document from multiple workstations
WEB-1117    Bad quality of images in PPT files opened by the image-based engine
WEB-1118    A black rectangle instead of an image in a PPT file opened by the HTML-based engine
WEB-1121    The page rotation turns into stretching after zooming in or out
WEB-1124    NullReferenceException when opening 2 PDF documents
WEB-1125    IndexOutOfRangeException when opening 2 PDF files by the HTML-engine
WEB-1128    Viewer.NET - "SupportTextSelection(false)" option doesn't work with "UseHtmlBasedEngine(false)"
WEB-1136    The WinForms control fails without any error messages on damaged and unsupported files
WEB-1149    Viewer.NET - Viewer is not navigated to searched word after specific steps
WEB-851    Viewer.NET - Icons of "View Mode" dropdown values aren't displayed
WEB-965    Viewer.NET - A big image is not displayed if set up ".UseHtmlBasedEngine(true)"
WEB-976    Viewer.NET - Some embed images are displayed with black area for particular pptx file if use html engine
Improvements
WEB-1115    Friendlier exception messages for users
WEB-1120    Prefix image URLs for Excel files without using Regex in the HTML engine
WEB-1126    A dialog window showing print progress
WEB-1158    Create HTML pages from PowerPoint documents without using Regex
New Features
WEB-1132    The ability to specify a Viewer license as a stream
WEB-1139    WinForms control: DocumentOpenedEvent support