<?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: Convert DOC to PDF in PHP</title>
	<atom:link href="http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/</link>
	<description>Zend Framework Implementation of LiveDocx</description>
	<lastBuildDate>Sat, 19 Nov 2011 11:18:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: abdelNarj</title>
		<link>http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/comment-page-2/#comment-50815</link>
		<dc:creator>abdelNarj</dc:creator>
		<pubDate>Sat, 19 Nov 2011 11:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.phplivedocx.org/?p=525#comment-50815</guid>
		<description>Thank you very much Jonathan, you&#039;re really helpful, but unfortunately we can &#039;t integrate Livedox in our solution (we need to do this operation without to need to connect to internet (locally)), because  it requires a rederiction to your website to do the conversion, this requires  internet,good luck :)</description>
		<content:encoded><![CDATA[<p>Thank you very much Jonathan, you&#8217;re really helpful, but unfortunately we can &#8216;t integrate Livedox in our solution (we need to do this operation without to need to connect to internet (locally)), because  it requires a rederiction to your website to do the conversion, this requires  internet,good luck :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Maron</title>
		<link>http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/comment-page-2/#comment-50684</link>
		<dc:creator>Jonathan Maron</dc:creator>
		<pubDate>Fri, 18 Nov 2011 08:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.phplivedocx.org/?p=525#comment-50684</guid>
		<description>First of all, you need to register an account to use LiveDocx. Do this at:
https://www.livedocx.com/user/account_registration.aspx
Once you have your username and password, pass these values to the methods setUsername() and setPassword().Only then will you be able to access LiveDocx.

The error you are getting means that your username and password are not correct.</description>
		<content:encoded><![CDATA[<p>First of all, you need to register an account to use LiveDocx. Do this at:<br />
<a href="https://www.livedocx.com/user/account_registration.aspx" rel="nofollow">https://www.livedocx.com/user/account_registration.aspx</a><br />
Once you have your username and password, pass these values to the methods setUsername() and setPassword().Only then will you be able to access LiveDocx.</p>
<p>The error you are getting means that your username and password are not correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abdelNarj</title>
		<link>http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/comment-page-2/#comment-50619</link>
		<dc:creator>abdelNarj</dc:creator>
		<pubDate>Thu, 17 Nov 2011 19:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.phplivedocx.org/?p=525#comment-50619</guid>
		<description>In the   two following lines of the above PHP code , wich login and password   you are talking about:
$mailMerge-&gt;setUsername(&#039;myUsername&#039;)
                     -&gt;setPassword(&#039;myPassword&#039;);


We tried  the login and password of our local windows session and we had the error:
*****
Fatal error: Uncaught exception &#039;SoapFault&#039; with message &#039;Server was unable to process request. ---&gt; The user name/password combination is not valid.&#039; in C:\Zend\library\Zend\Soap\Client.php:1121 Stack trace: #0 C:\Zend\library\Zend\Soap\Client.php(1121): SoapClient-&gt;__soapCall(&#039;LogIn&#039;, Array, NULL, NULL, Array) #1 [internal function]: Zend_Soap_Client-&gt;__call(&#039;LogIn&#039;, Array) #2 C:\Zend\library\Zend\Service\LiveDocx.php(256): Zend_Soap_Client-&gt;LogIn(Array) #3 C:\Zend\library\Zend\Service\LiveDocx\MailMerge.php(95): Zend_Service_LiveDocx-&gt;logIn() #4 C:\wamp\www\testdoc\docWord.php(30): Zend_Service_LiveDocx_MailMerge-&gt;setLocalTemplate(&#039;Word.doc&#039;) #5 {main} Next exception &#039;Zend_Service_LiveDocx_Exception&#039; with message &#039;Cannot login into LiveDocx service - username and/or password are invalid&#039; in C:\Zend\library\Zend\Service\LiveDocx.php:260 Stack trace: #0 C:\Zend\library\Zend\Service\LiveDocx\MailMerge.php(95): Zend_Service_LiveDocx-&gt;logIn() #1 C:\wamp\www\testdoc\docWord.php(30): Zend_Service_LiveDocx_MailMerge-&gt;setLocal in C:\Zend\library\Zend\Service\LiveDocx.php on line 260
***
Thanks for your help.</description>
		<content:encoded><![CDATA[<p>In the   two following lines of the above PHP code , wich login and password   you are talking about:<br />
$mailMerge-&gt;setUsername(&#8216;myUsername&#8217;)<br />
                     -&gt;setPassword(&#8216;myPassword&#8217;);</p>
<p>We tried  the login and password of our local windows session and we had the error:<br />
*****<br />
Fatal error: Uncaught exception &#8216;SoapFault&#8217; with message &#8216;Server was unable to process request. &#8212;&gt; The user name/password combination is not valid.&#8217; in C:\Zend\library\Zend\Soap\Client.php:1121 Stack trace: #0 C:\Zend\library\Zend\Soap\Client.php(1121): SoapClient-&gt;__soapCall(&#8216;LogIn&#8217;, Array, NULL, NULL, Array) #1 [internal function]: Zend_Soap_Client-&gt;__call(&#8216;LogIn&#8217;, Array) #2 C:\Zend\library\Zend\Service\LiveDocx.php(256): Zend_Soap_Client-&gt;LogIn(Array) #3 C:\Zend\library\Zend\Service\LiveDocx\MailMerge.php(95): Zend_Service_LiveDocx-&gt;logIn() #4 C:\wamp\www\testdoc\docWord.php(30): Zend_Service_LiveDocx_MailMerge-&gt;setLocalTemplate(&#8216;Word.doc&#8217;) #5 {main} Next exception &#8216;Zend_Service_LiveDocx_Exception&#8217; with message &#8216;Cannot login into LiveDocx service &#8211; username and/or password are invalid&#8217; in C:\Zend\library\Zend\Service\LiveDocx.php:260 Stack trace: #0 C:\Zend\library\Zend\Service\LiveDocx\MailMerge.php(95): Zend_Service_LiveDocx-&gt;logIn() #1 C:\wamp\www\testdoc\docWord.php(30): Zend_Service_LiveDocx_MailMerge-&gt;setLocal in C:\Zend\library\Zend\Service\LiveDocx.php on line 260<br />
***<br />
Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/comment-page-2/#comment-47489</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Mon, 17 Oct 2011 08:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.phplivedocx.org/?p=525#comment-47489</guid>
		<description>That is really helpful.
Thanks :)</description>
		<content:encoded><![CDATA[<p>That is really helpful.<br />
Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shashi</title>
		<link>http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/comment-page-2/#comment-41063</link>
		<dc:creator>shashi</dc:creator>
		<pubDate>Fri, 12 Aug 2011 06:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.phplivedocx.org/?p=525#comment-41063</guid>
		<description>Hi, i would like to use phplivedocx to embed the word documents in my drupal site. So i wish i can use phplivedocx to convert a word document into pdf on the fly and display it in an iframe.

But what about the zend framework part? Do i need to host the Zend framework as part of the drupal files?</description>
		<content:encoded><![CDATA[<p>Hi, i would like to use phplivedocx to embed the word documents in my drupal site. So i wish i can use phplivedocx to convert a word document into pdf on the fly and display it in an iframe.</p>
<p>But what about the zend framework part? Do i need to host the Zend framework as part of the drupal files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/comment-page-2/#comment-36717</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 07 Jul 2011 15:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.phplivedocx.org/?p=525#comment-36717</guid>
		<description>Sometimes the service works, but we often get:

PHP Fatal error:  Uncaught SoapFault exception: [HTTP] Could not connect to host in /home/xxxx/public_html/zend/library/Zend/Soap/Client.php:995</description>
		<content:encoded><![CDATA[<p>Sometimes the service works, but we often get:</p>
<p>PHP Fatal error:  Uncaught SoapFault exception: [HTTP] Could not connect to host in /home/xxxx/public_html/zend/library/Zend/Soap/Client.php:995</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shi</title>
		<link>http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/comment-page-2/#comment-35428</link>
		<dc:creator>shi</dc:creator>
		<pubDate>Sat, 25 Jun 2011 07:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.phplivedocx.org/?p=525#comment-35428</guid>
		<description>Yes I have set my include_path:

include_path = &quot;.;c:\php\includes;C:\wamp\library\zendframework\ZendFramework-1.11.7\library&quot;</description>
		<content:encoded><![CDATA[<p>Yes I have set my include_path:</p>
<p>include_path = &#8220;.;c:\php\includes;C:\wamp\library\zendframework\ZendFramework-1.11.7\library&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Maron</title>
		<link>http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/comment-page-2/#comment-34969</link>
		<dc:creator>Jonathan Maron</dc:creator>
		<pubDate>Tue, 21 Jun 2011 09:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.phplivedocx.org/?p=525#comment-34969</guid>
		<description>@shi Have you set your include_path?</description>
		<content:encoded><![CDATA[<p>@shi Have you set your include_path?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shi</title>
		<link>http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/comment-page-2/#comment-34940</link>
		<dc:creator>shi</dc:creator>
		<pubDate>Tue, 21 Jun 2011 03:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.phplivedocx.org/?p=525#comment-34940</guid>
		<description>Can someone please help me how to resolve this problem. I&#039;m getting the following error:

Fatal error: Class &#039;Zend_Service_LiveDocx_Exception&#039; not found in C:\wamp\library\zendframework\ZendFramework-1.11.7\library\Zend\Service\LiveDocx.php on line 265

Thanks!</description>
		<content:encoded><![CDATA[<p>Can someone please help me how to resolve this problem. I&#8217;m getting the following error:</p>
<p>Fatal error: Class &#8216;Zend_Service_LiveDocx_Exception&#8217; not found in C:\wamp\library\zendframework\ZendFramework-1.11.7\library\Zend\Service\LiveDocx.php on line 265</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabhjot</title>
		<link>http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/comment-page-2/#comment-32925</link>
		<dc:creator>Prabhjot</dc:creator>
		<pubDate>Thu, 02 Jun 2011 08:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.phplivedocx.org/?p=525#comment-32925</guid>
		<description>We used the Zend phplivedox code and when we check environment we are getting following problem:
2: Checking SAPI apache2handler)……………………………………FAIL

Could you tell me how can we resolve this problem?</description>
		<content:encoded><![CDATA[<p>We used the Zend phplivedox code and when we check environment we are getting following problem:<br />
2: Checking SAPI apache2handler)……………………………………FAIL</p>
<p>Could you tell me how can we resolve this problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

