PdbConverter is a tool for converting PalmOS PDB files into more common file formats.
The source code can be found at GitHub and is distributed under the terms of GNU General Public License Version 3.
Please install Java, then download the latest precompiled jar from GitHub and run it:
java -jar pdbconverter.jar --gui
There is also a command line interface. You will get help if you omit the --gui option.
pdbconverter is not just a conversion tool, but also serves as a library for reading PalmOS pdb files. To use it your project, just add this to your pom.xml:
<dependency> <groupId>org.shredzone.pdbconverter</groupId> <artifactId>pdbconverter</artifactId> <version>1.11-SNAPSHOT</version> </dependency>