<?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: CodeIgniter &#8211; Plugin for DOMPDF</title>
	<atom:link href="http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
	<description>Courage to do something...</description>
	<lastBuildDate>Thu, 12 Apr 2012 10:00:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: muslih</title>
		<link>http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/comment-page-1/#comment-5503</link>
		<dc:creator>muslih</dc:creator>
		<pubDate>Thu, 12 Apr 2012 10:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/#comment-5503</guid>
		<description>Hi i follow the script to add papersize and orientation. before that the paper is use portrait and print in 2page. After i add parameter $papersize and $orientation and $dompdf-&gt;set_paper($papersize, $orientation); It is sucessfully the paper printed as landscape but just  firstpage shown. What the mistakes</description>
		<content:encoded><![CDATA[<p>Hi i follow the script to add papersize and orientation. before that the paper is use portrait and print in 2page. After i add parameter $papersize and $orientation and $dompdf-&gt;set_paper($papersize, $orientation); It is sucessfully the paper printed as landscape but just  firstpage shown. What the mistakes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mello.capinpin</title>
		<link>http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/comment-page-1/#comment-2814</link>
		<dc:creator>mello.capinpin</dc:creator>
		<pubDate>Tue, 16 Feb 2010 07:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/#comment-2814</guid>
		<description>Commenting &quot;extension=lib_pdf.dll&quot; on php.ini did the trick.

Thanks</description>
		<content:encoded><![CDATA[<p>Commenting &#8220;extension=lib_pdf.dll&#8221; on php.ini did the trick.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dabu</title>
		<link>http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/comment-page-1/#comment-863</link>
		<dc:creator>Dabu</dc:creator>
		<pubDate>Mon, 16 Mar 2009 23:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/#comment-863</guid>
		<description>I also had some problems running PDFLib on xampp and Codeigniter. I updated the dll with the latest version on pdflib.com but it seems it&#039;s not free :) so it displays a big watermark saying &quot;www.pdflib.com&quot;. I tryed to switch DOMPdf backend rendering engine to CPDF but this also crashes my xampp. I&#039;ll go on using PDFLib but do you know how I could get CPDF library to not crash my apache? :)

Thanks</description>
		<content:encoded><![CDATA[<p>I also had some problems running PDFLib on xampp and Codeigniter. I updated the dll with the latest version on pdflib.com but it seems it&#8217;s not free <img src='http://sajjadhossain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  so it displays a big watermark saying &#8220;www.pdflib.com&#8221;. I tryed to switch DOMPdf backend rendering engine to CPDF but this also crashes my xampp. I&#8217;ll go on using PDFLib but do you know how I could get CPDF library to not crash my apache? <img src='http://sajjadhossain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad Sajjad Hossain</title>
		<link>http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/comment-page-1/#comment-60</link>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
		<pubDate>Tue, 08 Jul 2008 16:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/#comment-60</guid>
		<description>Thanks Bijon :).

I haven&#039;t tried that yet. When I will do that I will definitely let others know through this site.</description>
		<content:encoded><![CDATA[<p>Thanks Bijon <img src='http://sajjadhossain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>I haven&#8217;t tried that yet. When I will do that I will definitely let others know through this site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bijon</title>
		<link>http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/comment-page-1/#comment-59</link>
		<dc:creator>bijon</dc:creator>
		<pubDate>Sun, 06 Jul 2008 07:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/#comment-59</guid>
		<description>Nice to see this blog. 

However i also use this dompdf plugin in CI. It&#039;s really very easy. But i faced a problem when i crawl a site and wanted to pdf with that site CSS . But i failed to print that pdf with css.</description>
		<content:encoded><![CDATA[<p>Nice to see this blog. </p>
<p>However i also use this dompdf plugin in CI. It&#8217;s really very easy. But i faced a problem when i crawl a site and wanted to pdf with that site CSS . But i failed to print that pdf with css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vy</title>
		<link>http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/comment-page-1/#comment-52</link>
		<dc:creator>Vy</dc:creator>
		<pubDate>Fri, 27 Jun 2008 00:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/#comment-52</guid>
		<description>still not work :&#039;(
I tried this document, the last word &quot;b?n&quot; becomes &quot;b?n&quot;






chào các b?n 

</description>
		<content:encoded><![CDATA[<p>still not work :&#8217;(<br />
I tried this document, the last word &#8220;b?n&#8221; becomes &#8220;b?n&#8221;</p>
<p>chào các b?n </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajjad</title>
		<link>http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/comment-page-1/#comment-51</link>
		<dc:creator>Sajjad</dc:creator>
		<pubDate>Thu, 26 Jun 2008 11:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/#comment-51</guid>
		<description>Try changing the following line in dompdf_config.inc.php - 

&lt;blockquote&gt;define(&quot;DOMPDF_PDF_BACKEND&quot;, &quot;PDFLib&quot;);&lt;/blockquote&gt;


To:

&lt;blockquote&gt;define(&quot;DOMPDF_PDF_BACKEND&quot;, &quot;CPDF&quot;);&lt;/blockquote&gt;

It will use the bundled CPDF library.</description>
		<content:encoded><![CDATA[<p>Try changing the following line in dompdf_config.inc.php &#8211; </p>
<blockquote><p>define(&#8220;DOMPDF_PDF_BACKEND&#8221;, &#8220;PDFLib&#8221;);</p></blockquote>
<p>To:</p>
<blockquote><p>define(&#8220;DOMPDF_PDF_BACKEND&#8221;, &#8220;CPDF&#8221;);</p></blockquote>
<p>It will use the bundled CPDF library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vy</title>
		<link>http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/comment-page-1/#comment-50</link>
		<dc:creator>Vy</dc:creator>
		<pubDate>Thu, 26 Jun 2008 01:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/#comment-50</guid>
		<description>I have new trouble :( Can&#039;t create files with font Unicode, they asked for licensed PDFLib :(</description>
		<content:encoded><![CDATA[<p>I have new trouble <img src='http://sajjadhossain.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Can&#8217;t create files with font Unicode, they asked for licensed PDFLib <img src='http://sajjadhossain.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajjad</title>
		<link>http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/comment-page-1/#comment-49</link>
		<dc:creator>Sajjad</dc:creator>
		<pubDate>Tue, 24 Jun 2008 11:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/#comment-49</guid>
		<description>Yaah! It worked because DOMPDF did not find the PDFLib because of commenting the line. So, it moves for next option to use as back-end.

If you want to use PDFLib as back-end then you may use the libpdf_php.dll. Else no need :)</description>
		<content:encoded><![CDATA[<p>Yaah! It worked because DOMPDF did not find the PDFLib because of commenting the line. So, it moves for next option to use as back-end.</p>
<p>If you want to use PDFLib as back-end then you may use the libpdf_php.dll. Else no need <img src='http://sajjadhossain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vy</title>
		<link>http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/comment-page-1/#comment-48</link>
		<dc:creator>Vy</dc:creator>
		<pubDate>Tue, 24 Jun 2008 03:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://sajjadhossain.com/2008/06/21/codeigniter-plugin-for-dompdf/#comment-48</guid>
		<description>hello,
I just did one step
Comment this line &quot;extension=php_pdf.dll;&quot;
And it works now ! Thanks so much

btw, do I need to use libpdf_php.dll ? What will be the difference if I don&#039;t use it ?</description>
		<content:encoded><![CDATA[<p>hello,<br />
I just did one step<br />
Comment this line &#8220;extension=php_pdf.dll;&#8221;<br />
And it works now ! Thanks so much</p>
<p>btw, do I need to use libpdf_php.dll ? What will be the difference if I don&#8217;t use it ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

