addSection(); $sect->writeText('Hello world.', new PHPRtfLite_Font(12), new PHPRtfLite_ParFormat(PHPRtfLite_ParFormat::TEXT_ALIGN_CENTER)); // save rtf document $rtf->save($dir . '/generated/' . basename(__FILE__, '.php') . '.rtf');