Quote:
Originally Posted by RbnJrg
Thank you Doitsu but, where can I find PrincePDF.json in my system? I can't find it anywhere.
|
In Sigil, select
Edit > Preferences > Open Preferences Location then double-click the
plugins_prefs folder and create a new
PrincePDF folder. In the PrincePDF folder, create a PrincePDF.json text file with the following contents:
Code:
{
"prince_path" : "D:\\Program Files (x86)\\Prince\\engine\\bin\\prince.exe"
}
If you add additional entries, you'll need to terminate the line with a comma:
For example:
Code:
{
"prince_path" : "D:\\Program Files (x86)\\Prince\\engine\\bin\\prince.exe",
"cpdf": true
}