<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tcpdf &#8211; Variable Height Table Rows With MultiCell</title>
	<atom:link href="http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 23:48:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: terpurok</title>
		<link>http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/comment-page-1/#comment-901</link>
		<dc:creator>terpurok</dc:creator>
		<pubDate>Tue, 25 Oct 2011 01:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=153#comment-901</guid>
		<description>i have a problem, if a row breaks in 1st page the content overwrites in the next page. Any Solution for that?</description>
		<content:encoded><![CDATA[<p>i have a problem, if a row breaks in 1st page the content overwrites in the next page. Any Solution for that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kikyon</title>
		<link>http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/comment-page-1/#comment-700</link>
		<dc:creator>kikyon</dc:creator>
		<pubDate>Wed, 12 Jan 2011 07:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=153#comment-700</guid>
		<description>OMG!! God Bless You.. Really.. really.. I&#039;ve been stuck
with this word wrap and multicell things for weeks and at last I
find your article. Why didn&#039;t I find this since the first time T_T
doh... Thank you so so so much to you...</description>
		<content:encoded><![CDATA[<p>OMG!! God Bless You.. Really.. really.. I&#8217;ve been stuck<br />
with this word wrap and multicell things for weeks and at last I<br />
find your article. Why didn&#8217;t I find this since the first time T_T<br />
doh&#8230; Thank you so so so much to you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: puppyohaire</title>
		<link>http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/comment-page-1/#comment-290</link>
		<dc:creator>puppyohaire</dc:creator>
		<pubDate>Fri, 27 Nov 2009 07:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=153#comment-290</guid>
		<description>thanks man i help i lot, though i do some modification so that i will display the output that i need... thanks again</description>
		<content:encoded><![CDATA[<p>thanks man i help i lot, though i do some modification so that i will display the output that i need&#8230; thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/comment-page-1/#comment-139</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Thu, 07 May 2009 09:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=153#comment-139</guid>
		<description>@fm - This article has been &lt;a href=&quot;http://www.onemoretake.com/2009/03/27/revisited-tcpdf-variable-height-table-rows-with-multicell/&quot; rel=&quot;nofollow&quot;&gt;superseded by my newer article&lt;/a&gt;, as I realised there were some flaws in this one. Have a read of that one and you will see I have taken into account page breaks in a more comprehensive manner.</description>
		<content:encoded><![CDATA[<p>@fm &#8211; This article has been <a href="http://www.onemoretake.com/2009/03/27/revisited-tcpdf-variable-height-table-rows-with-multicell/" rel="nofollow">superseded by my newer article</a>, as I realised there were some flaws in this one. Have a read of that one and you will see I have taken into account page breaks in a more comprehensive manner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fm</title>
		<link>http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/comment-page-1/#comment-138</link>
		<dc:creator>fm</dc:creator>
		<pubDate>Thu, 07 May 2009 08:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=153#comment-138</guid>
		<description>there is an error, when text data are printed at end of page, frames are printed at next page. you need to put

if ($pdf-&gt;GetPage()!=$startPage) $pdf-&gt;SetPage($startPage);
before 
$pdf-&gt;SetXY($startX,$startY);



and 

$startPage=$pdf-&gt;GetPage();
after
$startY = $pdf-&gt;GetY();</description>
		<content:encoded><![CDATA[<p>there is an error, when text data are printed at end of page, frames are printed at next page. you need to put</p>
<p>if ($pdf-&gt;GetPage()!=$startPage) $pdf-&gt;SetPage($startPage);<br />
before<br />
$pdf-&gt;SetXY($startX,$startY);</p>
<p>and </p>
<p>$startPage=$pdf-&gt;GetPage();<br />
after<br />
$startY = $pdf-&gt;GetY();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/comment-page-1/#comment-28</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 28 Mar 2009 04:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=153#comment-28</guid>
		<description>mike and jmmontero , please see my &lt;a href=&quot;http://www.onemoretake.com/2009/03/27/revisited-tcpdf-variable-height-table-rows-with-multicell/&quot; rel=&quot;nofollow&quot;&gt;new post on the subject&lt;/a&gt;. Hopefully it will work for you.</description>
		<content:encoded><![CDATA[<p>mike and jmmontero , please see my <a href="http://www.onemoretake.com/2009/03/27/revisited-tcpdf-variable-height-table-rows-with-multicell/" rel="nofollow">new post on the subject</a>. Hopefully it will work for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/comment-page-1/#comment-27</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 27 Mar 2009 20:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=153#comment-27</guid>
		<description>In response to jmmontero,

&quot;How can I print the same headers on each page using TCPDF?&quot;

Simply define the header parameters:
$pdf-&gt;SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE, PDF_HEADER_STRING);

Set the font:
$pdf-&gt;setHeaderFont(Array(PDF_FONT_NAME_MAIN, &#039;&#039;, PDF_FONT_SIZE_MAIN));

Set the margin:
$pdf-&gt;SetHeaderMargin(PDF_MARGIN_HEADER);

Then call AddPage() and add your page data.</description>
		<content:encoded><![CDATA[<p>In response to jmmontero,</p>
<p>&#8220;How can I print the same headers on each page using TCPDF?&#8221;</p>
<p>Simply define the header parameters:<br />
$pdf->SetHeaderData(PDF_HEADER_LOGO, PDF_HEADER_LOGO_WIDTH, PDF_HEADER_TITLE, PDF_HEADER_STRING);</p>
<p>Set the font:<br />
$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, &#8221;, PDF_FONT_SIZE_MAIN));</p>
<p>Set the margin:<br />
$pdf->SetHeaderMargin(PDF_MARGIN_HEADER);</p>
<p>Then call AddPage() and add your page data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmmontero</title>
		<link>http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/comment-page-1/#comment-26</link>
		<dc:creator>jmmontero</dc:creator>
		<pubDate>Fri, 27 Mar 2009 17:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=153#comment-26</guid>
		<description>Excellent and Smart solution!! I took your approach and it worked for me!.

By the way, if you don&#039;t mind I would like to ask you, How can I print the same headers on each page using TCPDF? Your answer will be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Excellent and Smart solution!! I took your approach and it worked for me!.</p>
<p>By the way, if you don&#8217;t mind I would like to ask you, How can I print the same headers on each page using TCPDF? Your answer will be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/comment-page-1/#comment-25</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 27 Mar 2009 14:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=153#comment-25</guid>
		<description>I appreciate your help. 

It seems that there must be a way to maybe extend the class and rewrite the MultiCell function so that borders get painted on every screen.  I am trying to create a single/multi-page invoice, and having the borders painted only on  some pages is not acceptable.</description>
		<content:encoded><![CDATA[<p>I appreciate your help. </p>
<p>It seems that there must be a way to maybe extend the class and rewrite the MultiCell function so that borders get painted on every screen.  I am trying to create a single/multi-page invoice, and having the borders painted only on  some pages is not acceptable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/comment-page-1/#comment-24</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 26 Mar 2009 22:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=153#comment-24</guid>
		<description>Wow, yes that is an issue with this method. A quick and dirty answer would be to utilise the max height ($maxh) parameter of multicell. That is a bit brutal however and is not a proper solution. I will have a look at this over the weekend and see what I can come up with,  I suspect it affects my implementation too..</description>
		<content:encoded><![CDATA[<p>Wow, yes that is an issue with this method. A quick and dirty answer would be to utilise the max height ($maxh) parameter of multicell. That is a bit brutal however and is not a proper solution. I will have a look at this over the weekend and see what I can come up with,  I suspect it affects my implementation too..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

