you are right jeremy, first crop it with GD then place it.I am allready working on it.
Thank you very much.
Search found 4 matches
- Mon Aug 04, 2008 8:59 pm
- Forum: Tips and Tricks
- Topic: [Solved] Using TCPDF class for generating PDF custom docs
- Replies: 19
- Views: 45649
- Mon Aug 04, 2008 8:11 pm
- Forum: Tips and Tricks
- Topic: [Solved] Using TCPDF class for generating PDF custom docs
- Replies: 19
- Views: 45649
Re: [Solved] Using TCPDF class for generating PDF custom docs
hi jeremy, with Rect() function they write the following; void Rect( float $x, float $y, float $w, float $h, [string $style = ''], [array $border_style = array()], [array $fill_color = array()]) * D or empty string: Draw (default). * F: Fill. * DF or FD: Draw and fill. * CNZ: Clippin...
- Mon Aug 04, 2008 6:45 pm
- Forum: Tips and Tricks
- Topic: [Solved] Using TCPDF class for generating PDF custom docs
- Replies: 19
- Views: 45649
Re: [Solved] Using TCPDF class for generating PDF custom docs
I have tried there too Jeremy.
Thank you very much for your answer though.
Thank you very much for your answer though.
- Mon Aug 04, 2008 4:44 pm
- Forum: Tips and Tricks
- Topic: [Solved] Using TCPDF class for generating PDF custom docs
- Replies: 19
- Views: 45649
Re: [Solved] Using TCPDF class for generating PDF custom docs
Hi Everybody, I am very new here. I have a problem with tcpdf. ı try to clip an image $pdf->StartTransform(); $pdf->StarPolygon(50, 70, 30, 4, 1, 0, 0, "CNZ"); $pdf->Image('images/wo_20_190_0.jpg', 0,0, 200, 200, '', '', '', true, 72); $pdf->StopTransform(); functions but $pdf->StartTransf...