<?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: FPDF &#8211; Create PDF files with PHP</title>
	<atom:link href="http://www.cravingtech.com/fpdf-create-pdf-files-with-php.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cravingtech.com/fpdf-create-pdf-files-with-php.html</link>
	<description>Tech news, reviews, and a geek&#039;s ramblings</description>
	<lastBuildDate>Wed, 17 Mar 2010 21:54:32 +1100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Michael Aulia</title>
		<link>http://www.cravingtech.com/fpdf-create-pdf-files-with-php.html/comment-page-1#comment-14153</link>
		<dc:creator>Michael Aulia</dc:creator>
		<pubDate>Sat, 23 Jan 2010 08:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cravingtech.com/blog/2008/01/fpdf-create-pdf-files-with-php.html#comment-14153</guid>
		<description>Thanks Joshua! I&#039;ll certainly keep this in mind if we ever going to create an engine to create PDF files using PHP</description>
		<content:encoded><![CDATA[<p>Thanks Joshua! I&#8217;ll certainly keep this in mind if we ever going to create an engine to create PDF files using PHP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua D. Burns</title>
		<link>http://www.cravingtech.com/fpdf-create-pdf-files-with-php.html/comment-page-1#comment-14138</link>
		<dc:creator>Joshua D. Burns</dc:creator>
		<pubDate>Thu, 21 Jan 2010 21:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.cravingtech.com/blog/2008/01/fpdf-create-pdf-files-with-php.html#comment-14138</guid>
		<description>I&#039;ve actually been delving heavily into FPDF over the past few days and it&#039;s been an absolute blessing to my experience. Its object oriented programming interface, list of features and simple logic structure makes generating PDFs a snap- What other library allows you to create a PDF complete with text in only three lines of code?

If you&#039;re familiar with PHP and OOP, I guarantee you&#039;ll love FPDF. It always has a great following (which is always great when you run into little issues), and best of all it&#039;s absolutely 100% free to use commercially in your own applications if need be.

5 stars in my book!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve actually been delving heavily into FPDF over the past few days and it&#8217;s been an absolute blessing to my experience. Its object oriented programming interface, list of features and simple logic structure makes generating PDFs a snap- What other library allows you to create a PDF complete with text in only three lines of code?</p>
<p>If you&#8217;re familiar with PHP and OOP, I guarantee you&#8217;ll love FPDF. It always has a great following (which is always great when you run into little issues), and best of all it&#8217;s absolutely 100% free to use commercially in your own applications if need be.</p>
<p>5 stars in my book!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Aulia</title>
		<link>http://www.cravingtech.com/fpdf-create-pdf-files-with-php.html/comment-page-1#comment-12908</link>
		<dc:creator>Michael Aulia</dc:creator>
		<pubDate>Wed, 30 Sep 2009 13:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cravingtech.com/blog/2008/01/fpdf-create-pdf-files-with-php.html#comment-12908</guid>
		<description>Hm sorry I can&#039;t help you Chris as I haven&#039;t actually tried the FPDF class myself. We are using a Perl engine called PDFEverywhere in the office, so I haven&#039;t had a chance to try this out :(</description>
		<content:encoded><![CDATA[<p>Hm sorry I can&#8217;t help you Chris as I haven&#8217;t actually tried the FPDF class myself. We are using a Perl engine called PDFEverywhere in the office, so I haven&#8217;t had a chance to try this out <img src='http://www.cravingtech.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.cravingtech.com/fpdf-create-pdf-files-with-php.html/comment-page-1#comment-12898</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 30 Sep 2009 09:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.cravingtech.com/blog/2008/01/fpdf-create-pdf-files-with-php.html#comment-12898</guid>
		<description>I&#039;m having some problems with the FPDF class. I&#039;m hoping you can help me. I&#039;m using FPDF to write some text on a PDF. I&#039;m displaying 8 different cells of text. The Cells are being displayed, but after two cells, it puts the next cell onto a new page as If I had asked for a new PDF page to be made, but I did not. I&#039;m guessing it is somehow pushing them down and pushing it onto the next page. How can I get rid of these annoying spaces and make it all fit on only the one PDF page?

I posted my complete issue with the code here: http://stackoverflow.com/questions/1496888/why-are-there-unexpected-spaces-on-my-pdf-using-fpdf-with-php

You can view the outputted pdf here: http://idea-palette.com/pdf/</description>
		<content:encoded><![CDATA[<p>I&#8217;m having some problems with the FPDF class. I&#8217;m hoping you can help me. I&#8217;m using FPDF to write some text on a PDF. I&#8217;m displaying 8 different cells of text. The Cells are being displayed, but after two cells, it puts the next cell onto a new page as If I had asked for a new PDF page to be made, but I did not. I&#8217;m guessing it is somehow pushing them down and pushing it onto the next page. How can I get rid of these annoying spaces and make it all fit on only the one PDF page?</p>
<p>I posted my complete issue with the code here: <a href="http://stackoverflow.com/questions/1496888/why-are-there-unexpected-spaces-on-my-pdf-using-fpdf-with-php" rel="nofollow">http://stackoverflow.com/questions/1496888/why-are-there-unexpected-spaces-on-my-pdf-using-fpdf-with-php</a></p>
<p>You can view the outputted pdf here: <a href="http://idea-palette.com/pdf/" rel="nofollow">http://idea-palette.com/pdf/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Aulia</title>
		<link>http://www.cravingtech.com/fpdf-create-pdf-files-with-php.html/comment-page-1#comment-11138</link>
		<dc:creator>Michael Aulia</dc:creator>
		<pubDate>Sun, 03 May 2009 13:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cravingtech.com/blog/2008/01/fpdf-create-pdf-files-with-php.html#comment-11138</guid>
		<description>Sorry I don&#039;t use FPDF so unfortunately I can&#039;t help you out on this one...</description>
		<content:encoded><![CDATA[<p>Sorry I don&#8217;t use FPDF so unfortunately I can&#8217;t help you out on this one&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
