View Single Post
Old 11-20-2009, 10:01 PM   #41
djgreedo
Addict
djgreedo ought to be getting tired of karma fortunes by now.djgreedo ought to be getting tired of karma fortunes by now.djgreedo ought to be getting tired of karma fortunes by now.djgreedo ought to be getting tired of karma fortunes by now.djgreedo ought to be getting tired of karma fortunes by now.djgreedo ought to be getting tired of karma fortunes by now.djgreedo ought to be getting tired of karma fortunes by now.djgreedo ought to be getting tired of karma fortunes by now.djgreedo ought to be getting tired of karma fortunes by now.djgreedo ought to be getting tired of karma fortunes by now.djgreedo ought to be getting tired of karma fortunes by now.
 
djgreedo's Avatar
 
Posts: 285
Karma: 640696
Join Date: Feb 2009
Location: Perth, Australia
Device: Kindle Touch 3G, HP Touchpad (Android), Samsung Omnia 7
Quote:
Originally Posted by =X= View Post
It wouldn't be too hard to add this feature to BookCreator. The hardest part would be to zip/unzip. I know Windows XP has a built in compression to their files. If they allowed VBA to access this lib it should be possible. I just don't want to get into having to add 3rd party libs to make BookCreator work.
Yeah, I'll see if I can figure out a way to do that. It should be possible to create a separate add-in that provides this extra feature separate from Bookcreator.

I'm trying to inject the extra CSS code using Bookcreator's 'Additional Parameters' but it isn't working. What do I put in the box? I've tried:

--extra-css "@font-face { font-family: "Calibri"; font-weight: normal; font-style: normal; src: url (res:///Data/fonts/calibri.ttf);}@font-face { font-family: "Calibri"; font-weight: bold; font-style: normal; src: url(res:///Data/fonts/calibrib.ttf);}@font-face { font-family: "Calibri"; font-weight: normal; font-style: italic; src: url(res:///Data/fonts/calibrii.ttf);}@font-face { font-family: "Calibri"; font-weight: bold; font-style: italic; src: url(res:///Data/fonts/calibriz.ttf);}body { font-family: "Calibri", sans-serif;}"

Is there something fancy I need to do with the quotation marks?
djgreedo is offline   Reply With Quote