MVN

com.groupdocs : viewer

Maven & Gradle

Jun 02, 2014
1 usages

GroupDocs Java Viewer · GroupDocs.Viewer is an online document viewer that lets you read documents in your browser, regardless of whether you have the software that they were created in. You can view many types to word processing documents (DOC, DOCX, TXT, RTF, ODT), presentations (PPT, PPTX), spreadsheets (XLS, XLSX), portable files (PDF), and image files (JPG, BMP, GIF, TIFF). For each file, you get a high-fidelity rendering, showing the document just as it would if you opened it in the software it was created in. Layout and formatting is retained and you see an exact copy of the original. GroupDocs.Viewer lets you really read the document. You can search text documents, copy text and even embed the document – GroupDocs.Viewer and all - in a web page. You can print or download the file from GroupDocs.Viewer if you need to work with it offline.

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>viewer</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.groupdocs : viewer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.groupdocs : viewer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
viewer-2.1.0
2.0.x
viewer-2.0.0
1.8.x
viewer-1.8.0

How to add a dependency to Maven

Add the following com.groupdocs : viewer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>viewer</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.groupdocs : viewer gradle dependency to your build.gradle file:

implementation 'com.groupdocs:viewer:2.1.0'

Gradle Kotlin DSL: Add the following com.groupdocs : viewer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.groupdocs:viewer:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.groupdocs : viewer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.groupdocs" % "viewer" % "2.1.0"