Erick
Erick

Reputation: 833

Primefaces pdf generator multiple tables

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

Answers (1)

vinod
vinod

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

Related Questions