I am working on pdf Using TCPDF library, i want to display a link on PDF generated, but for screen only and not to be printed when the document is printed.
Asked
Active
Viewed 104 times
1 Answers
0
Seems like everything points to
$pdf->setVisibility('screen');
before your line
https://hotexamples.com/examples/-/TCPDF/startLayer/php-tcpdf-startlayer-method-examples.html
after,
$pdf->setVisibility('all');

thphoenix
- 181
- 4