c

convertapi

The ConvertAPI helps to convert 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 file 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
文件下载
文件名 操作
convertapi-2.12.jar 下载
convertapi-2.12.pom 下载
convertapi-2.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.convertapi.client</groupId>
  <artifactId>convertapi</artifactId>
  <version>2.12</version>
</dependency>
Gradle Groovy
implementation 'com.convertapi.client:convertapi:2.12'
Gradle Kotlin
implementation("com.convertapi.client:convertapi:2.12")
Scala SBT
libraryDependencies += "com.convertapi.client" % "convertapi" % "2.12"
Groovy Grape
@Grapes(
  @Grab(group='com.convertapi.client', module='convertapi', version='2.12')
)
Apache Ivy
<dependency org="com.convertapi.client" name="convertapi" rev="2.12" />
Leiningen
[com.convertapi.client/convertapi "2.12"]
Apache Buildr
'com.convertapi.client:convertapi:jar:2.12'