Hi,
did this plugin ever work?
For me the output is always: 0
// create new PDF document
$pdf = new TCPDF();
$pdf->AddPage();
$pdf->Output();
Regards
Jo
Hi,
in line 53 of class-tcpdf-wrapper.php, I guess it should be
$this->plugin_name = 'doublewp-tcpdf-wrapper';
Regards
Jo