gpt4 book ai didi

java - 智能GWT/GWT : Show a PDF on client side

转载 作者:行者123 更新时间:2023-12-01 13:06:09 24 4
gpt4 key购买 nike

我的服务器端已经生成了 PDF,我需要一些帮助来在单击客户端上的按钮时显示 pdf。

我应该如何使用共享创建服务器和客户端的连接?

感谢您的帮助。

最佳答案

创建一个 servlet 并在单击按钮时从客户端调用它。

String servletName = GWT.getModuleBaseURL().replace("/" + GWT.getModuleName(), "")
+ "pdf_download_servlet";
Window.open(servletName, "", "");

有关 servlet 代码,请查看 need a servlet to download a file .

关于java - 智能GWT/GWT : Show a PDF on client side,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23254196/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com