Convertir Jsf A Pdf //free\\ Info

for (MyData item : data) table.addCell(item.getName()); table.addCell(String.valueOf(item.getValue())); table.addCell(item.getDate().toString());

PdfPTable table = new PdfPTable(3); table.addCell("Name"); table.addCell("Value"); table.addCell("Date"); convertir jsf a pdf

// Add content document.add(new Paragraph("Report from JSF")); for (MyData item : data) table