Questions tagged [pdb-palm]
5 questions
2
votes
1 answer
How to open a pdb file in Python?
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
vote
1 answer
eBooks and the .pdb format
I've been struggling for a couple of weeks trying to get a .epub file to dynamically "paginate" into multiple UIWebviews on the iPad to make an enhanced ebook app. If anyone has downloaded the Adderall Diaries app, or used the app "eReader", we want…

Chris
- 884
- 1
- 11
- 30
0
votes
1 answer
PDB or ePUB format ebook reader for iPhone
I would like to ask you guys if there is any example source code available for Ebook reader for iPhone that loads any of these format files (PDB or ePUB).
Thanks in advance.

user549211
- 179
- 2
- 5
- 14
0
votes
1 answer
Any tutorial for Python PalmDB library?
I've downloaded the Python PalmDB lib, but can't find any info on how to use it. I've tried reading docstrings and so far I've been able to come up with the following code:
from pprint import pprint
from PalmDB.PalmDatabase import PalmDatabase
pdb…

Fluffy
- 27,504
- 41
- 151
- 234
0
votes
2 answers
How to read pdb format by javascript?
I know that it is a databases in Palm OS, as the development is shift to webOS. Is there any third party javascript library to do the work? or it needs to write manually?

DNB5brims
- 29,344
- 50
- 131
- 195