Is there a way to invoke Prince on Windows without showing the UI? We have an application which utilizes Prince by invoking it from a Ruby script. On Unix systems we just execute the following:
prince --server --input=html --log=... --baseurl='...' - -o -
and Prince takes our HTML and gives us back a PDF. When I run the same code under Windows, I get the UI window popping up instead.
Thanks.
Jim
prince --server --input=html --log=... --baseurl='...' - -o -
and Prince takes our HTML and gives us back a PDF. When I run the same code under Windows, I get the UI window popping up instead.
Thanks.
Jim