Is there any way to convert rtf format to pdf using PHP?
Thanks
Ted is the tool you're looking for. Ted brings also a script called rtf2pdf.sh you can execute by PHP to create a PDF file.
You should try out livedocx livedocx.com . The latest Zend Framework 1.10 has a ready built module to help you out. You can read more about it at this place http://www.phpfreaks.com/tutorial/template-based-document-generation-using-livedocx-and-zend-framework
If you want to stick with pure PHP, you can probably use HTML as an intermediary:
You can use OpenOffice command line interface for that. Check my answer to a similar question.