Reputation: 833
I recently started using PrimeFaces dataExporter to generate pdfs. I am in need of not only inserting one of my data tables into the pdf but multiple. I am also in need of writing more information into the pdf.
I did research and it looks like there is still no implementation for multiple tables. Someone please confirm this. However, is it possible to write data to the pdf?
Thanks!
Upvotes: 0
Views: 882
Reputation: 1202
You cannot do this in the PrimeFaces dataExporter, but you can in the one that comes with PrimeFaces Extensions.
use this link
http://www.primefaces.org/showcase-ext/sections/exporter/multipleTables.jsf
Upvotes: 1