Quote:
Originally Posted by RbnJrg
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.