Quote:
Originally Posted by Jim2100
First I hope that I am posting this in the right area. If not please advise and I will change it, as this is my first post here.
Here is my dilemma.
I have a new Galaxy Tab S tablet, with Moon+Reader Pro installed. I have loaded three books on it after much difficulty figuring it out. I had to upload to Drop Box then download onto my tablet. Two of the books are fine. they are in E pub format. The third is not available originally as an eBook. So when I found it, it was in PDF. I converted it to e Pub with Claibre. But the problem is, the pages do not display as you would expect a book to be rendered. Instead I get two tiny pages on the screen. I can expand them with two fingers to make larger, but then the type is not the best. And needless to say, this is not a comfortable way to read. This is my first attempt at using an e reader.
Thanks
Jim
|
theoritically a pdf to epub (html) proper conversion is impossible, all those conversion tools rely on css properties set on div elements, so in output epub files there are no tags like h1, h2, p strong. this means poor reading experience.
btw i am currently working on such tool but i am stuck after some level of success.