You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to pass in custom executable options? I've not been able to see anywhere these can be set from reading the source code. For instance I want to be able to set the --no-network option when running in the test environment to prevent pdf generation from loading external images.
Prince supports lots of executable options, if there is currently no way to set them it would be good to have a way to be able to do this. I'm open to suggestions on the best way to implement and then I can submit a PR.
The text was updated successfully, but these errors were encountered:
mustmodify
added a commit
to mustmodify/princely
that referenced
this issue
Oct 18, 2019
I need to pass in --disallow-copy but am unable to do so because the executable options does not accept an argument to merge in other options for Prince, which are aplenty.
Is there a way to pass in custom executable options? I've not been able to see anywhere these can be set from reading the source code. For instance I want to be able to set the
--no-network
option when running in the test environment to prevent pdf generation from loading external images.Prince supports lots of executable options, if there is currently no way to set them it would be good to have a way to be able to do this. I'm open to suggestions on the best way to implement and then I can submit a PR.
The text was updated successfully, but these errors were encountered: