is not current version
Last Version 1.0.2

com.bit-scout:pdf-converter 1.0.0

A Java library to convert .pdf files into .txt, .jpg, .png, .epub and .zip formats.

Categories

Categories

PDF Data
GroupId

GroupId

com.bit-scout
ArtifactId

ArtifactId

pdf-converter
Version

Version

1.0.0
Type

Type

jar

Download pdf-converter 1.0.0


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