<?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:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Read PDF and Word DOC Files Using&#160;PHP</title> <atom:link href="http://davidwalsh.name/read-pdf-doc-file-php/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/read-pdf-doc-file-php</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 22:21:39 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Nick</title><link>http://davidwalsh.name/read-pdf-doc-file-php#comment-32025</link> <dc:creator>Nick</dc:creator> <pubDate>Sat, 05 May 2012 05:57:51 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1140#comment-32025</guid> <description>@Randy - search engine for PDFsHi Randy,iF You have root access to your server, You could try Apache Tomcat with Apache SOLR and You will obtain the same effect for PDF, Word, and some other formats - should take a little time to check which formats are supported.Kind Regards,
Nick</description> <content:encoded><![CDATA[<p>@Randy &#8211; search engine for PDFs</p><p>Hi Randy,</p><p>iF You have root access to your server, You could try Apache Tomcat with Apache SOLR and You will obtain the same effect for PDF, Word, and some other formats &#8211; should take a little time to check which formats are supported.</p><p>Kind Regards,<br
/> Nick</p> ]]></content:encoded> </item> <item><title>By: shivarajrh</title><link>http://davidwalsh.name/read-pdf-doc-file-php#comment-31505</link> <dc:creator>shivarajrh</dc:creator> <pubDate>Tue, 10 Apr 2012 05:26:27 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1140#comment-31505</guid> <description>Hello david, I used your xpdf and antiword.xpdf is working well with my php but antiword is not executing if antiword folder is not installed on c:/antiword/bin directory.I dont want to execute from the c:/ drive i would like to run it from php from my htdocs directory but its not working.How can I do this can anyone help???Example:::CODE FOR XPDF( Working ):
&lt;code&gt;$page_content = shell_exec(&#039;C:/xampp/htdocs/search-includes/xpdfbin-win-3.03/bin32/pdftotext &#039;.$filename.&#039; -&#039;); &lt;/code&gt;CODE FOR ANTIWORD: ( This is not working )
&lt;code&gt;$page_content = shell_exec(&quot;C:/xampp/htdocs/search-includes/antiword/bin/antiword &quot;.$filename);&lt;/code&gt;CODE FOR ANTIWORD:( Working )
&lt;code&gt;$page_content = shell_exec(&quot;C:/antiword/bin/antiword &quot;.$filename);&lt;/code&gt;</description> <content:encoded><![CDATA[<p>Hello david, I used your xpdf and antiword.</p><p> xpdf is working well with my php but antiword is not executing if antiword folder is not installed on c:/antiword/bin directory.</p><p>I dont want to execute from the c:/ drive i would like to run it from php from my htdocs directory but its not working.</p><p>How can I do this can anyone help???</p><p>Example:::</p><p>CODE FOR XPDF( Working ):<br
/> <code>$page_content = shell_exec('C:/xampp/htdocs/search-includes/xpdfbin-win-3.03/bin32/pdftotext '.$filename.' -'); </code></p><p>CODE FOR ANTIWORD: ( This is not working )<br
/> <code>$page_content = shell_exec("C:/xampp/htdocs/search-includes/antiword/bin/antiword ".$filename);</code></p><p>CODE FOR ANTIWORD:( Working )<br
/> <code>$page_content = shell_exec("C:/antiword/bin/antiword ".$filename);</code></p> ]]></content:encoded> </item> <item><title>By: shivarajrh</title><link>http://davidwalsh.name/read-pdf-doc-file-php#comment-31504</link> <dc:creator>shivarajrh</dc:creator> <pubDate>Tue, 10 Apr 2012 05:16:44 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1140#comment-31504</guid> <description>Hello david, I used your xpdf and antiword.xpdf is working well with my php but antiword is not executing if antiword folder is not installed on c:/antiword/bin directory.I dont want to execute from the c:/ drive i would like to run it from php from my htdocs directory but its not working.How can I do this can anyone help???Example:::CODE FOR XPDF:
$page_content = shell_exec(&#039;C:/xampp/htdocs/search-includes/xpdfbin-win-3.03/bin32/pdftotext &#039;.$filename.&#039; -&#039;);CODE FOR ANTIWORD:(This is not working)
$page_content = shell_exec(&quot;C:/xampp/htdocs/search-includes/antiword/bin/antiword &quot;.$filename);</description> <content:encoded><![CDATA[<p>Hello david, I used your xpdf and antiword.</p><p> xpdf is working well with my php but antiword is not executing if antiword folder is not installed on c:/antiword/bin directory.</p><p>I dont want to execute from the c:/ drive i would like to run it from php from my htdocs directory but its not working.</p><p>How can I do this can anyone help???</p><p>Example:::</p><p>CODE FOR XPDF:<br
/> $page_content = shell_exec(&#8216;C:/xampp/htdocs/search-includes/xpdfbin-win-3.03/bin32/pdftotext &#8216;.$filename.&#8217; -&#8217;);</p><p>CODE FOR ANTIWORD:(This is not working)<br
/> $page_content = shell_exec(&#8220;C:/xampp/htdocs/search-includes/antiword/bin/antiword &#8220;.$filename);</p> ]]></content:encoded> </item> <item><title>By: Randy</title><link>http://davidwalsh.name/read-pdf-doc-file-php#comment-31433</link> <dc:creator>Randy</dc:creator> <pubDate>Tue, 03 Apr 2012 19:58:04 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1140#comment-31433</guid> <description>Dude.... this is epic.I visited this page 2 days ago trying to develop a search engine for PDFs and had no clue what this meant.  Now it makes sense to me and I&#039;m going to use this.  Thanks!</description> <content:encoded><![CDATA[<p>Dude&#8230;. this is epic.</p><p>I visited this page 2 days ago trying to develop a search engine for PDFs and had no clue what this meant.  Now it makes sense to me and I&#8217;m going to use this.  Thanks!</p> ]]></content:encoded> </item> <item><title>By: prase</title><link>http://davidwalsh.name/read-pdf-doc-file-php#comment-28477</link> <dc:creator>prase</dc:creator> <pubDate>Sat, 07 Jan 2012 14:53:36 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1140#comment-28477</guid> <description>Hello i have tried your tutorial, i tried in local host. But nothing happen, can you give me solution ??</description> <content:encoded><![CDATA[<p>Hello i have tried your tutorial, i tried in local host. But nothing happen, can you give me solution ??</p> ]]></content:encoded> </item> <item><title>By: sarfaraz ali</title><link>http://davidwalsh.name/read-pdf-doc-file-php#comment-28456</link> <dc:creator>sarfaraz ali</dc:creator> <pubDate>Fri, 06 Jan 2012 05:01:39 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1140#comment-28456</guid> <description>For getting full string search from pdf then visit to sarfarazali.co.cc</description> <content:encoded><![CDATA[<p>For getting full string search from pdf then visit to sarfarazali.co.cc</p> ]]></content:encoded> </item> <item><title>By: felix</title><link>http://davidwalsh.name/read-pdf-doc-file-php#comment-27702</link> <dc:creator>felix</dc:creator> <pubDate>Tue, 22 Nov 2011 15:36:52 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1140#comment-27702</guid> <description>&lt;code&gt;
$filename = &#039;/var/www/myfiles/mydoc.doc&#039;;
$content = shell_exec(&#039;/usr/local/bin/antiword &#039;.$filename);
echo $content;
&lt;/code&gt;</description> <content:encoded><![CDATA[<p><code><br
/> $filename = '/var/www/myfiles/mydoc.doc';<br
/> $content = shell_exec('/usr/local/bin/antiword '.$filename);<br
/> echo $content;<br
/> </code></p> ]]></content:encoded> </item> <item><title>By: felix</title><link>http://davidwalsh.name/read-pdf-doc-file-php#comment-27701</link> <dc:creator>felix</dc:creator> <pubDate>Tue, 22 Nov 2011 15:35:15 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1140#comment-27701</guid> <description>&lt;code&gt;&lt;/code&gt;</description> <content:encoded><![CDATA[<p><code></p><p></code></p> ]]></content:encoded> </item> <item><title>By: felix</title><link>http://davidwalsh.name/read-pdf-doc-file-php#comment-27700</link> <dc:creator>felix</dc:creator> <pubDate>Tue, 22 Nov 2011 15:33:29 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1140#comment-27700</guid> <description>I wonder if anyone actually get it to work.  I&#039;ve tried but it doesn&#039;t work for me.  Dyo, did you actually get it to work?  How did you do different or what kind of web server you running on?  I&#039;ve tried it on Ubuntu10.04, Apache2 with PHP5.  can you share your code here?  Here&#039;s mine: </description> <content:encoded><![CDATA[<p>I wonder if anyone actually get it to work.  I&#8217;ve tried but it doesn&#8217;t work for me.  Dyo, did you actually get it to work?  How did you do different or what kind of web server you running on?  I&#8217;ve tried it on Ubuntu10.04, Apache2 with PHP5.  can you share your code here?  Here&#8217;s mine:</p> ]]></content:encoded> </item> <item><title>By: dyo</title><link>http://davidwalsh.name/read-pdf-doc-file-php#comment-27348</link> <dc:creator>dyo</dc:creator> <pubDate>Tue, 25 Oct 2011 16:57:16 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1140#comment-27348</guid> <description>i&#039;ve been using this. not bad at all. good work around. sadly antiword can&#039;t read docx files</description> <content:encoded><![CDATA[<p>i&#8217;ve been using this. not bad at all. good work around. sadly antiword can&#8217;t read docx files</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/7 queries in 0.009 seconds using disk: basic
Object Caching 805/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 17:39:17 -->
