<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: PDF to Text + PHP</title>
	<atom:link href="http://gf4e.wordpress.com/2008/07/03/pdf-to-text-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://gf4e.wordpress.com/2008/07/03/pdf-to-text-php/</link>
	<description>Vultri - Just a new e-business in the making! :)</description>
	<lastBuildDate>Fri, 02 Jan 2009 14:35:27 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gf4e</title>
		<link>http://gf4e.wordpress.com/2008/07/03/pdf-to-text-php/#comment-94</link>
		<dc:creator>gf4e</dc:creator>
		<pubDate>Fri, 02 Jan 2009 06:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://gf4e.wordpress.com/?p=37#comment-94</guid>
		<description>you have to make sure that these calls (system()) are allowed by your hoster. then manually upload the tool to wherever you want on your server, an appropriate version for your OS. then try using a local path to the tool in the system() or another external execution call...</description>
		<content:encoded><![CDATA[<p>you have to make sure that these calls (system()) are allowed by your hoster. then manually upload the tool to wherever you want on your server, an appropriate version for your OS. then try using a local path to the tool in the system() or another external execution call&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hrxone</title>
		<link>http://gf4e.wordpress.com/2008/07/03/pdf-to-text-php/#comment-92</link>
		<dc:creator>hrxone</dc:creator>
		<pubDate>Fri, 12 Dec 2008 09:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://gf4e.wordpress.com/?p=37#comment-92</guid>
		<description>hi...i have some trouble for using this tool (pdftotext) below is my code for read pdf content:
$file = &quot;test.pdf&quot;;
    $outpath = preg_replace(&quot;/\.pdf$/&quot;, &quot;&quot;, $file).&quot;.txt&quot;;
   
    system(&quot;pdftotext &quot;.escapeshellcmd($file), $ret);
    if ($ret == 0)
    {
        $value = file_get_contents($outpath);
        unlink($outpath);
        print $value;
    }
    if ($ret == 127)
        print &quot;Could not find pdftotext tool.&quot;;
    if ($ret == 1)
        print &quot;Could not find pdf file.&quot;; 

i have got this code from php.net, and i try it in my server but the report is coult not find pdftotext tool. How do i know if my server have this tool?or maybe how to install that tool? I will very appreciate if you want to help me..Please contact me via email. Thank you</description>
		<content:encoded><![CDATA[<p>hi&#8230;i have some trouble for using this tool (pdftotext) below is my code for read pdf content:<br />
$file = &#8220;test.pdf&#8221;;<br />
    $outpath = preg_replace(&#8220;/\.pdf$/&#8221;, &#8220;&#8221;, $file).&#8221;.txt&#8221;;</p>
<p>    system(&#8220;pdftotext &#8220;.escapeshellcmd($file), $ret);<br />
    if ($ret == 0)<br />
    {<br />
        $value = file_get_contents($outpath);<br />
        unlink($outpath);<br />
        print $value;<br />
    }<br />
    if ($ret == 127)<br />
        print &#8220;Could not find pdftotext tool.&#8221;;<br />
    if ($ret == 1)<br />
        print &#8220;Could not find pdf file.&#8221;; </p>
<p>i have got this code from php.net, and i try it in my server but the report is coult not find pdftotext tool. How do i know if my server have this tool?or maybe how to install that tool? I will very appreciate if you want to help me..Please contact me via email. Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
