<?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: Images not working in dompdf</title>
	<atom:link href="http://www.flashnutz.com/2009/08/images-not-working-in-dompdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashnutz.com/2009/08/images-not-working-in-dompdf/</link>
	<description>HELPING WEB DEVELOPERS DEVELOP</description>
	<lastBuildDate>Thu, 29 Jul 2010 23:29:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Justin</title>
		<link>http://www.flashnutz.com/2009/08/images-not-working-in-dompdf/comment-page-1/#comment-6030</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 16 Jun 2010 19:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/2009/08/images-not-working-with-dompdf/#comment-6030</guid>
		<description>If I even attempt to put an img tag in the code, it will not generate the pdf.  If I comment out the code with the img tag, it generates the pdf.

Does anyone know why?</description>
		<content:encoded><![CDATA[<p>If I even attempt to put an img tag in the code, it will not generate the pdf.  If I comment out the code with the img tag, it generates the pdf.</p>
<p>Does anyone know why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.flashnutz.com/2009/08/images-not-working-in-dompdf/comment-page-1/#comment-5930</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 28 May 2010 03:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/2009/08/images-not-working-with-dompdf/#comment-5930</guid>
		<description>Thanks Guyz. Great help.</description>
		<content:encoded><![CDATA[<p>Thanks Guyz. Great help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flashnutz</title>
		<link>http://www.flashnutz.com/2009/08/images-not-working-in-dompdf/comment-page-1/#comment-5922</link>
		<dc:creator>Flashnutz</dc:creator>
		<pubDate>Wed, 26 May 2010 23:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/2009/08/images-not-working-with-dompdf/#comment-5922</guid>
		<description>Nice work Emmanuel!</description>
		<content:encoded><![CDATA[<p>Nice work Emmanuel!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emmanuel</title>
		<link>http://www.flashnutz.com/2009/08/images-not-working-in-dompdf/comment-page-1/#comment-5919</link>
		<dc:creator>Emmanuel</dc:creator>
		<pubDate>Wed, 26 May 2010 15:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/2009/08/images-not-working-with-dompdf/#comment-5919</guid>
		<description>...

with --img src=&quot;image.png&quot;--

the name of image only.</description>
		<content:encoded><![CDATA[<p>&#8230;</p>
<p>with &#8211;img src=&#8221;image.png&#8221;&#8211;</p>
<p>the name of image only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emmanuel</title>
		<link>http://www.flashnutz.com/2009/08/images-not-working-in-dompdf/comment-page-1/#comment-5918</link>
		<dc:creator>Emmanuel</dc:creator>
		<pubDate>Wed, 26 May 2010 15:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/2009/08/images-not-working-with-dompdf/#comment-5918</guid>
		<description>I solved the problem by defining the variable base_path:

$dompdf = new DOMPDF();
$dompdf-&gt;set_base_path(&quot;../path/images/&quot;);
...

with </description>
		<content:encoded><![CDATA[<p>I solved the problem by defining the variable base_path:</p>
<p>$dompdf = new DOMPDF();<br />
$dompdf-&gt;set_base_path(&#8220;../path/images/&#8221;);<br />
&#8230;</p>
<p>with</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://www.flashnutz.com/2009/08/images-not-working-in-dompdf/comment-page-1/#comment-5915</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Wed, 26 May 2010 07:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/2009/08/images-not-working-with-dompdf/#comment-5915</guid>
		<description>Thanks! Had the same issue, in 0.5 you could put the http:// address in for an image but not the beta!</description>
		<content:encoded><![CDATA[<p>Thanks! Had the same issue, in 0.5 you could put the http:// address in for an image but not the beta!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://www.flashnutz.com/2009/08/images-not-working-in-dompdf/comment-page-1/#comment-3569</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/2009/08/images-not-working-with-dompdf/#comment-3569</guid>
		<description>This was a great help to me as well. My web directory is set up differently, and it took a couple tries to get it work. Also, one thing that&#039;s good to remember is DPI. PDF is a print file, and by default in the config file set to 150 DPI. Web DPI is 72. I had to increase all image dimensions by 48% in order to get them to the same dimensions.</description>
		<content:encoded><![CDATA[<p>This was a great help to me as well. My web directory is set up differently, and it took a couple tries to get it work. Also, one thing that&#8217;s good to remember is DPI. PDF is a print file, and by default in the config file set to 150 DPI. Web DPI is 72. I had to increase all image dimensions by 48% in order to get them to the same dimensions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unknown</title>
		<link>http://www.flashnutz.com/2009/08/images-not-working-in-dompdf/comment-page-1/#comment-2969</link>
		<dc:creator>Unknown</dc:creator>
		<pubDate>Fri, 01 Jan 2010 03:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/2009/08/images-not-working-with-dompdf/#comment-2969</guid>
		<description>Thanks Guyz. Great help.</description>
		<content:encoded><![CDATA[<p>Thanks Guyz. Great help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurtis</title>
		<link>http://www.flashnutz.com/2009/08/images-not-working-in-dompdf/comment-page-1/#comment-2631</link>
		<dc:creator>Kurtis</dc:creator>
		<pubDate>Mon, 09 Nov 2009 20:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/2009/08/images-not-working-with-dompdf/#comment-2631</guid>
		<description>this is a good one, I had that problem, and now it&#039;s solved, but the include image is way too tiny, even though I put the with and size, I have to zoom at 400% just to see that the image is there, that&#039;s not normal</description>
		<content:encoded><![CDATA[<p>this is a good one, I had that problem, and now it&#8217;s solved, but the include image is way too tiny, even though I put the with and size, I have to zoom at 400% just to see that the image is there, that&#8217;s not normal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flashnutz</title>
		<link>http://www.flashnutz.com/2009/08/images-not-working-in-dompdf/comment-page-1/#comment-1905</link>
		<dc:creator>Flashnutz</dc:creator>
		<pubDate>Wed, 02 Sep 2009 06:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/2009/08/images-not-working-with-dompdf/#comment-1905</guid>
		<description>No problem.. I was smashing my head against the wall on this one too.

Glad it helped. 

Thank you for sharing how you fixed your issue.</description>
		<content:encoded><![CDATA[<p>No problem.. I was smashing my head against the wall on this one too.</p>
<p>Glad it helped. </p>
<p>Thank you for sharing how you fixed your issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
