View Single Post
Old 12-26-2020, 02:32 PM   #1099
rdsk
Member
rdsk began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Oct 2016
Device: Kindle 3 (3GB)
Exclamation Conversion works for some .azw but not this one?

Quote:
Originally Posted by DNSB View Post
In response to a PM from a user who has a space in her user name, I modified the cmd file to add a "" and "s around the command line that runs kindle.exe. Without the blank "", Windows treated the command line as the title.

Spoiler:
Code:
reg delete "HKEY_CURRENT_USER\SOFTWARE\Amazon\Kindle\User Settings" /v "isKRFDRendererSupported" /f
start "" "%LOCALAPPDATA%\Amazon\Kindle\application\kindle.exe"
:repeat
timeout 1
reg query "HKEY_CURRENT_USER\SOFTWARE\Amazon\Kindle\User Settings" /v "isKRFDRendererSupported"
if ERRORLEVEL 1 goto :repeat
reg add "HKEY_CURRENT_USER\SOFTWARE\Amazon\Kindle\User Settings" /v "isKRFDRendererSupported" /t REG_SZ /d "false" /f
Hi, I successfully converted two .azw files to pdf using your method and calibre via version 1.30 of Kindle for PC. These files had just two files in the book's subdirectory in "My Kindle Content" folder: one with extension .azw and another with extension .mbpV2. Thank you for these two.
I then tried to convert a third .azw file but that book's subdirectory contained: one .azw file, one .mbpV2, one .azw.md file, 10 .azw.res files, one .voucher file.
So these last three types did not appear in the subdirectories of the books for which your method worked.
The voucher file was of form
amzn1.drm-voucher.v1.axxxxxb-4xxxxxd-8xx2-2xxxxxx3.voucher
Please tell me if there is anything I can do to convert to pdf this more complex file structure - in Calibre or other software - and what the different file types are eg the voucher file.
rdsk is offline