<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for PhpRtf development blog</title>
	<link>http://www.phprtf.com</link>
	<description>(not only)</description>
	<pubDate>Thu, 11 Mar 2010 14:44:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>Comment on Support of merging cells in PhpRtf Lite by Peter</title>
		<link>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-59</link>
		<author>Peter</author>
		<pubDate>Thu, 02 Oct 2008 22:28:58 +0000</pubDate>
		<guid>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-59</guid>
					<description>Hello, 

I have posted a message previously, is there a way to make the line breaks work the same way on a Linux/Apache as it works on the following link? 
http://www.phprtf.com/samples/document_sections.php

On this sample the titles and the paragraphs line breaks works fine, but when I would run the same script from a Linux Apache the following text looks like this:

Sample RTF documentAs an example, the following RTF code:\rtf1\ansi\fonttbl\f0\fswiss Helvetica;\f0Hello!\par\parThis is some \b bold text.\parwould be rendered like this when read by an appropriate word processor:Hello!This is some bold text.


instead of this:

Sample RTF document

As an example, the following RTF code:

\rtf1\ansi\fonttbl\f0\fswiss Helvetica;\f0
Hello!\par\par
This is some \b bold text.\par

would be rendered like this when read by an appropriate word processor:

Hello!

This is some bold text.

#######

Can I ask your help in what could cause this problem?

Thank you,</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>I have posted a message previously, is there a way to make the line breaks work the same way on a Linux/Apache as it works on the following link?<br />
<a href="http://www.phprtf.com/samples/document_sections.php" rel="nofollow">http://www.phprtf.com/samples/document_sections.php</a></p>
<p>On this sample the titles and the paragraphs line breaks works fine, but when I would run the same script from a Linux Apache the following text looks like this:</p>
<p>Sample RTF documentAs an example, the following RTF code:\rtf1\ansi\fonttbl\f0\fswiss Helvetica;\f0Hello!\par\parThis is some \b bold text.\parwould be rendered like this when read by an appropriate word processor:Hello!This is some bold text.</p>
<p>instead of this:</p>
<p>Sample RTF document</p>
<p>As an example, the following RTF code:</p>
<p>\rtf1\ansi\fonttbl\f0\fswiss Helvetica;\f0<br />
Hello!\par\par<br />
This is some \b bold text.\par</p>
<p>would be rendered like this when read by an appropriate word processor:</p>
<p>Hello!</p>
<p>This is some bold text.</p>
<p>#######</p>
<p>Can I ask your help in what could cause this problem?</p>
<p>Thank you,</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Support of merging cells in PhpRtf Lite by Denis</title>
		<link>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-58</link>
		<author>Denis</author>
		<pubDate>Thu, 25 Sep 2008 18:01:14 +0000</pubDate>
		<guid>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-58</guid>
					<description>To Angel.
I think iconv function would solve your problem.</description>
		<content:encoded><![CDATA[<p>To Angel.<br />
I think iconv function would solve your problem.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Support of merging cells in PhpRtf Lite by Angel</title>
		<link>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-56</link>
		<author>Angel</author>
		<pubDate>Thu, 25 Sep 2008 15:22:02 +0000</pubDate>
		<guid>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-56</guid>
					<description>Hello, 
everything works fine until you start using ñ?, a, e, i, o, u 
I do not accept these characters. 

What can I do that? 

Angel!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
everything works fine until you start using ñ?, a, e, i, o, u<br />
I do not accept these characters. </p>
<p>What can I do that? </p>
<p>Angel!</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Support of merging cells in PhpRtf Lite by Maarten</title>
		<link>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-55</link>
		<author>Maarten</author>
		<pubDate>Tue, 23 Sep 2008 11:40:39 +0000</pubDate>
		<guid>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-55</guid>
					<description>Is it possible to add the total number of pages? I found you can add the pagenumber with the  tag, but I don't see anything for the total number of pages.</description>
		<content:encoded><![CDATA[<p>Is it possible to add the total number of pages? I found you can add the pagenumber with the  tag, but I don&#8217;t see anything for the total number of pages.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Support of merging cells in PhpRtf Lite by Peter</title>
		<link>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-54</link>
		<author>Peter</author>
		<pubDate>Mon, 22 Sep 2008 16:20:17 +0000</pubDate>
		<guid>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-54</guid>
					<description>This script is fantastic, it works really well. Although I am experiencing a little problem I would like to ask help with and it occurs when I publish the script from a windows based apache webserver to a linux based apache webserver. The problem is the line breaks doesn't work on a linux webserver. On windows it looks great, I have tested this with the sample scripts as well and experiencing teh same problem. Can I please ask your help? 

Thank you</description>
		<content:encoded><![CDATA[<p>This script is fantastic, it works really well. Although I am experiencing a little problem I would like to ask help with and it occurs when I publish the script from a windows based apache webserver to a linux based apache webserver. The problem is the line breaks doesn&#8217;t work on a linux webserver. On windows it looks great, I have tested this with the sample scripts as well and experiencing teh same problem. Can I please ask your help? </p>
<p>Thank you</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Support of merging cells in PhpRtf Lite by Lloydie T</title>
		<link>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-40</link>
		<author>Lloydie T</author>
		<pubDate>Sat, 26 Jul 2008 11:21:35 +0000</pubDate>
		<guid>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-40</guid>
					<description>phprft really helped me out of a spot. I made one little change to the sendRtf function so that I could use file names with spaces.
From:
header('Content-Disposition: attachment; filename='.$fileName.'.rtf');

To:
header('Content-Disposition: atachment; filename="'.$fileName.'.rtf"');		

Usage:
$rtf-&#62;sendRtf("Quotation for $cust_name"); 

Silly addition, but some users wanted it.</description>
		<content:encoded><![CDATA[<p>phprft really helped me out of a spot. I made one little change to the sendRtf function so that I could use file names with spaces.<br />
From:<br />
header(&#8217;Content-Disposition: attachment; filename=&#8217;.$fileName.&#8217;.rtf&#8217;);</p>
<p>To:<br />
header(&#8217;Content-Disposition: atachment; filename=&#8221;&#8216;.$fileName.&#8217;.rtf&#8221;&#8216;);		</p>
<p>Usage:<br />
$rtf-&gt;sendRtf(&#8221;Quotation for $cust_name&#8221;); </p>
<p>Silly addition, but some users wanted it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Support of merging cells in PhpRtf Lite by Denis</title>
		<link>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-36</link>
		<author>Denis</author>
		<pubDate>Wed, 07 May 2008 16:02:45 +0000</pubDate>
		<guid>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-36</guid>
					<description>You have to use Rtf::setPaperHeigh() and Rtf::setPaperWidht() methods. Using Rtf::setLandscape() is not enough, because it says to printer that page is landscaped.</description>
		<content:encoded><![CDATA[<p>You have to use Rtf::setPaperHeigh() and Rtf::setPaperWidht() methods. Using Rtf::setLandscape() is not enough, because it says to printer that page is landscaped.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Support of merging cells in PhpRtf Lite by pooja</title>
		<link>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-35</link>
		<author>pooja</author>
		<pubDate>Tue, 06 May 2008 12:20:36 +0000</pubDate>
		<guid>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-35</guid>
					<description>Hi All ,

   I am using this phprtf for my project . It works fine . 
But its not printing in landscape . I have to create a page to print in landscape .How to do that  ??
any help ?? I donno if there is a forum to discuaa all these .so posting it here
Please help me out 

Thanks</description>
		<content:encoded><![CDATA[<p>Hi All ,</p>
<p>   I am using this phprtf for my project . It works fine .<br />
But its not printing in landscape . I have to create a page to print in landscape .How to do that  ??<br />
any help ?? I donno if there is a forum to discuaa all these .so posting it here<br />
Please help me out </p>
<p>Thanks</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Support of merging cells in PhpRtf Lite by Denis</title>
		<link>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-34</link>
		<author>Denis</author>
		<pubDate>Thu, 01 May 2008 07:12:56 +0000</pubDate>
		<guid>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-34</guid>
					<description>It happened. I moved project to &lt;a href="http://sourceforge.net/projects/phprtf" rel="nofollow"&gt;sourceforge&lt;/a&gt;. So it's possible to create subproject for moving PhpRtf over to PHP 5, but also there are more other jobs that could be done, etc: implementing styles, possibility to use templates and others.</description>
		<content:encoded><![CDATA[<p>It happened. I moved project to <a href="http://sourceforge.net/projects/phprtf" rel="nofollow">sourceforge</a>. So it&#8217;s possible to create subproject for moving PhpRtf over to PHP 5, but also there are more other jobs that could be done, etc: implementing styles, possibility to use templates and others.</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Support of merging cells in PhpRtf Lite by Mox</title>
		<link>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-33</link>
		<author>Mox</author>
		<pubDate>Wed, 23 Apr 2008 03:21:53 +0000</pubDate>
		<guid>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comment-33</guid>
					<description>Any chance of moving the files over to PHP5 - Once again I'm more than willing to help.

Let me know.</description>
		<content:encoded><![CDATA[<p>Any chance of moving the files over to PHP5 - Once again I&#8217;m more than willing to help.</p>
<p>Let me know.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
