Quote:
Originally Posted by Julie34
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:
- Press Windows+R (Run)
- Copy and paste %USERPROFILE%\AppData\Local\sigil-ebook\sigil\plugins_prefs\PrincePDF and press Enter.
To open the folder that contains
style.css:
- Press Windows+R (Run)
- 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.