<?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>Sat, 01 May 2010 12:13:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>PHPRtfLite 1.0.1 has been released</title>
		<link>http://www.phprtf.com/index.php/2010/05/01/phprtflite-101-has-been-released/</link>
		<comments>http://www.phprtf.com/index.php/2010/05/01/phprtflite-101-has-been-released/#comments</comments>
		<pubDate>Sat, 01 May 2010 12:13:31 +0000</pubDate>
		<dc:creator>steffen</dc:creator>
		
		<category><![CDATA[PhpRtf]]></category>

		<guid isPermaLink="false">http://www.phprtf.com/index.php/2010/05/01/phprtflite-101-has-been-released/</guid>
		<description><![CDATA[I&#8217;m happy to announce the release of PHPRtfLite 1.0.1. There are not many changes made, but nevertheless it is worth to update. The changes are as follows:

Vertical alignment for tables caused broken layouts for OpenOffice and TextMaker,
and some small bugs

PHPRtfLite was tested with Microsoft® Office™ Professional 2003, OpenOffice 3.2 Write, and TextMaker Viewer 2010.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce the release of PHPRtfLite 1.0.1. There are not many changes made, but nevertheless it is worth to update. The changes are as follows:</p>
<ul>
<li>Vertical alignment for tables caused broken layouts for OpenOffice and TextMaker,</li>
<li>and some small bugs</li>
</ul>
<p>PHPRtfLite was tested with Microsoft® Office™ Professional 2003, OpenOffice 3.2 Write, and TextMaker Viewer 2010.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phprtf.com/index.php/2010/05/01/phprtflite-101-has-been-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHPRtfLite 1.0 has been released</title>
		<link>http://www.phprtf.com/index.php/2010/03/31/phprtflite-10-has-been-released/</link>
		<comments>http://www.phprtf.com/index.php/2010/03/31/phprtflite-10-has-been-released/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 09:04:00 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
		
		<category><![CDATA[PhpRtf]]></category>

		<guid isPermaLink="false">http://www.phprtf.com/index.php/2010/03/31/phprtflite-10-has-been-released/</guid>
		<description><![CDATA[I&#8217;m happy to announce the 1.0 release of PHPRtfLite. The changes are as follows:
–                   Autoloader now validates class names for better security
–                [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce the 1.0 release of PHPRtfLite. The changes are as follows:</p>
<p>–                   Autoloader now validates class names for better security</p>
<p>–                   Replaced class PHPRtfLite_Note to PHPRtfLite_Footnote and PHPRtfLite_Endnote, because it&#8217;s more clear and a better OO-Design</p>
<p>–                   Bugs fixed: #2971336, #2969964</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phprtf.com/index.php/2010/03/31/phprtflite-10-has-been-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHPRtfLite 1.0 RC1 has been released</title>
		<link>http://www.phprtf.com/index.php/2010/03/15/phprtflite-10-rc1-has-been-released/</link>
		<comments>http://www.phprtf.com/index.php/2010/03/15/phprtflite-10-rc1-has-been-released/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 19:27:12 +0000</pubDate>
		<dc:creator>Denis</dc:creator>
		
		<category><![CDATA[PhpRtf]]></category>

		<guid isPermaLink="false">http://www.phprtf.com/index.php/2010/03/15/phprtflite-10-rc1-has-been-released/</guid>
		<description><![CDATA[Download at:  
https://sourceforge.net/projects/phprtf/files/phprtflite/phprtflite.1.0.0/phprtflite.1.0.0.zip/download
PHPRtfLite 1.0 is a full rewrite of the almost two years old version 0.3 and does now take advantages of PHP 5 object orientation.
What has changed:
–                   PHPRtfLite has a built-in autoloader, you may use, [...]]]></description>
			<content:encoded><![CDATA[<p>Download at:  <a href="https://sourceforge.net/projects/phprtf/files/phprtflite/phprtflite.1.0.0/phprtflite.1.0.0RC1.zip/download"><br />
https://sourceforge.net/projects/phprtf/files/phprtflite/phprtflite.1.0.0/phprtflite.1.0.0.zip/download</a></p>
<p>PHPRtfLite 1.0 is a full rewrite of the almost two years old version 0.3 and does now take advantages of PHP 5 object orientation.</p>
<p>What has changed:</p>
<p>–                   PHPRtfLite has a built-in autoloader, you may use, but you do not have to</p>
<p>–                   all classes are having the prefix PHPRtfLite to avoid name conflicts</p>
<p>–                   exception handling has been added</p>
<p>–                   setting borders has been changed</p>
<p>–                   constants has moved into the classes</p>
<p>–                   color hex numbers can be 3 or 6 digits (#f03 or #ff0033)</p>
<p>–                   showing a missing image, if the image file does not exists</p>
<p>–                   NEW FEATURE: footnote and endnote support</p>
<p>–                   and some bugs fixes</p>
<p>Some methods are renamed but, to keep a bit backward compatibility the old methods are still there, but will be removed in the future, may be in version 1.1 or later if users will need more time to adapt their code. (You will have to tell us.)</p>
<p>Sample files are also included, of course.</p>
<p>Future plans for PHPRtfLite</p>
<p>For getting the version 1.0 stable we will need your help. So please let us know about bugs, missing functionalities or circuitous behavior.</p>
<p>For the next version 1.1 we like to hear from you which functionalities you would desire most.</p>
<p>Here a list of possible features, that could be implemented for next version:</p>
<p>–                   Comments</p>
<p>–                   Table of contents</p>
<p>–                   Nested tables</p>
<p>–                   bullet lists</p>
<p>–                   your suggestion?</p>
<p>SVN repository folders changed</p>
<p>To checkout the version 1.0:</p>
<p><em>svn co<br />
https://phprtf.svn.sourceforge.net/svnroot/phprtf/branches/v1.0</em></p>
<p>All bug fixes will be added to this branch (and of course to the trunk, too).</p>
<p>Older versions are available under tags.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phprtf.com/index.php/2010/03/15/phprtflite-10-rc1-has-been-released/feed/</wfw:commentRss>
		</item>
		<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>
