About PhpRtf Lite

PhpRtf Lite is a PHP class library. The purpose of the library is creating rtf documents with php, which are compatible with Microsoft Word and Open Office Writer programs. It can be used when it is need to generate rtf document on a server side.

The main PhpRtf advantage of other such kind programs is, that it’s designed on OOP principles. The elements of rtf document are represented as “objects”.

Here is a list of main features of PhpRtf tool:

• Document sections formatting: margins, paper size, borders ant other (document can have more than one section);
• Headers and footer formatting;
• Paragraph control: background, borders, alignment and other;
• Font control: bold, italic, face, size, color (it’s possible to use html style tags);
• Embedded images (.jpg and .png formats);
• Tables formatting: sizes, borders, background and alignment of cells;
• UTF-8 support.

LICENSE INFORMATION

PhpRtf Lite is published under LGPL license and is entirely free.