Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我生成了一个 pdf 文件,现在它在服务器上,例如,有什么方法可以将它下载到我的桌面?
我smartGWT在客户端使用 java 在我的服务器端。
smartGWT
写一个Servlet.这里是例子。
Servlet.
然后使用以下代码:
Window.open(GWT.getHostPageBaseURL() + "/PdfDownload?path=filepath, "", "");
分配文件路径req.getParametr("filepath");
req.getParametr("filepath");