View Single Post
  #11  
Old 04-12-2010, 03:12 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

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


How to remove DRM from Topaz ebooks:
  1. Install Python
  2. 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)
  3. Then, again in the command prompt / terminal, run:

    Code:
    python gensvg.py TARGETDIR
  4. 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.
  5. Convert "book.html" to any other format using Calibre.
Reply With Quote