MVN

com.groupdocs : groupdocs-conversion

Maven & Gradle

Mar 07, 2018

GroupDocs.Conversion Java 17.12 · GroupDocs.Conversion is an online document conversion app that lets you convert documents in your browser. With GroupDocs.Conversion, it doesn’t matter if you have the application that the document was created with: simply convert it to a format you can work with. Converted documents retain the layout and look of the original. With GroupDocs.Conversion, you perform online document conversion. Convert many types of word processing documents (DOC, DOCX, TXT, RTF, ODT), presentations (PPT, PPTX), spreadsheets (XLS, XLSX), portable files (PDF), and image files (JPG, BMP, GIF, TIFF) to other file formats. For example, convert TIFF images to document friendly BMP format, or internet ready PNG format. Or convert open document files, ODT, to Microsoft Word document formats like DOC and DOCX. You can even convert Microsoft PowerPoint presentations from PTT or PPTX to portable PDF documents. From one file to hundreds, online document conversion with GroupDocs.Conversion is fast and easy.

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-conversion</artifactId>
    <version>17.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 17.12

All Versions

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

Version Vulnerabilities Updated
17.12
groupdocs-conversion-17.12
17.10
groupdocs-conversion-17.10
17.7.x
groupdocs-conversion-17.7.1
17.7
groupdocs-conversion-17.7
17.3.x
groupdocs-conversion-17.3.0
16.10.x
groupdocs-conversion-16.10.1
3.0.x
groupdocs-conversion-3.0.0
1.3.x
groupdocs-conversion-1.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-conversion</artifactId>
    <version>17.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.groupdocs:groupdocs-conversion:17.12'

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

implementation("com.groupdocs:groupdocs-conversion:17.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.groupdocs" % "groupdocs-conversion" % "17.12"

Advertisement