<?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: pdftk-php Officially Released</title>
	<atom:link href="http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 05 Mar 2010 10:47:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ell</title>
		<link>http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/comment-page-1/#comment-2658</link>
		<dc:creator>ell</dc:creator>
		<pubDate>Fri, 12 Feb 2010 21:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/#comment-2658</guid>
		<description>&lt;p&gt;html to pdf&lt;br&gt;what is the command line parameters convert html to pdf so it will have same view &lt;br&gt;as original html ?&lt;br&gt;and is it possible also to convert .pdf file to .html or .xml file(that wiil giver the &#039;real&#039; cooridantes for each node)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>html to pdf<br />what is the command line parameters convert html to pdf so it will have same view <br />as original html?<br />and is it possible also to convert .pdf file to .html or .xml file(that wiil giver the &#39;real&#39; cooridantes for each node)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/comment-page-1/#comment-2655</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 08 Feb 2010 20:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/#comment-2655</guid>
		<description>&lt;p&gt;Yeah, the Java errors you are getting are because pdftk is choking on your PDF (&lt;code&gt;passthru()&lt;/code&gt; is working just fine now)&lt;br&gt;&lt;br&gt;This could be because of fonts you have embedded in the PDF or because it&#039;s a newer version of the PDF standard. Try backsaving your form as a version 1.5 or 1.6 PDF (in the advanced options of the save dialog, hopefully) and try again. &lt;br&gt;&lt;br&gt;Because you&#039;re getting character exceptions, I&#039;d guess there&#039;s a problem with an embedded font. Try changing all the fonts to something uber universal like Times New Roman or Arial and take out any foreign characters you might have and see if that helps.&lt;br&gt;&lt;br&gt;Also, check the new &lt;a href=&quot;http://wiki.github.com/andrewheiss/pdftk-php/troubleshooting&quot; rel=&quot;nofollow&quot;&gt;Troubleshooting&lt;/a&gt; page for more details.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah, the Java errors you are getting are because pdftk is choking on your PDF (<code>passthru()</code> is working just fine now)<br /><br />This could be because of fonts you have embedded in the PDF or because it&#39;s a newer version of the PDF standard. Try backsaving your form as a version 1.5 or 1.6 PDF (in the advanced options of the save dialog, hopefully) and try again. <br /><br />Because you&#39;re getting character exceptions, I&#39;d guess there&#39;s a problem with an embedded font. Try changing all the fonts to something uber universal like Times New Roman or Arial and take out any foreign characters you might have and see if that helps.<br /><br />Also, check the new <a href="http://wiki.github.com/andrewheiss/pdftk-php/troubleshooting" rel="nofollow">Troubleshooting</a> page for more details.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Todor</title>
		<link>http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/comment-page-1/#comment-2577</link>
		<dc:creator>Todor</dc:creator>
		<pubDate>Thu, 28 Jan 2010 14:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/#comment-2577</guid>
		<description>&lt;p&gt;I use Windows and if I change it to example/pdftk.exe it doesn&#039;t work again :( Is there any way to send you the files via e-mail and you to take a look , I cannot fix it at all.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I use Windows and if I change it to example/pdftk.exe it doesn&#8217;t work again <img src='http://www.andrewheiss.com/wp/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Is there any way to send you the files via e-mail and you to take a look , I cannot fix it at all.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/comment-page-1/#comment-2576</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 28 Jan 2010 13:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/#comment-2576</guid>
		<description>&lt;p&gt;What platform are you using with xampp? If you&#039;re on Windows, change &lt;code&gt;example/pdftk&lt;/code&gt; to &lt;code&gt;example/pdftk.exe&lt;/code&gt;. If you&#039;re on Linux or OS X you&#039;ll need to install pdftk system wide and put the absolute path to the installed binary.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What platform are you using with xampp? If you&#8217;re on Windows, change <code>example/pdftk</code> to <code>example/pdftk.exe</code>. If you&#8217;re on Linux or OS X you&#8217;ll need to install pdftk system wide and put the absolute path to the installed binary.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Todor</title>
		<link>http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/comment-page-1/#comment-2573</link>
		<dc:creator>Todor</dc:creator>
		<pubDate>Thu, 28 Jan 2010 11:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/#comment-2573</guid>
		<description>&lt;p&gt;I have the same problem but I don not change anything except the path to pdftk with the following row from pdftk-php.php:
passthru(&quot;example/pdftk $pdf_original fill_form $fdf_fn output - flatten&quot;);
I use xampp client and in the htdocs root folder I have a example folder in which is the pdftk.exe file. 
Thanks in advance :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have the same problem but I don not change anything except the path to pdftk with the following row from pdftk-php.php:
passthru(&#8220;example/pdftk $pdf_original fill_form $fdf_fn output - flatten&#8221;);
I use xampp client and in the htdocs root folder I have a example folder in which is the pdftk.exe file. 
Thanks in advance <img src='http://www.andrewheiss.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/comment-page-1/#comment-1120</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Sun, 01 Nov 2009 16:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/#comment-1120</guid>
		<description>&lt;p&gt;Problem solved.  I am including it here for anyone running into this issue.&lt;/p&gt;

&lt;p&gt;The problem was that I was calling the &quot;download.php&quot; with an include statement.  It appears passthru() was trying to interpret the file as HTML instead of PDF.  Changing MY code to header(&quot;Location: download.php&quot;) fixed the issue.&lt;/p&gt;

&lt;p&gt;Cheers!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Problem solved.  I am including it here for anyone running into this issue.</p>

<p>The problem was that I was calling the &#8220;download.php&#8221; with an include statement.  It appears passthru() was trying to interpret the file as HTML instead of PDF.  Changing MY code to header(&#8220;Location: download.php&#8221;) fixed the issue.</p>

<p>Cheers!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/comment-page-1/#comment-964</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 29 Oct 2009 18:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/#comment-964</guid>
		<description>&lt;p&gt;The most common reason for that error is that pdftk can&#039;t run, either because the path can&#039;t be found or because it lacks sufficient privileges. Make sure you&#039;ve typed the full path to pdftk in &lt;code&gt;pdftk-php.php&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I&#039;m assuming it&#039;s happening because the browser can somehow legally access pdftk locally and probably not because of any problems with your LAMP stack itself. That said, you might want to check to make sure you haven&#039;t overprotected PHP or Apache--there might be something there that&#039;s restricting calls with &lt;code&gt;passthru()&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The most common reason for that error is that pdftk can&#8217;t run, either because the path can&#8217;t be found or because it lacks sufficient privileges. Make sure you&#8217;ve typed the full path to pdftk in <code>pdftk-php.php</code></p>

<p>I&#8217;m assuming it&#8217;s happening because the browser can somehow legally access pdftk locally and probably not because of any problems with your LAMP stack itself. That said, you might want to check to make sure you haven&#8217;t overprotected PHP or Apache&#8212;there might be something there that&#8217;s restricting calls with <code>passthru()</code></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/comment-page-1/#comment-963</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Thu, 29 Oct 2009 18:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/#comment-963</guid>
		<description>&lt;p&gt;First off, thanks for the  great info for an obscure solution.  Your time is greatly appreciated!&lt;/p&gt;

&lt;p&gt;I downloaded and installed everything according to your tutorial. Your example.pdf works great with the download.php, however, I can only get it to work when I use a browser on the server itself.  A client connection yields the dreaded &quot;not supported file type or the file has been corrupted&quot;error.&lt;/p&gt;

&lt;p&gt;Any clues to resolving this one?&lt;/p&gt;

&lt;p&gt;I am using Fedora 11 w/Apache, PHP, MySQL (latestest stable builds) as well as .&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>First off, thanks for the  great info for an obscure solution.  Your time is greatly appreciated!</p>

<p>I downloaded and installed everything according to your tutorial. Your example.pdf works great with the download.php, however, I can only get it to work when I use a browser on the server itself.  A client connection yields the dreaded &#8220;not supported file type or the file has been corrupted&#8221;error.</p>

<p>Any clues to resolving this one?</p>

<p>I am using Fedora 11 w/Apache, PHP, MySQL (latestest stable builds) as well as .</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/comment-page-1/#comment-698</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 23 Oct 2009 14:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/#comment-698</guid>
		<description>&lt;p&gt;Hey, just wanted to say thanks...I had asked quite a few questions a while back.  My company has been using this program for almost a year now...&lt;/p&gt;

&lt;p&gt;I have an input form for our service people to enter a client&#039;s information.  I then have many applications saved as pdf&#039;s which will pre-populate with the help of your program when selected from a drop down.  Because of our competitive industry, it is important for us to send out 2-3 applications for competitive quotes every year to each client.  Since most of our clients (up to 1600 now) are in the system (as it&#039;s been a year) this program is going to help out tremendously from here on out.  Instead of spending 30-45 minutes per client each year on the applications the time is going to be reduced to more like 3-5 minutes.&lt;/p&gt;

&lt;p&gt;Just wanted to let you know how much you helped.&lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, just wanted to say thanks&#8230;I had asked quite a few questions a while back.  My company has been using this program for almost a year now&#8230;</p>

<p>I have an input form for our service people to enter a client&#8217;s information.  I then have many applications saved as pdf&#8217;s which will pre-populate with the help of your program when selected from a drop down.  Because of our competitive industry, it is important for us to send out 2-3 applications for competitive quotes every year to each client.  Since most of our clients (up to 1600 now) are in the system (as it&#8217;s been a year) this program is going to help out tremendously from here on out.  Instead of spending 30-45 minutes per client each year on the applications the time is going to be reduced to more like 3-5 minutes.</p>

<p>Just wanted to let you know how much you helped.</p>

<p>Thank you!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kimani</title>
		<link>http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/comment-page-1/#comment-463</link>
		<dc:creator>kimani</dc:creator>
		<pubDate>Sat, 29 Aug 2009 05:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewheiss.com/blog/2009/06/19/pdftk-php-officially-released/#comment-463</guid>
		<description>&lt;p&gt;Thanks alot It worked when using acrobat professional.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks alot It worked when using acrobat professional.</p>]]></content:encoded>
	</item>
</channel>
</rss>
