<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>God Object &#187; Zend_Pdf</title>
	<atom:link href="http://www.god-object.com/tag/zend_pdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.god-object.com</link>
	<description>Because I know too much</description>
	<lastBuildDate>Wed, 28 Sep 2011 09:34:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Zend_Pdf and damaged PDF files in acrobat</title>
		<link>http://www.god-object.com/2010/01/25/zend_pdf-and-damaged-pdf-files-in-acrobat/</link>
		<comments>http://www.god-object.com/2010/01/25/zend_pdf-and-damaged-pdf-files-in-acrobat/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 14:47:37 +0000</pubDate>
		<dc:creator>webpatser</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[Zend_Pdf]]></category>

		<guid isPermaLink="false">http://www.god-object.com/?p=262</guid>
		<description><![CDATA[Playing with Zend_Pdf all my files open perfectly in preview.app. But switching to Adobe Acrobat I got this error: Adobe Reader could not open 'file.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded). I [...]]]></description>
			<content:encoded><![CDATA[<p>Playing with Zend_Pdf all my files open perfectly in <code>preview.app</code>. But switching to Adobe Acrobat I got this error:</p>
<p><code>Adobe Reader could not open 'file.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).</code></p>
<p>I had the <code>noViewRenderer</code> set in my action but that wasn&#8217;t enough. Place the snippet below in your controller action:</p>
<pre class="brush: php; title: ; notranslate">
$this-&gt;_helper-&gt;layout-&gt;disableLayout();
self::getFrontController()-&gt;setParam(&quot;noViewRenderer&quot;, true);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.god-object.com/2010/01/25/zend_pdf-and-damaged-pdf-files-in-acrobat/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

