<?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: Generating PDF files using CodeIgniter</title>
	<atom:link href="http://www.christophermonnat.com/2008/08/generating-pdf-files-using-codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christophermonnat.com/2008/08/generating-pdf-files-using-codeigniter/</link>
	<description>Programmer Extraordinaire</description>
	<lastBuildDate>Tue, 07 Feb 2012 05:40:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Vishy</title>
		<link>http://www.christophermonnat.com/2008/08/generating-pdf-files-using-codeigniter/comment-page-1/#comment-1267</link>
		<dc:creator>Vishy</dc:creator>
		<pubDate>Tue, 06 Sep 2011 07:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://dev.christophermonnat.com/?p=5#comment-1267</guid>
		<description>Thanks a lot....
this worked for me.....</description>
		<content:encoded><![CDATA[<p>Thanks a lot&#8230;.<br />
this worked for me&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://www.christophermonnat.com/2008/08/generating-pdf-files-using-codeigniter/comment-page-1/#comment-1263</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Mon, 15 Aug 2011 18:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://dev.christophermonnat.com/?p=5#comment-1263</guid>
		<description>Hi, 
it looks like this library works fine just with CI 1.6.3 and not CI 2.0.2

What needs to be changed to make it work under CI 2.0.2?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
it looks like this library works fine just with CI 1.6.3 and not CI 2.0.2</p>
<p>What needs to be changed to make it work under CI 2.0.2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiu Felix</title>
		<link>http://www.christophermonnat.com/2008/08/generating-pdf-files-using-codeigniter/comment-page-1/#comment-1262</link>
		<dc:creator>Kiu Felix</dc:creator>
		<pubDate>Tue, 09 Aug 2011 17:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://dev.christophermonnat.com/?p=5#comment-1262</guid>
		<description>I like your tutorial very much.I find it quite helpful but I have a problem.

I have managed  to generate a pdf file from mysql but the problem comes in the justification part when handling tabular data.
I&#039;m handling data for currency data hence I prefer it justified right. Below is how I passed the justification option but It seems not to work.Please help.

$options=array(&#039;justification&#039;=&gt;&#039;right&#039;);
        $this-&gt;cezpdf-&gt;ezTable($data[&#039;display_results&#039;], $titlecolumn,&#039;Payroll Report&#039;,$options);</description>
		<content:encoded><![CDATA[<p>I like your tutorial very much.I find it quite helpful but I have a problem.</p>
<p>I have managed  to generate a pdf file from mysql but the problem comes in the justification part when handling tabular data.<br />
I&#8217;m handling data for currency data hence I prefer it justified right. Below is how I passed the justification option but It seems not to work.Please help.</p>
<p>$options=array(&#8216;justification&#8217;=&gt;&#8217;right&#8217;);<br />
        $this-&gt;cezpdf-&gt;ezTable($data['display_results'], $titlecolumn,&#8217;Payroll Report&#8217;,$options);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mazhar</title>
		<link>http://www.christophermonnat.com/2008/08/generating-pdf-files-using-codeigniter/comment-page-1/#comment-1261</link>
		<dc:creator>Mazhar</dc:creator>
		<pubDate>Sun, 26 Jun 2011 00:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://dev.christophermonnat.com/?p=5#comment-1261</guid>
		<description>How to change the filename of the pdf?</description>
		<content:encoded><![CDATA[<p>How to change the filename of the pdf?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.christophermonnat.com/2008/08/generating-pdf-files-using-codeigniter/comment-page-1/#comment-1216</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 31 Jan 2011 14:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://dev.christophermonnat.com/?p=5#comment-1216</guid>
		<description>Billy, I&#039;m not sure about this one. You might be better off looking at a newer library to accomplish this as R&amp;OS is getting a little dated.</description>
		<content:encoded><![CDATA[<p>Billy, I&#8217;m not sure about this one. You might be better off looking at a newer library to accomplish this as R&#038;OS is getting a little dated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy</title>
		<link>http://www.christophermonnat.com/2008/08/generating-pdf-files-using-codeigniter/comment-page-1/#comment-1215</link>
		<dc:creator>Billy</dc:creator>
		<pubDate>Mon, 31 Jan 2011 12:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://dev.christophermonnat.com/?p=5#comment-1215</guid>
		<description>Hi Chris,

I&#039;d also like to save the pdf. In my project I&#039;m creating a pdf on the fly from db data then sending it as an attachment in an email. Have you any idea of the best way to do this?</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I&#8217;d also like to save the pdf. In my project I&#8217;m creating a pdf on the fly from db data then sending it as an attachment in an email. Have you any idea of the best way to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://www.christophermonnat.com/2008/08/generating-pdf-files-using-codeigniter/comment-page-1/#comment-1213</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Sat, 29 Jan 2011 09:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://dev.christophermonnat.com/?p=5#comment-1213</guid>
		<description>Great Work .... Make me alot easier to do that :)
Thanks again!</description>
		<content:encoded><![CDATA[<p>Great Work &#8230;. Make me alot easier to do that <img src='http://www.christophermonnat.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donkey</title>
		<link>http://www.christophermonnat.com/2008/08/generating-pdf-files-using-codeigniter/comment-page-1/#comment-1210</link>
		<dc:creator>Donkey</dc:creator>
		<pubDate>Thu, 27 Jan 2011 15:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://dev.christophermonnat.com/?p=5#comment-1210</guid>
		<description>FPDF is much more easy!</description>
		<content:encoded><![CDATA[<p>FPDF is much more easy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luciano</title>
		<link>http://www.christophermonnat.com/2008/08/generating-pdf-files-using-codeigniter/comment-page-1/#comment-1041</link>
		<dc:creator>Luciano</dc:creator>
		<pubDate>Tue, 14 Dec 2010 08:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://dev.christophermonnat.com/?p=5#comment-1041</guid>
		<description>For those about to have UNDEFINED INDEX error:

piyush says:
February 4, 2010 at 4:39 pm
Hi, problem is fixed by just placing the font folder on the root location.
earlier i was putting the font folder inside the applications folder,</description>
		<content:encoded><![CDATA[<p>For those about to have UNDEFINED INDEX error:</p>
<p>piyush says:<br />
February 4, 2010 at 4:39 pm<br />
Hi, problem is fixed by just placing the font folder on the root location.<br />
earlier i was putting the font folder inside the applications folder,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nils</title>
		<link>http://www.christophermonnat.com/2008/08/generating-pdf-files-using-codeigniter/comment-page-1/#comment-830</link>
		<dc:creator>Nils</dc:creator>
		<pubDate>Sat, 04 Dec 2010 22:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://dev.christophermonnat.com/?p=5#comment-830</guid>
		<description>Hey Chris,

I picked up this blog just today and I really like how you combined pdf-exports to CodeIgniter. However, I did find a minor error in your zipped archive. It is in the controller called tutorial.php, on line 51:

where you wrote:
$this-&gt;cezpdf-&gt;ezTable($dbtable_data, $col_names, &#039;Contact List&#039;, array(&#039;width&#039;=&gt;550));

it should say:
$this-&gt;cezpdf-&gt;ezTable($db_data, $col_names, &#039;Contact List&#039;, array(&#039;width&#039;=&gt;550));

Thanks again for a great, well-written tutorial :)

Nils.</description>
		<content:encoded><![CDATA[<p>Hey Chris,</p>
<p>I picked up this blog just today and I really like how you combined pdf-exports to CodeIgniter. However, I did find a minor error in your zipped archive. It is in the controller called tutorial.php, on line 51:</p>
<p>where you wrote:<br />
$this-&gt;cezpdf-&gt;ezTable($dbtable_data, $col_names, &#8216;Contact List&#8217;, array(&#8216;width&#8217;=&gt;550));</p>
<p>it should say:<br />
$this-&gt;cezpdf-&gt;ezTable($db_data, $col_names, &#8216;Contact List&#8217;, array(&#8216;width&#8217;=&gt;550));</p>
<p>Thanks again for a great, well-written tutorial <img src='http://www.christophermonnat.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Nils.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

