From 12847bc7bc945c178ac45c9efdd853c20e6af6f4 Mon Sep 17 00:00:00 2001 From: Claudio Santambrogio Date: Mon, 7 Oct 2024 09:13:55 +0200 Subject: [PATCH] Clarify the use of the license key command-line option. --- docs/command-line.md | 2 +- docs/server-integration.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/command-line.md b/docs/command-line.md index 2c5b17d..1b6dbe1 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -110,7 +110,7 @@ The command-line may include the options described below:
--license-key=KEY
- Pass the license key on the command line. The <signature> element from your license file needs to be deleted, and its value can then be passed as the value of this command-line option. It is handy when you don't want to ship a product with the license key. + Pass the license key on the command line - this is useful if you don't want to ship a product with the license key. The contents of the <signature> element must be deleted from your license file, and its value can then be passed as the value of this command-line option - but leave an empty <signature> element in place.
diff --git a/docs/server-integration.md b/docs/server-integration.md index 5321c01..19540ea 100644 --- a/docs/server-integration.md +++ b/docs/server-integration.md @@ -778,6 +778,10 @@ As a general rule, consider that, in order to function best, Prince will need to For ease of use, Prince offers its own, maintained [Docker Images](https://hub.docker.com/r/yeslogic/prince). See also [Prince In Cloud Computing](#prince-in-cloud-computing) for more installation guides in cloud containers. +### License Files in Distributed Products + +When creating a product for distribution, it might be that you do not want to ship a license file with the distribution - but nevertheless be able to run Prince with a license file when necessary. In this case the command-line option [`--license-key`](command-line.md#cl-license-key) might come in handy. The contents of the `` element must be deleted from your license file, and its value can then be passed as the value of this command-line option - but leave an empty `` element in place. + Performance