is not current version
Last Version 2.7

com.convertapi.client:convertapi 2.3

The ConvertAPI helps converting various file formats. Creating PDF and Images from various sources like Word, Excel, Powerpoint, images, web pages or raw HTML codes. Merge, Encrypt, Split, Repair and Decrypt PDF files. And many others files manipulations. In just few minutes you can integrate it into your application and use it easily. The ConvertAPI client library makes it easier to use the Convert API from your Java 8 projects without having to build your own API calls.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.convertapi.client
ArtifactId

ArtifactId

convertapi
Version

Version

2.3
Type

Type

jar

Download convertapi 2.3


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