View Single Post
  #26  
Old 06-13-2010, 11:53 AM
jcklaus jcklaus is offline
Junior Member
 
Join Date: Apr 2010
Posts: 7
jcklaus is on a distinguished road
Default

Re: How to convert Topaz ebooks to HTML (Remove DRM from TPZ and AZW1 books for Kindl


Quote:
Originally Posted by yankgirl013 View Post
Hi, I'm hoping someone can help me here. I'm trying to remove a DRM off a topaz file and I'm not getting anywhere. I'm using a Mac OS.
I've downloaded all the files listed, but I keep getting a 'Can not find dict0000.dat file' error.

Is there a way we can 'dumb' the directions down? I've removed them from azw and mobi using terminal and python scripts.

Thanks so much!!!

It really doesn't matter what I convert it to, I can just change it to epub using calibre
Another user solved this for me. You need to do one additional conversion step in the Terminal using python to turn it into an html file. Type:

python genhtml.py TARGETDIR

Where TARGETDIR is the name of your folder. You'll get an html file called book.html which you can use in calibre
Reply With Quote