-
OK. I understand.
So, put the watermark image as the first item on the page and then call the following method:
`$pdf->setPageMark();`.
2009-11-11 17:50:30 UTC in TCPDF - PHP class for PDF
-
You can simply avoid this by setting the watermark as the last element. For example you can put the watermark code on the Footer() method.
2009-11-11 08:01:43 UTC in TCPDF - PHP class for PDF
-
The default examples are working fine, so probably you have wrongly coded your footer implementation. Check the examples for how-to or post here your code.
2009-11-11 07:58:33 UTC in TCPDF - PHP class for PDF
-
OK. I will fix this on the next release.
2009-11-11 07:55:26 UTC in TCPDF - PHP class for PDF
-
Try the following:
urldecode($SESSION['sessionuserfirstname']);
Be sure you are using the latest TCExam version and spend some time reading the license terms.
2009-11-11 07:49:09 UTC in TCExam - Computer-Based Assessment
-
nicolaasuni made 1 file-release changes.
2009-11-10 18:44:01 UTC in TCExam - Computer-Based Assessment
-
nicolaasuni made 2 file-release changes.
2009-11-10 18:42:13 UTC in TCExam - Computer-Based Assessment
-
nicolaasuni made 1 file-release changes.
2009-11-10 18:33:01 UTC in TCExam - Computer-Based Assessment
-
The problem is in your code.
The first cell is triggering the page break but not the second cell.
You have to add a control after the second cell to move on last page ($pdf->lastpage();) and set the proper Y coordinate.
You can also use HTML tables that already integrates these controls.
For further suppor tplease use the Help Forum.
2009-11-09 18:01:31 UTC in TCPDF - PHP class for PDF
-
I can't help you if you do not provide a simple way to reproduce your problem. If the problem is not on TCPDF, you should debug your classes.
2009-11-09 17:45:34 UTC in TCPDF - PHP class for PDF