View Single Post
  #13  
Old 04-12-2010, 11:43 PM
Stream Recorder
 
Posts: n/a
Default

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


Quote:
Originally Posted by jcklaus View Post
Running Mac OS X Terminal and using the command line:

python TopazFiles2HTML.pyw MYTOPAZBOOKNAME
The files in the lib directory are used by the script. Make sure to extract the lib directory with the other scripts.

From my understanding, you need to run
1. TopazExtract_Kindle_iPhone.pyw
2. then run TopazFiles2XML.pyw,
3. and then run either TopazFiles2SVG.pyw or TopazFiles2HTML.pyw
May be I'm wrong. I don't have a Kindle to check it out.

You can also try to run cmbdtc.py on your Topaz ebook
Code:
cmbtc_dump.py -d -o TARGETDIR [-p pid] YOURTOPAZBOOKNAMEHERE
and see whether you get any errors.
Reply With Quote