<?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 PDF Documents in PHP Using Tcpdf</title>
	<atom:link href="http://www.onemoretake.com/2009/02/28/creating-pdf-documents-in-php-using-tcpdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onemoretake.com/2009/02/28/creating-pdf-documents-in-php-using-tcpdf/</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: Hari</title>
		<link>http://www.onemoretake.com/2009/02/28/creating-pdf-documents-in-php-using-tcpdf/comment-page-1/#comment-894</link>
		<dc:creator>Hari</dc:creator>
		<pubDate>Sat, 20 Aug 2011 07:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=21#comment-894</guid>
		<description>how can i generate pdf, the content which is in my iframe graph, any Idea. pla help me ...</description>
		<content:encoded><![CDATA[<p>how can i generate pdf, the content which is in my iframe graph, any Idea. pla help me &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.onemoretake.com/2009/02/28/creating-pdf-documents-in-php-using-tcpdf/comment-page-1/#comment-292</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Wed, 02 Dec 2009 23:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=21#comment-292</guid>
		<description>@ojiepermana TCPDF has an active forum at http://sourceforge.net/projects/tcpdf/forums/forum/435311 that may be of some help.</description>
		<content:encoded><![CDATA[<p>@ojiepermana TCPDF has an active forum at <a href="http://sourceforge.net/projects/tcpdf/forums/forum/435311" rel="nofollow">http://sourceforge.net/projects/tcpdf/forums/forum/435311</a> that may be of some help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ojiepermana</title>
		<link>http://www.onemoretake.com/2009/02/28/creating-pdf-documents-in-php-using-tcpdf/comment-page-1/#comment-291</link>
		<dc:creator>ojiepermana</dc:creator>
		<pubDate>Mon, 30 Nov 2009 06:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=21#comment-291</guid>
		<description>how make header only page one....?</description>
		<content:encoded><![CDATA[<p>how make header only page one&#8230;.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.onemoretake.com/2009/02/28/creating-pdf-documents-in-php-using-tcpdf/comment-page-1/#comment-183</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Tue, 18 Aug 2009 03:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=21#comment-183</guid>
		<description>For tcpdf questions like these, your best bet is to ask at the TCPDF forum. &lt;a href=&quot;http://sourceforge.net/forum/forum.php?thread_id=3291805&amp;forum_id=435311&quot; rel=&quot;nofollow&quot;&gt;I found a question on the subject&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>For tcpdf questions like these, your best bet is to ask at the TCPDF forum. <a href="http://sourceforge.net/forum/forum.php?thread_id=3291805&#038;forum_id=435311" rel="nofollow">I found a question on the subject</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lub</title>
		<link>http://www.onemoretake.com/2009/02/28/creating-pdf-documents-in-php-using-tcpdf/comment-page-1/#comment-182</link>
		<dc:creator>lub</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=21#comment-182</guid>
		<description>I also download TCPDF and go through the examples but the example number 14 is not working it.means it not displaying text box ,button, combo box. please tell me why it is not working on my site.
 I have Adobe Reader 8.
 
Thank you..</description>
		<content:encoded><![CDATA[<p>I also download TCPDF and go through the examples but the example number 14 is not working it.means it not displaying text box ,button, combo box. please tell me why it is not working on my site.<br />
 I have Adobe Reader 8.</p>
<p>Thank you..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.onemoretake.com/2009/02/28/creating-pdf-documents-in-php-using-tcpdf/comment-page-1/#comment-148</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Sat, 23 May 2009 06:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=21#comment-148</guid>
		<description>@moose2004 - Do you mean you want to create a pdf of a webpage at a particular url? I don&#039;t think that you can do that directly. You could however get the html at the url using curl and then pass that html string into tcpdf using writeHTML. You have to be careful though as html support in tcpdf is limited. See the documentation on writeHTML for more details.</description>
		<content:encoded><![CDATA[<p>@moose2004 &#8211; Do you mean you want to create a pdf of a webpage at a particular url? I don&#8217;t think that you can do that directly. You could however get the html at the url using curl and then pass that html string into tcpdf using writeHTML. You have to be careful though as html support in tcpdf is limited. See the documentation on writeHTML for more details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moose2004</title>
		<link>http://www.onemoretake.com/2009/02/28/creating-pdf-documents-in-php-using-tcpdf/comment-page-1/#comment-147</link>
		<dc:creator>moose2004</dc:creator>
		<pubDate>Fri, 22 May 2009 13:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=21#comment-147</guid>
		<description>I download TCPDF and went through all examples very nice!!  But i have only one question, how do you pass only a url link to create a PDF?

moos2004</description>
		<content:encoded><![CDATA[<p>I download TCPDF and went through all examples very nice!!  But i have only one question, how do you pass only a url link to create a PDF?</p>
<p>moos2004</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://www.onemoretake.com/2009/02/28/creating-pdf-documents-in-php-using-tcpdf/comment-page-1/#comment-145</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Tue, 19 May 2009 05:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=21#comment-145</guid>
		<description>Most probably Lawson wants to use HTML header to be printed as PDF header. Answer is yes, but define embedded styles using table for layout -  the old way.

Good Article Dan!</description>
		<content:encoded><![CDATA[<p>Most probably Lawson wants to use HTML header to be printed as PDF header. Answer is yes, but define embedded styles using table for layout &#8211;  the old way.</p>
<p>Good Article Dan!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.onemoretake.com/2009/02/28/creating-pdf-documents-in-php-using-tcpdf/comment-page-1/#comment-142</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Wed, 13 May 2009 05:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=21#comment-142</guid>
		<description>@Lawson I am not sure what you mean by an HTML header? TCPDF is for creating PDF documents.</description>
		<content:encoded><![CDATA[<p>@Lawson I am not sure what you mean by an HTML header? TCPDF is for creating PDF documents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawson</title>
		<link>http://www.onemoretake.com/2009/02/28/creating-pdf-documents-in-php-using-tcpdf/comment-page-1/#comment-141</link>
		<dc:creator>Lawson</dc:creator>
		<pubDate>Wed, 13 May 2009 05:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=21#comment-141</guid>
		<description>Can I create a HTML header using TCPDF</description>
		<content:encoded><![CDATA[<p>Can I create a HTML header using TCPDF</p>
]]></content:encoded>
	</item>
</channel>
</rss>

