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.
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-networkoption 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.