Convert Word File to PDF using PHPWord library
I attempted to convert my Word document to PDF, but the formatting was lost and did not match the original. Specifically, I was converting a certificate from a Word file to PDF, resulting in incorrect formatting. Despite searching for a solution, I couldn’t find one, and I’m not very familiar with PHP libraries like PHPWord. Any assistance would be greatly appreciated. I have included my code as well