Convert Docs to PDF in upload

Hello, is there any way to system convert word documents to pdf when a user upload a file?

thanks

You may use Row_Inserted/Updated server event to convert the updated file. According to doc of PHPWord, it supports converting doc to pdf, you may check the PHPWord doc for details.