Re: [PHP] Tool Tip in pdf

2008-08-20 Thread Micah Gersten
Here's some code I use in FancyTable; for ($x=0; $xCell($w[$x],5,$textArray[0],'LR',0,'L',$fill); } $this->Ln(4); if (count($newRow) > 0) { for ($x=0; $xCell($w[$x],5,$newRow[$x],'LR',0,'L',$fill); }

Re: [PHP] Tool Tip in pdf

2008-08-20 Thread Subhranil
I am using fpdf. Micah Gersten wrote: > > Which PDF generator are you using? > > Thank you, > Micah Gersten > onShore Networks > Internal Developer > http://www.onshore.com > > > > Subhranil wrote: >> Hi Micah, >> Sorry for late reply. Actually 15th August is our INDEPENDENCE DAY and I >>

Re: [PHP] Tool Tip in pdf

2008-08-19 Thread Micah Gersten
Which PDF generator are you using? Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Subhranil wrote: > Hi Micah, > Sorry for late reply. Actually 15th August is our INDEPENDENCE DAY and I was > out of work. > I am a newbie. I have very little knowledge about p

Re: [PHP] Tool Tip in pdf

2008-08-18 Thread Subhranil
Hi Micah, Sorry for late reply. Actually 15th August is our INDEPENDENCE DAY and I was out of work. I am a newbie. I have very little knowledge about pdf. Could you please give some tip for wraping the text Thanks, Subhranil. Micah Gersten wrote: > > Why not wrap the text? > > Thank you, >

Re: [PHP] Tool Tip in pdf

2008-08-14 Thread Micah Gersten
Why not wrap the text? Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Subhranil wrote: > Hi all, > > I am creating a pdf where text size of cell is not fixed. > My problem is if one text is too long than that cell then it overlap the > next cell. > > I wish