需要 pdf 渲染器的帮助
我正在使用 PDF-Renderer 在我的 java 应用程序中查看 PDF 文件。它对于普通 PDF 文件非常有效。
但是,我希望应用程序能够显示加密的 PDF 文件。加密的文件将使用 CipherInputStream 进行解密,但我不想将解密的数据保存在磁盘上。我试图找到一种方法,可以将解密的数据从 CipherInputStream 传递到 PDFFile 构造函数,而不必将解密的数据写入文件。
如果有人可以帮助提供 PDF-Renderer 教程的链接,我也将不胜感激,以便我可以阅读更多相关内容。
谢谢。
I'm using PDF-Renderer to view PDF files within my java application. It's working perfectly for normal PDF files.
However, i want the application to be able to display encrypted PDF files. The ecrypted file will be decrypted with CipherInputStream, but i do not want to save the decrypted data on disk. Am trying to figure a way i can pass the decryted data from CipherInputStream to the PDFFile constructor without having to write the decryted data to file.
I will also appreciate if someone can help with a link to PDF-Renderer tutorial, so that i can read up more on it.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试以下课程:
因此请致电:
Try the following class:
So call: