Display Tag Struts 2 Export not showing PDF

I can enable export attribute in display table tag, but I am getting only CSV, Excel, XML. I want PDF and other rtf export formats too. I am using display tag 1.2 version. How to enable other attributes?

Upvotes: 0

Views: 668

Answers (1)

Andrea Ligios
Andrea Ligios

Reputation: 50281

From DisplayTag 1.2 Documentation:

Exporting data - PDF

Not enabled by default,
set export.pdf=true in displaytag.properties
and include the required IText jar in WEB-INF/lib

Upvotes: 1

Related Questions