Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to convert PDF to Word document. There are softwares which convert PDF to word. But I need this conversion using PHP. So I need to know how to convert PDF to word using PHP?
Posted

1 solution

You can read the pdf contents of a file using for example some pdf to text or pdf to html library (eg class.pdf2text.php[^]). Then you save those contents to a doc file with something like XHTML2RTF[^]

or you can try this High-quality PDF to Word conversion in PHP?[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900