-
DO NOT USE the bug report to get support.
You can post your help requests on the Help forum.
2009-11-09 06:44:45 UTC in TCPDF - PHP class for PDF
-
Yes, it could be.
2009-11-07 07:17:18 UTC in TCPDF - PHP class for PDF
-
This happens because the page numbers are replaced only when the document is complete.
The getAliasNbPages() puts a placeholder that could be wider than the real number.
2009-11-07 06:59:12 UTC in TCPDF - PHP class for PDF
-
Have you properly extended your class from TCPDF?
Something like:
class MYPDF extends TCPDF { ... }.
2009-11-06 15:13:06 UTC in TCPDF - PHP class for PDF
-
The condition is right:
if $destroyall is true, then the system tries to destroy all class variables.
if $destroyall is false, then the system tries to destroy all class variables except some special variables /the ones indicated after OR).
2009-11-06 15:09:58 UTC in TCPDF - PHP class for PDF
-
The getNumLines() method exist since TCPDF 4.5.011.
The signature is:
public function getNumLines($txt, $w=0)
Check the source code documentation for more information.
http://www.tcpdf.org.
2009-11-06 15:04:49 UTC in TCPDF - PHP class for PDF
-
> [Is there a way, that the page break appears between the cells and not within a cell?]
Yes you can add the nobr="true" attribute to the tr attribute:
cell content.
2009-11-06 09:17:20 UTC in TCPDF - PHP class for PDF
-
This may work only in a very simple case when you are not using colspan, rowspan, all the rows have the same height and you don't hit the page break.
TCPDF add borders only after the table content has been printed. A more complex approach is required.
2009-11-06 07:26:07 UTC in TCPDF - PHP class for PDF
-
Please read:
https://sourceforge.net/tracker/index.php?func=detail&aid=2852282&group_id=128076&atid=710532
Before opening a new bug, please search for duplicates and ask help on Help Forum.
2009-11-06 07:18:46 UTC in TCPDF - PHP class for PDF
-
Check the following values:
$emailcfg['Mailer'], $emailcfg['Sendmail'] and all SMTP variables.
2009-11-06 07:11:39 UTC in TCExam - Computer-Based Assessment