Skip to content

Commit

Permalink
Index page links (#63)
Browse files Browse the repository at this point in the history
* Added links to releases and nuget
  • Loading branch information
vladimir-litvinchik committed Jun 25, 2023
1 parent 7f7b031 commit a6acfca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions net/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ fullWidth: True
---
<img src="/viewer/net/images/home.png" alt="groupdocs-viewer-net-home" align="left" style="width:110px; margin: 0 30px 30px 0"/>

<img src="https://img.shields.io/nuget/v/groupdocs.viewer?label=Nuget" alt="Nuget">
<img src="https://img.shields.io/nuget/dt/GroupDocs.Viewer?label=nuget%20downloads" alt="Nuget">

{{< button style="primary" link="https://releases.groupdocs.com/viewer/net/release-notes/" >}} <svg class="gdoc-icon gdoc-product-doc__btn-icon"><use xlink:href="/img/groupdocs-stack.svg#document"></use></svg> Release notes {{< /button >}}
{{< button style="primary" link="https://www.nuget.org/packages/groupdocs.viewer" >}} <svg class="gdoc-icon gdoc-product-doc__btn-icon"><use xlink:href="/img/groupdocs-stack.svg#nuget"></use></svg> NuGet package {{< /button >}}
{{< button style="primary" link="https://releases.groupdocs.com/viewer/net/" >}} {{< icon "gdoc_download" >}} Download ZIP or MSI {{< /button >}}


GroupDocs.Viewer for .NET is a powerful, high-performance, and cross-platform library that allows you to build desktop and web [file viewer applications](https://en.wikipedia.org/wiki/File_viewer) using C#.

GroupDocs.Viewer supports over [170 popular file formats](/viewer/net/supported-document-formats). Load text documents, spreadsheets, presentations, PDF files, web pages, email messages, and images and render/display them in HTML, PDF, PNG, and JPEG formats. You can render the entire document or specific pages.
Expand Down

0 comments on commit a6acfca

Please sign in to comment.