Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate RTFs with PHP

Tags:

php

rtf

I need to generate an RTF from within PHP. I've seen several libraries out there but wondering if anyone has used any of them or if they've just hand coded their own (which I'm perfectly able to do). Any opinions out there? TIA

like image 898
Scott Avatar asked Sep 26 '09 20:09

Scott


1 Answers

Well, I've used PhpRtf and it was very good. You can download it at http://sourceforge.net/projects/phprtf/

like image 121
Daniel Sorichetti Avatar answered Sep 30 '22 10:09

Daniel Sorichetti