How to remove DRM from Topaz ebooks:
- Install Python
- Open command prompt / terminal and run:
Code:
python cmbtc_dump_nonK4PC.py -d -o TARGETDIR -p 12345678 YOURTOPAZBOOKNAMEHERE
where
- 12345678 - the first 8 characters of your PID
- "TARGETDIR" - target directory (can be ommited)
- YOURTOPAZBOOKNAMEHERE - filename of your Topaz ebook (with the .tpz extension)
- Then, again in the command prompt / terminal, run:
Code:
python gensvg.py TARGETDIR
- Then create HTML file from the SVG file by running the following in the command line / terminal:
Code:
python genhtml.py TARGETDIR
You should get "book.html" file in the TARGETDIR directory. - Convert "book.html" to any other format using Calibre.