TOOLS ----- These are commandline tools. You need to open a dosprompt and run them from there. If you dont know how to do that then too bad ;) CONVERTING BOOKS ---------------- Use CONVERT to convert from HTML to BOOK. Note that convert deals with a subset of the HTML-format so you might be best of stripping away stuff beforehand. Look at the included books as an example. tags are used for special instructions, like indicating chapters and title and author information. (Soon I will add html->html and html->book conversion, so you can use CONVERT to first strip away everything but basic tags, and then finetune the book in HTML). CONVERTING FONTS ---------------- Fonts are bitmapped renderings of normal truetype fonts. TTF2PFONT [-s] [-d] -s Means solid - no antialiasing (usually best for sizes 14 and below). For instance: ttf2pfont c:\WINDOWS\FONTS\arial.ttf 14 -s -dfonts ttf2pfont c:\WINDOWS\FONTS\ariali.ttf 14 -s -dfonts ttf2pfont c:\WINDOWS\FONTS\arialbd.ttf 14 -s -dfonts will create a normal, bold and italic arial font in the "fonts" directory. (Remember to edit your reader.cfg if you want to try the new fonts). -- Sasq