不良许可证例外
This article was translated from English: Does it need improvement?
TranslatedView the article in English
当提供给 SecureDoc 的许可证密钥无效或为空,并且正在使用高级功能时,会发生"ERROR-000"错误。
请注意务必检查参数语法、被处理的PDF文件的文件路径或PDF流的有效性。
推荐解决方案
提示启动容器时,请确保在
docker run 命令中设置 IronSecureDoc_LicenseKey 标志参数。容器正确启动示例:
请在 IronSecureDoc_LicenseKey 的参数中,将 YOUR_LICENSE_KEY 替换为您自己的 IronSecureDoc 许可证密钥。 如果您还没有许可证,请立即获取免费试用许可证密钥。
IronSecureDoc_LicenseKey 标记:
-e IronSecureDoc_LicenseKey=YOUR_LICENSE_KEY-e IronSecureDoc_LicenseKey=YOUR_LICENSE_KEYSHELL
完整命令:
docker run --name ironsecuredoc -p 8080:80 -e IronSecureDoc_LicenseKey=YOUR_LICENSE_KEYdocker run --name ironsecuredoc -p 8080:80 -e IronSecureDoc_LicenseKey=YOUR_LICENSE_KEYSHELL
如需完整的设置指南,请按照我们的入门教程进行操作。





