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.
我是新手 Grails 程序员。我有 2 个用例:
渲染图像文件显示在 GSP 页面上。
渲染 PDF 文件并在 PDF 查看器上显示与 GSP 页面集成。
谁能提供如何做到这一点的例子?
请为您的操作提供更多详细信息,但大致上我怀疑您可能需要以下内容:
<img src="${createLinkTo(dir: 'images', file: '1.jpg')}" alt="Image"/>
我不知道任何可以与 HTML 页面集成的 PDF 查看器,更不用说特定于 grails 的查看器了。最好的办法是将人们重定向到 PDF 文件并让他们自己的浏览器处理该文件。