Reputation: 464
Is there any way to convert rtf format to pdf using PHP?
Thanks
Upvotes: 4
Views: 13344
Reputation: 11146
If you want to stick with pure PHP, you can probably use HTML as an intermediary:
Upvotes: 4
Reputation: 9
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
Upvotes: 0
Reputation: 2240
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.
Upvotes: 2
Reputation: 19220
You can use OpenOffice command line interface for that. Check my answer to a similar question.
Upvotes: 2