برای تبدیل فایل های PDF بع عکس، Ghost4J را با استفاده از Maven بصورت زیر تنظیم کرده ام:
<repositories>
<repository>
<id>org.ghost4j.repository.releases</id>
<name>Ghost4J releases</name>
<url>http://repo.ghost4j.org/maven2/releases</url>
</repository>
<repository>
<id>org.ghost4j.repository.snapshots</id>
<name>Ghost4J snapshots</name>
<url>http://repo.ghost4j.org/maven2/snapshots</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.ghost4j</groupId>
<artifactId>ghost4j</artifactId>
<version>0.5.0</version>
</dependency>
</dependencies>
در زمان تبدیل بعضی از PDF ها خطای زیر را می دهد:
java.lang.NoClassDefFoundError:
org/bouncycastle/asn1/DEREncodable