1
votes

I am looking for a way to convert Word files to PDF using PHP.

The reason for this, is I need to be able to upload word files of various formats .I want to convert those files to pdf in php.

I am using codeigniter Framework, so am hoping that someone will be able to point me in the right direction.

sorry for my english

1
I think this is outside the scope of CodeIgniter, but there are many ways to do it in general PHP, see the comment by @SNAGJasper

1 Answers

0
votes

one of the best PHP word library is https://github.com/PHPOffice/PHPWord

you can modify any word documents from php and save them as pdf or any document format you want.

you just need to copy paste phpword in the libraries folder and use it as a library.