【发布时间】:2013-04-12 13:23:32
【问题描述】:
对我来说 Mupdfcore.authenticatePassword("password") 不起作用。没有密码保护的 Pdf 文件可以正确呈现,但有密码的文件会导致错误。
error : AES padding out of range : 154
谁能帮帮我..?
【问题讨论】:
对我来说 Mupdfcore.authenticatePassword("password") 不起作用。没有密码保护的 Pdf 文件可以正确呈现,但有密码的文件会导致错误。
error : AES padding out of range : 154
谁能帮帮我..?
【问题讨论】:
authenticatePassword(String password) 未在 MuPDFCore 中实现。
请改用MuPDFCore.authenticatePasswordInternal(password)。
【讨论】:
如果没有看到有问题的文件,很难对此做出判断 - Acrobat 中安全修订/版本的可能组合太多了。
为什么不来#ghostscript irc 频道与开发者交流?如果您没有 irc 客户端,请参阅 http://mupdf.com 上的链接。
我们可能会要求您通过我们的错误跟踪器http://bugs.ghostscript.com/ 向我们提供该文件 - 我们可以将其标记为“私有”,因此如果您想对其保密,则它不是世界可读的。
【讨论】: