Forum Feature requests

Accept License from STDIN

jchamberlain
Hi,

I'm using PrinceXML inside a Docker container, and of course I don't want to build my license into the image. I'd love to be able to have an environment variable containing the license string, which I can then pass to Prince in some manner. (This is closely related to the question at http://www.princexml.com/forum/topic/2632/how-can-i-use-a-particular-license.dat-file-without-changing).

Is there any plan for such an option?
mikeday
You can include your license file but delete the text in the <signature> field, rendering it inoperable, then pass that text in on the command-line with the --license-key option.
jchamberlain
Oh ok, I'll try that. Thanks!