| Previous topic :: Next topic |
| Author |
Message |
Leonardo
Joined: 30 Jun 2008
Posts: 7
|
| Posted: Mon Aug 04, 2008 6:16 pm Post subject: column detail in pdf not paint |
|
|
Hello everyone. I dont speak english very well. so i hope that u can understand that.
I can modify my pdf. but i found with one problem in the column line.
Where i have to change to paint this lines in the column detail.
Pliz this is very important.
Is just like u can see in the file attachment |
|
| Back to top |
|
mvsn
Joined: 29 Oct 2006
Posts: 83
Location: Ontario, Canada
|
| Posted: Tue Aug 05, 2008 2:29 pm Post subject: Re: column detail in pdf not paint |
|
|
Hi Leonardo -
This is located in the pdf.php file under /incudes/tcpdf/ you are looking between lines 308 and 317... its odd how it works but basically the lines have a bottom number, then are subtracted to give you the end point.. (if that makes sense)
$this->Line( $colX, $y1, $colX, (($y1+$y2)-37));
so play around with the -37, -25 part of the code..
hope it helps. |
|
| Back to top |
|
Leonardo
Joined: 30 Jun 2008
Posts: 7
|
| Posted: Tue Aug 05, 2008 3:48 pm Post subject: Re: column detail in pdf not paint |
|
|
| thank u very much. that works |
|
| Back to top |
|
| |