View Single Post
Old 04-02-2019, 02:27 AM   #20
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,735
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by RbnJrg View Post
Would it be possible to modify your "plugin.py" file so the path to Prince.exe is able to be different from the standar location?
You can specify a custom prince path by inserting the following entry at the beginning of PrincePDF.json:

Code:
  "prince_path" : "D:\\Program Files (x86)\\Prince\\engine\\bin\\prince.exe",
(Obviously, you'll need to change the path.)

Note also that you'll have to use double backslashes (\\) in Windows paths.
Doitsu is offline   Reply With Quote