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





