<?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/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>PhpRtf development blog</title>
	<link>http://www.phprtf.com</link>
	<description>(not only)</description>
	<pubDate>Tue, 24 Mar 2009 18:09:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>PhpRtf on SourceForge</title>
		<link>http://www.phprtf.com/index.php/2008/05/01/phprtf-on-sourceforge/</link>
		<comments>http://www.phprtf.com/index.php/2008/05/01/phprtf-on-sourceforge/#comments</comments>
		<pubDate>Thu, 01 May 2008 07:06:03 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
		
		<category><![CDATA[PhpRtf]]></category>

		<guid isPermaLink="false">http://www.phprtf.com/index.php/2008/05/01/phprtf-on-sourceforge/</guid>
		<description><![CDATA[I created PhpRtf project on sourceforge. I moved sources of library to SVN repository. You can check out using command:
svn co https://phprtf.svn.sourceforge.net/svnroot/phprtf phprtf 
Here you will find most up-to-date copy of library. Also, you can join development.
]]></description>
			<content:encoded><![CDATA[<p>I created PhpRtf project on <a href="http://sourceforge.net/projects/phprtf">sourceforge</a>. I moved sources of library to SVN repository. You can check out using command:</p>
<p><em>svn co https://phprtf.svn.sourceforge.net/svnroot/phprtf phprtf </em></p>
<p>Here you will find most up-to-date copy of library. Also, you can join development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phprtf.com/index.php/2008/05/01/phprtf-on-sourceforge/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Support of merging cells in PhpRtf Lite</title>
		<link>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/</link>
		<comments>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 19:42:43 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
		
		<category><![CDATA[PhpRtf]]></category>

		<guid isPermaLink="false">http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/</guid>
		<description><![CDATA[PhpRtf Lite 0.3.0 released. The main feature added is support of merging cells in table. This feature is implemented in Table->mergeCells() method. Library can be downloaded from Download page.
Usage of cells merging can be found in Sample scripts.
]]></description>
			<content:encoded><![CDATA[<p>PhpRtf Lite 0.3.0 released. The main feature added is support of merging cells in table. This feature is implemented in Table->mergeCells() method. Library can be downloaded from <a href="http://www.phprtf.com/index.php/download/">Download page</a>.</p>
<p>Usage of cells merging can be found in <a href="http://www.phprtf.com/index.php/samples/">Sample scripts</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phprtf.com/index.php/2008/01/28/support-of-merging-cells-in-phprtf-lite/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PhpRtf tutorials in Italian</title>
		<link>http://www.phprtf.com/index.php/2008/01/21/phprtf-tutorials-in-italian/</link>
		<comments>http://www.phprtf.com/index.php/2008/01/21/phprtf-tutorials-in-italian/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 19:53:09 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
		
		<category><![CDATA[PhpRtf]]></category>

		<guid isPermaLink="false">http://www.phprtf.com/index.php/2008/01/21/phprtf-tutorials-in-italian/</guid>
		<description><![CDATA[Two PhpRtf tutorials in Italian are published on www.codicefacile.it/. 
One is about creating simple .rtf document. Second is about creating tables in .rtf documents using PhpRtf.
]]></description>
			<content:encoded><![CDATA[<p>Two PhpRtf tutorials in Italian are published on <a href="http://www.codicefacile.it/">www.codicefacile.it/</a>. </p>
<p>One is about <a href="http://www.codicefacile.it/tutorials/tutorials.php/35/Creare_RTF_da_Php_-_Introduzione/category/">creating simple .rtf document</a>. Second is about <a href="http://www.codicefacile.it/tutorials/tutorials.php/36/Creare_RTF_da_Php_-_Formato_pagina_e_Tabelle/category/">creating tables in .rtf documents</a> using PhpRtf.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phprtf.com/index.php/2008/01/21/phprtf-tutorials-in-italian/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PhpRtf Lite 0.2.1 released</title>
		<link>http://www.phprtf.com/index.php/2007/10/27/phprtf-lite-021-released/</link>
		<comments>http://www.phprtf.com/index.php/2007/10/27/phprtf-lite-021-released/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 08:52:29 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
		
		<category><![CDATA[PhpRtf]]></category>

		<guid isPermaLink="false">http://www.phprtf.com/index.php/2007/10/27/phprtf-lite-021-released/</guid>
		<description><![CDATA[•	Added method Rtf::setLandscape() for setting landscape orientation of rtf document.
]]></description>
			<content:encoded><![CDATA[<p>•	Added method Rtf::setLandscape() for setting landscape orientation of rtf document.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phprtf.com/index.php/2007/10/27/phprtf-lite-021-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PhpRtf Lite 0.2.0 released</title>
		<link>http://www.phprtf.com/index.php/2007/08/12/phprtf-lite-020-realised/</link>
		<comments>http://www.phprtf.com/index.php/2007/08/12/phprtf-lite-020-realised/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 11:34:06 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
		
		<category><![CDATA[PhpRtf]]></category>

		<guid isPermaLink="false">http://www.phprtf.com/index.php/2007/08/12/phprtf-lite-020-realised/</guid>
		<description><![CDATA[Some very strong bugs fixed. 
Note: It’s possible, that after updating, your code which is using library will throw errors, and should be refactored.
•	Documents with tables generated using PhpRtf Lite crashed in Microsoft Word 2000. Fix in Table::getContent method.
•	Removed all call-times pass-by-reference from the library. Because with allow_call_time_pass_reference = false setting in php.ini, warnings were [...]]]></description>
			<content:encoded><![CDATA[<p>Some very strong bugs fixed. </p>
<p><b>Note: It’s possible, that after updating, your code which is using library will throw errors, and should be refactored.</b></p>
<p>•	Documents with tables generated using PhpRtf Lite crashed in Microsoft Word 2000. Fix in Table::getContent method.</p>
<p>•	Removed all call-times pass-by-reference from the library. Because with allow_call_time_pass_reference = false setting in php.ini, warnings were frown. </p>
<p>Also is changed Container::writeText() method declaration. Instead of variables are used instances:<br />
Old declaration:<br />
function writeText($text, $font, $parFormat = false, $replaceTags = true);<br />
New declaration:<br />
function writeText($text, &#038;$font, &#038;$parFormat, $replaceTags = true)</p>
<p>PHP 4 doesn’t let writing &#038;$parFormat = 0 in declaration. So after updating library, your code, which is using library, should be refactored. </p>
<p>Instead of writing:<br />
$sect->writeText(‘RTF PHP’, new Font());<br />
or<br />
$section->writeText(‘RTF PHP’, new Font(), false);</p>
<p>You have to write:<br />
$null = null;<br />
$sect->writeText(‘RTF PHP’, new Font(), $null);</p>
<p>As third argument is used null reference. Look at the samples for more information.</p>
<p>•	Also removed possibility to use &lt;page&gt; and &lt;section&gt; tags in Container:writeText() method.<br />
Instead of using &lt;section&gt;, you should create new section. Instead of using &lt;page&gt; tag, you should use Section::insertPageBreak() method (that’s done, because, page breaking shouldn’t be used in headers, footers and cells).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phprtf.com/index.php/2007/08/12/phprtf-lite-020-realised/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PhpRtf Lite 0.1.1 released</title>
		<link>http://www.phprtf.com/index.php/2007/07/06/phprtf-lite-011-released/</link>
		<comments>http://www.phprtf.com/index.php/2007/07/06/phprtf-lite-011-released/#comments</comments>
		<pubDate>Fri, 06 Jul 2007 14:27:34 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
		
		<category><![CDATA[PhpRtf]]></category>

		<guid isPermaLink="false">http://www.phprtf.com/index.php/2007/07/06/phprtf-lite-011-released/</guid>
		<description><![CDATA[Just few bug fixes:
•	In Rtf->sendRtf method added line: header(&#8217;Content-type: application/msword&#8217;).
•	Fixed bug in ParFormat constructor. Didn’t work well with justify alignment.
•	In Cell->setDefaultAlignment added possibility to set justify alignment.
]]></description>
			<content:encoded><![CDATA[<p>Just few bug fixes:</p>
<p>•	In Rtf->sendRtf method added line: header(&#8217;Content-type: application/msword&#8217;).<br />
•	Fixed bug in ParFormat constructor. Didn’t work well with justify alignment.<br />
•	In Cell->setDefaultAlignment added possibility to set justify alignment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phprtf.com/index.php/2007/07/06/phprtf-lite-011-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PhpRtf Lite First Beta released</title>
		<link>http://www.phprtf.com/index.php/2007/05/15/phprtf-lite-first-beta-realead/</link>
		<comments>http://www.phprtf.com/index.php/2007/05/15/phprtf-lite-first-beta-realead/#comments</comments>
		<pubDate>Tue, 15 May 2007 22:32:21 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
		
		<category><![CDATA[PhpRtf]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/index.php/2007/05/10/phprtf-lite-first-beta-realead/</guid>
		<description><![CDATA[We are proud to announce that PhpRtf Lite First Beta is currently released and is available to download from our site.
]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce that PhpRtf Lite First Beta is currently released and is available to download from our site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phprtf.com/index.php/2007/05/15/phprtf-lite-first-beta-realead/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
