c

convertapi

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.
https://www.convertapi.com/
The MIT License
Jonas Jasas
Files download
File Operation
convertapi-2.2.jar download
convertapi-2.2.pom download
convertapi-2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.convertapi.client</groupId>
  <artifactId>convertapi</artifactId>
  <version>2.2</version>
</dependency>
Gradle Groovy
implementation 'com.convertapi.client:convertapi:2.2'
Gradle Kotlin
implementation("com.convertapi.client:convertapi:2.2")
Scala SBT
libraryDependencies += "com.convertapi.client" % "convertapi" % "2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.convertapi.client', module='convertapi', version='2.2')
)
Apache Ivy
<dependency org="com.convertapi.client" name="convertapi" rev="2.2" />
Leiningen
[com.convertapi.client/convertapi "2.2"]
Apache Buildr
'com.convertapi.client:convertapi:jar:2.2'