2

I've got an e-book (viewable with isilo) in a pdb file. Is it possible to read it's contents with Python (perl, ruby, php)?

Fluffy
  • 27,504
  • 41
  • 151
  • 234

1 Answers1

4

PDB was designed for Palm pilots in the very beginning. isilo started kind of as a universal reader on PDAs so they've also implemented the PDB protocol.

For python, you can use the Python PalmDB library.

rxin
  • 1,786
  • 16
  • 25