Spire.OfficeViewer 6.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Spire.OfficeViewer --version 6.6.0
NuGet\Install-Package Spire.OfficeViewer -Version 6.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="Spire.OfficeViewer" Version="6.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Spire.OfficeViewer --version 6.6.0
#r "nuget: Spire.OfficeViewer, 6.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 Spire.OfficeViewer as a Cake Addin
#addin nuget:?package=Spire.OfficeViewer&version=6.6.0

// Install Spire.OfficeViewer as a Cake Tool
#tool nuget:?package=Spire.OfficeViewer&version=6.6.0

.NET Viewer Component to Display MS Office and PDF Documents

Product Page | Forum | Customized Demo | Temporary License

Spire.OfficeViewer for .NET is a powerful Office Viewer component for developers to load Word, Excel, PowerPoint and PDF files and view them in a Windows Form application. It supports to view and print DOC, DOCX, DOT, XLS, XLSX, XLSB, ODS, PPT, PPTX, PPS, PPSX and PDF file formats. As a standalone library, Spire.OfficeViewer does not requires any other 3rd party library to be installed on system.

Main Functions

  • Load MS Office and PDF documents from disk or stream, and display them in a Windows Form application.
  • Load encrypt documents.
  • Set your display preferences, such as zoom in/out, fit width/height, and single/two page view.
  • Print documents.
  • Convert Word, Excel and PowerPoint documents to PDF and XPS.

How to Use this Viewer Component?

Create a Windows Form application, and install Spire.OfficeViewer for .NET via NuGet. You’ll find the controls offered by Spire.OfficeViewer in the Toolbox of your Visual Studio. There are three controls which you can drag into your Windows Form application directly, namely DocumentToolbar, DocumentViewer and OfficeViewer.

  • OfficeViewer: A viewer control with a pre-defined toolbar.
  • DocumentViewer: A viewer control without toolbar. You can customize a toolbar if you want.
  • DoucmentToolbar: A toolbar control only.

controls

OfficeViewer Control

Drag OfficeViewer into your Form1, and add the following line of code in your Form1.cs.

this.officeViewer1.LoadFromFile(@"C:\Users\Administrator\Desktop\Invoice-Template.docx");

Run the project, and you’ll get the following result.

officeviewer

DocumentViewer Control

If you drag DocumentViewer into your Form1, and add the following line of code in your Form1.cs.

this.documentViewer1.LoadFromFile(@"C:\Users\Administrator\Desktop\Invoice-Template.docx");

Then, you’ll get the output as follows after running the project.

documentviewer

Product Page | Forum | Customized Demo | Temporary License

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Spire.OfficeViewer:

Package Downloads
Spire.Office

Spire.Office for .NET is a combination of Enterprise-Level Office .NET components offered by E-iceblue. It includes Spire.Doc, Spire XLS, Spire.Presentation, Spire.PDF, Spire.DataExport, Spire.PDFViewer, Spire.DocViewer, Spire.Email and Spire.BarCode. Spire.Office contains the most up-to-date versions of the above .NET components. From Spire.Office 3.10.1, Spire.Office supports to work on .NET Core,.NET Standard, Xamarin. With Spire.Office for .NET, developers can create a wide range of applications. It enables developers to open, create, modify, convert, print, View MS Word, Excel, PowerPoint and PDF documents. Furthermore, it allows users to export data to popular files such as MS Word/Excel/RTF/Access, PowerPoint, PDF, XPS, HTML, XML, Text, CSV, DBF, Clipboard, SYLK, etc. As an independent Office .NET component, Spire.Office doesn't need Microsoft Office to be installed on neither the development nor target systems. In addition, it is a better alternative to MS Office Automation in terms of security, stability, scalability, speed, price and features. Spire.Office for .NET can be linked into any type of a 32-bit or 64-bit .NET application including ASP.NET, Web Services and WinForms for .NET Framework version 2.0 to 4.5, .NET Core, .NET standard 2.0

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.7.10 21 4/28/2024
8.5.3 2,326 5/23/2023
7.5.0 2,109 5/18/2022
7.1.0 1,327 1/25/2022
6.6.0 814 6/15/2021
6.1.0 665 1/21/2021
5.4.1 843 4/21/2020
5.1.0 795 1/14/2020
4.1.0 2,094 1/18/2019
2.14.5 1,910 9/15/2016

Spire.Officeviewer 6.6.0

Bug Fixes:
Fixes the issue that the watermark was displayed incomplete after opening the Word file.(SPIREOFFICEVIEWER-23)