在 Struts 2 中动态创建 PDF
晚上好 ;
我在开发 struts2 web 应用程序时遇到一个问题。我正在使用数据库动态创建 PDF。我想在网页中显示它,但我不知道该怎么做,任何人都可以帮助我。
谢谢...
Good Evening ;
I have a problem that I am working on struts2 web application. I am dynamically creating a PDF using data base. i want to show it in a web page but I don`t know how I do it is any one can help me.
Thanks...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
操作代码:
Struts.xml:
尝试一下,它就像一个魅力,非常适合我。如果您有疑问,请阅读有关 Struts 2 提供的流结果类型的更多信息。这个问题的答案是如此简单,但却很难得到。
Action code:
Struts.xml:
Try it, it works like a charm, works perfect for me. If you are in doubt read more about stream result type that Struts 2 provides. The answer to this is so simple yet it was hard to get to it.
您可以使用输入流编写内容,或者最好的方法是创建自定义结果类型,您可以在其中设置适当的标题和其他内容,这里是一些帮助的链接
Struts2 自定义结果类型
You can write the content using the input stream or best way is to create custom result type where you can set appropriate header and other things here is a link for some help
Struts2 Custom Result Type
我正在使用 iText 创建 pdf。您可以将此 scriptlet 放入 jsp 中并调用此 jsp 以显示生成的 pdf
I m using iText for creating pdf. You can put this scriptlet in a jsp and call this jsp to show the pdf generated