<?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>Thu, 09 Feb 2012 10:59:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: prase</title><link>http://davidwalsh.name/read-pdf-doc-file-php/comment-page-1#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-page-1#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-page-1#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-page-1#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-page-1#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-page-1#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> <item><title>By: dyo</title><link>http://davidwalsh.name/read-pdf-doc-file-php/comment-page-1#comment-27320</link> <dc:creator>dyo</dc:creator> <pubDate>Fri, 21 Oct 2011 11:23:59 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1140#comment-27320</guid> <description>is there any windows version?</description> <content:encoded><![CDATA[<p>is there any windows version?</p> ]]></content:encoded> </item> <item><title>By: Marcelo de Almeida Braga</title><link>http://davidwalsh.name/read-pdf-doc-file-php/comment-page-1#comment-27250</link> <dc:creator>Marcelo de Almeida Braga</dc:creator> <pubDate>Fri, 14 Oct 2011 21:51:43 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1140#comment-27250</guid> <description>On the local server (wamp) the code works. In the web server (linux) do not get the file&#039;s contents.$content = shell_exec(&quot;pdftotext&quot;. &quot;sumario.pdf.&quot; &#039; -&#039;);
echo $ content;Thanks in advance.</description> <content:encoded><![CDATA[<p>On the local server (wamp) the code works. In the web server (linux) do not get the file&#8217;s contents.</p><p>$content = shell_exec(&#8220;pdftotext&#8221;. &#8220;sumario.pdf.&#8221; &#8216; -&#8217;);<br
/> echo $ content;</p><p>Thanks in advance.</p> ]]></content:encoded> </item> <item><title>By: SP</title><link>http://davidwalsh.name/read-pdf-doc-file-php/comment-page-1#comment-27059</link> <dc:creator>SP</dc:creator> <pubDate>Fri, 30 Sep 2011 06:08:00 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1140#comment-27059</guid> <description>I got the solution :
$content = shell_exec(&#039;/usr/bin/antiword -f -w 0 formatting.doc&#039;);
I forgot about -w argument, it will give you whole line or you can define value of -w as required width of line like 30, 40 etc.</description> <content:encoded><![CDATA[<p>I got the solution :<br
/> $content = shell_exec(&#8216;/usr/bin/antiword -f -w 0 formatting.doc&#8217;);<br
/> I forgot about -w argument, it will give you whole line or you can define value of -w as required width of line like 30, 40 etc.</p> ]]></content:encoded> </item> <item><title>By: chaos</title><link>http://davidwalsh.name/read-pdf-doc-file-php/comment-page-1#comment-26160</link> <dc:creator>chaos</dc:creator> <pubDate>Thu, 21 Jul 2011 12:20:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=1140#comment-26160</guid> <description>antiword works like a charm from shell but i only get a slightly fucked up first line in my var if i run it from php, can u tell me what i&#039;m doing wrong? :)</description> <content:encoded><![CDATA[<p>antiword works like a charm from shell but i only get a slightly fucked up first line in my var if i run it from php, can u tell me what i&#8217;m doing wrong? :)</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 using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 07:53:44 -->
