is not current version
Last Version 17.12

com.groupdocs:groupdocs-conversion 1.3.0

GroupDocs.Conversion an advanced class library that allows you to convert back and forth between over 50 document formats from within your Java applications. The library supports all Microsoft Office document formats as well as PDF, HTML and common image file formats (TIFF, JPEG, GIF, PNG, BMP). Documents can be converted one by one on the fly, or added to a conversion queue.

GroupId

GroupId

com.groupdocs
ArtifactId

ArtifactId

groupdocs-conversion
Version

Version

1.3.0
Type

Type

jar

Download groupdocs-conversion 1.3.0


<!-- https://jarcasting.com/artifacts/com.groupdocs/groupdocs-conversion/ -->
<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-conversion</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupdocs/groupdocs-conversion/
implementation 'com.groupdocs:groupdocs-conversion:1.3.0'
// https://jarcasting.com/artifacts/com.groupdocs/groupdocs-conversion/
implementation ("com.groupdocs:groupdocs-conversion:1.3.0")
'com.groupdocs:groupdocs-conversion:jar:1.3.0'
<dependency org="com.groupdocs" name="groupdocs-conversion" rev="1.3.0">
  <artifact name="groupdocs-conversion" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupdocs', module='groupdocs-conversion', version='1.3.0')
)
libraryDependencies += "com.groupdocs" % "groupdocs-conversion" % "1.3.0"
[com.groupdocs/groupdocs-conversion "1.3.0"]