2009-11-04 10:18:25 UTC
Hello,
I have switched from fpdf to tcpdf and it works great.
But now I stumbled across a problem. I use the protection feature for my documents:
$pdf->SetProtection(array('print','copy'));
And I also use the multirow()/multicell() function (example 20 from the TCPDF page). I did not change much, left column is aligned left and border is off.
Here's the problem:
When I copy text from the document and paste it into word, notepad or whatever, I just get rectangles. Characters/text from header and footer work. If I remove the setprotection function call, I can copy and paste text from the Multicells as expected.
Has anyone here a similar problem? I would like to protect my document (allowing only print and copy) but still allow users to copy text from the Multirow.
Thanks,
Oliver