View Single Post
Old 01-19-2018, 10:28 AM   #13
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,741
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Julie34 View Post
How do I find the place to do this kind of change?
The plugin the PrincePDF plugin folder contains a style.css stylesheet that you can customize according to your needs.
However, this stylesheet isn't used by default. In order to use it, you'll have to edit the PrincePDF.json file and change it from:

Code:
{
  "output_dir": "C:\\Users\\User\\Desktop"
}
to:

Code:
{
  "style": true,
  "output_dir": "C:\\Users\\User\\Desktop"
}
(Obviously, your user name will differ.)

To open the folder that contains PrincePDF.json:
  1. Press Windows+R (Run)
  2. Copy and paste %USERPROFILE%\AppData\Local\sigil-ebook\sigil\plugins_prefs\PrincePDF and press Enter.

To open the folder that contains style.css:
  1. Press Windows+R (Run)
  2. Copy and paste %USERPROFILE%\AppData\Local\sigil-ebook\sigil\plugins\PrincePDF and press Enter.

If you find this too complicated, you might want to use Jellby's Calibre Prince plugin, which comes with a nice GUI.
Doitsu is offline   Reply With Quote