Quote:
Originally Posted by =X=
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?