0 Replies Latest reply on Nov 16, 2009 4:35 PM by jpalmer1026.jpalmer1026.mchsi.com

    Export rich:datatable to pdf

    jpalmer1026.jpalmer1026.mchsi.com

      I am trying to export a rich:datatable component to PDF. I've come across a few forum posts that explain how to export the datatable to excel, but none that explain how to export it to pdf. My code to export to excel is as follows:


      h:commandLink value="Export table" action="#{org.jboss.seam.excel.exporter.excelExporter.export('dmaCaseSearch:dmaCaseList')}" />



      Does anyone know how to do the export to PDF instead?