<?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: Creating dynamic PDFs using PHP and FPDF</title>
	<atom:link href="http://www.linearchat.co.uk/2009/11/creating-dynamic-pdfs-using-php-and-fpdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linearchat.co.uk/2009/11/creating-dynamic-pdfs-using-php-and-fpdf/</link>
	<description>the linear blue development blog</description>
	<lastBuildDate>Fri, 27 Jan 2012 19:39:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Raahsalah Salak</title>
		<link>http://www.linearchat.co.uk/2009/11/creating-dynamic-pdfs-using-php-and-fpdf/#comment-202</link>
		<dc:creator>Raahsalah Salak</dc:creator>
		<pubDate>Tue, 28 Dec 2010 13:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.linearchat.co.uk/?p=397#comment-202</guid>
		<description>Hi Rob,
Thank you very much for nice and quick reply. 
Finally i solved this issue.

Again Thanks,
raahsalah</description>
		<content:encoded><![CDATA[<p>Hi Rob,<br />
Thank you very much for nice and quick reply.<br />
Finally i solved this issue.</p>
<p>Again Thanks,<br />
raahsalah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Basden</title>
		<link>http://www.linearchat.co.uk/2009/11/creating-dynamic-pdfs-using-php-and-fpdf/#comment-200</link>
		<dc:creator>Rob Basden</dc:creator>
		<pubDate>Mon, 13 Dec 2010 15:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.linearchat.co.uk/?p=397#comment-200</guid>
		<description>Hi there Raahsalah,

The main cell method does not deal with line breaks, your first port of call should be to look at &lt;strong&gt;MultiCell&lt;/strong&gt; method from the manual at: &lt;a href=&quot;http://www.fpdf.org/&quot; rel=&quot;nofollow&quot;&gt;http://www.fpdf.org/&lt;/a&gt;.

Without digging through the code I believe this sets up multiple cells with a line break denoting a new cell. If your text file does not have line breaks then the text will wrap automatically when it reaches the right hand border otherwise each new line character (\n) will force a line break.

I hope that helps! If not please feel free to message again.

Kind regards.

Rob</description>
		<content:encoded><![CDATA[<p>Hi there Raahsalah,</p>
<p>The main cell method does not deal with line breaks, your first port of call should be to look at <strong>MultiCell</strong> method from the manual at: <a href="http://www.fpdf.org/" rel="nofollow">http://www.fpdf.org/</a>.</p>
<p>Without digging through the code I believe this sets up multiple cells with a line break denoting a new cell. If your text file does not have line breaks then the text will wrap automatically when it reaches the right hand border otherwise each new line character (\n) will force a line break.</p>
<p>I hope that helps! If not please feel free to message again.</p>
<p>Kind regards.</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raahsalah Salak</title>
		<link>http://www.linearchat.co.uk/2009/11/creating-dynamic-pdfs-using-php-and-fpdf/#comment-199</link>
		<dc:creator>Raahsalah Salak</dc:creator>
		<pubDate>Sun, 05 Dec 2010 05:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.linearchat.co.uk/?p=397#comment-199</guid>
		<description>I face problem to make a line break within a cell after reading a long string from a text file. I think you make me an idea to solve this issue.</description>
		<content:encoded><![CDATA[<p>I face problem to make a line break within a cell after reading a long string from a text file. I think you make me an idea to solve this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raahsalah Salak</title>
		<link>http://www.linearchat.co.uk/2009/11/creating-dynamic-pdfs-using-php-and-fpdf/#comment-198</link>
		<dc:creator>Raahsalah Salak</dc:creator>
		<pubDate>Sun, 05 Dec 2010 05:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.linearchat.co.uk/?p=397#comment-198</guid>
		<description>Thank you for an excellent article.</description>
		<content:encoded><![CDATA[<p>Thank you for an excellent article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

