我是JSf
和Tomahawk Technology的新手。在應用程序中,我有一個數據表,我想通過使用Tomahawk
和SandBox
將他的數據表中的信息存儲到PDF格式的PDF格式中.Kindly幫助。在JSF中使用Tomahawk將網頁中的數據轉換爲PDF格式?
0
A
回答
0
您可能需要iText。
也看到這個 - http://www.junlu.com/msg/281869.html
1
更好的是,使用JasperReports。它使用背後的iText將報告導出爲PDF。
0
正如您所提到的,您正在使用沙箱,請使用沙箱中的exporterActionListener
組件將數據從數據表中導出到PDF中。您需要iText的-0.99.jar使用相同的版本
代碼示例
<!-- sandbox tag library declaration -->
<%@ taglib uri="http://myfaces.apache.org/sandbox" prefix="s"%>
.
. <!-- your data Tabel will be here -->
.
.
<h:commandButton value="Export as pdf">
<s:exporterActionListener for="Id of the Data Tabel" fileType="PDF" />
</h:commandButton>
相關問題
- 1. 使用Tomahawk將數據導出爲PDF格式?
- 2. 將網頁轉換爲PDF
- 3. 如何使用AlivePDF將XMLList dataprovider的flex數據網格轉換爲pdf格式?
- 4. 使用iText將PDF格式轉換爲PDF格式(保留數據)
- 5. 如何將pdf格式的marathi數據轉換爲excel格式
- 6. 將DOCX轉換爲PDF格式的PDF
- 7. 如何將網頁轉換爲PDF格式,如PDF格式保存爲PDF格式打印
- 8. 將Jsf頁面中的div轉換爲PDF
- 9. PDF格式在excel中轉換爲C#
- 10. 如何將網頁中的數據轉換並下載到PDF
- 11. 在pdf中將pdf轉換爲html格式
- 12. JSF - 使用Tomahawk的分頁實現
- 13. 在struts中獲取表格以將其數據轉換爲pdf格式
- 14. 以HTML格式轉換爲PDF格式的PDF轉換器
- 15. 如何將網站中的所有網頁轉換爲pdf?
- 16. 如何將Django網頁轉換爲PDF
- 17. 將網頁轉換爲PDF或圖像
- 18. Tcpdf將當前網頁轉換爲PDF
- 19. SQL中的數據格式(將分鐘轉換爲HH:MM格式)
- 20. 使用dompdf將頁面轉換爲PDF
- 21. 使用PHP中的Imagemagick將JPG,GIF,EPS和PDF轉換爲PDF格式
- 22. 如何在ASP.NET中將網頁轉換爲PDF?
- 23. 使用PdfSharp將C#中的窗體轉換爲PDF使用PdfSharp轉換爲PDF
- 24. 將sqlite值轉換爲pdf格式
- 25. 將HTML格式轉換爲PDF
- 26. 將文檔轉換爲PDF格式
- 27. 將EPS/PDF轉換爲JPEG/PNG格式?
- 28. 將PDF轉換爲TIFF格式
- 29. 將RTF轉換爲PDF格式
- 30. 將PDF轉換爲JPG格式?