Support of merging cells in PhpRtf Lite
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.
April 3rd, 2008 at 1:20 pm
Guys, thank you a lot!!!
You library is very helpful.
By the way, is it possible to make an image text wrapping “behind text”?
April 3rd, 2008 at 2:30 pm
No, current version has no such possibility. Maybe, future versions will have.
April 5th, 2008 at 1:26 am
How can one help with developing?
April 5th, 2008 at 9:19 pm
I have plans to move project to www.sourceforge.net. I will inform here when it hapens.
April 7th, 2008 at 4:43 pm
Whay not suport Cyrillic?
April 7th, 2008 at 11:06 pm
I get a lot of e-mails with question, how to insert variuos non english characters. When the resource is not utf-8, you have to use iconv function to convert your text to utf-8 encoding.
April 23rd, 2008 at 6:21 am
Any chance of moving the files over to PHP5 - Once again I’m more than willing to help.
Let me know.
May 1st, 2008 at 10:12 am
It happened. I moved project to sourceforge. 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.
May 6th, 2008 at 3:20 pm
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
May 7th, 2008 at 7:02 pm
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.