Originally Posted by Doitsu
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
}
|