Menu

exclude some cells or columns

Help
macnux
2014-02-27
2014-03-01
  • macnux

    macnux - 2014-02-27

    Hi
    i want to exclude some cells from export to pdf
    i wrote these lines to export
    $pdf->writeHTML($tbl, true, false, false, false, '');
    $pdf->Output('example_048.pdf', 'D');

    any options or parameters to put?
    thanks in advance.

     
  • macnux

    macnux - 2014-02-28

    any help please

     
  • Liam Vans

    Liam Vans - 2014-03-01

    Give the tables an ID, filter them with a regex before submitting them to writeHTML and you're done.

     
  • Sohan Tandel

    Sohan Tandel - 2014-03-01

    @liam
    how?

     

    Last edit: Sohan Tandel 2014-03-01
  • Simon

    Simon - 2014-03-01

    This isn't a TCPDF question but if you'd like help can you provide an example of the table you start with and which cells you'd like removed.

     

Log in to post a comment.