g

groupdocs-viewer

GroupDocs.Viewer for Java is a powerful document viewer component that allows you to display over 50 document formats in your Java applications. The viewer can both rasterize documents and convert them to SVG+HTML+CSS, delivering true-text high-fidelity rendering. Supported file formats include: Microsoft Office, Microsoft Visio, Microsoft Project, Outlook documents, PDF, AutoCAD, Image files (JPG, BMP, GIF, TIFF, etc.) and many more formats.
http://groupdocs.com/products/viewer/java
GroupDocs License, Version 1.0
Marketplace Team
Files download
File Operation
groupdocs-viewer-17.5.0.jar download
groupdocs-viewer-17.5.0.pom download
groupdocs-viewer-17.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.groupdocs</groupId>
  <artifactId>groupdocs-viewer</artifactId>
  <version>17.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.groupdocs:groupdocs-viewer:17.5.0'
Gradle Kotlin
implementation("com.groupdocs:groupdocs-viewer:17.5.0")
Scala SBT
libraryDependencies += "com.groupdocs" % "groupdocs-viewer" % "17.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.groupdocs', module='groupdocs-viewer', version='17.5.0')
)
Apache Ivy
<dependency org="com.groupdocs" name="groupdocs-viewer" rev="17.5.0" />
Leiningen
[com.groupdocs/groupdocs-viewer "17.5.0"]
Apache Buildr
'com.groupdocs:groupdocs-viewer:jar:17.5.0'
Dependencies