b

blobbase

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.
http://www.blobbase.org/
Apache License 2.0
Developer Jackson
Files download
File Operation
blobbase-1.0.0.jar download
blobbase-1.0.0.pom download
blobbase-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.blobbase</groupId>
  <artifactId>blobbase</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.blobbase:blobbase:1.0.0'
Gradle Kotlin
implementation("org.blobbase:blobbase:1.0.0")
Scala SBT
libraryDependencies += "org.blobbase" % "blobbase" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.blobbase', module='blobbase', version='1.0.0')
)
Apache Ivy
<dependency org="org.blobbase" name="blobbase" rev="1.0.0" />
Leiningen
[org.blobbase/blobbase "1.0.0"]
Apache Buildr
'org.blobbase:blobbase:jar:1.0.0'
Dependencies