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.
不仅如此,Spring 并没有与 Servlet 或 JSP 紧密耦合以将视图呈现给客户端。现在也可以与 Velocity、Freemarker、Excel 或 Pdf 等其他 View 技术集成。
~ 源。
您可以使用 Velocity 将动态数据结合到 XSL-FO 中,并使用 XSL-FO 引擎创建 PDF,例如来自 Apache 的引擎。
如果您喜欢在 Java 类中使用 iText,则可以使用它。
是的,请查看:
http://www.mkyong.com/spring-mvc/spring-mvc-export-data-to-pdf-file-via-abstractpdfview/
http://static.springsource.org/spring/docs/2.0.x/api/org/springframework/web/servlet/view/document/AbstractPdfView.html