Hi,
I have used the api to turn .docx to .txt files successfully.
What I need is to turn .doc to .txt too.
Is there anyway of doing this using phpdocx?
Thanks,
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowHi,
I have used the api to turn .docx to .txt files successfully.
What I need is to turn .doc to .txt too.
Is there anyway of doing this using phpdocx?
Thanks,
Hello,
There's no method to transform DOC to TXT but you can use http://www.wagner.pp.ru/~vitus/software/catdoc/ if you're using Linux. If you prefer to transform DOC to DOCX you need to use a macro and this method:
http://www.phpdocx.com/api-documentation/layout-and-general/imports-macro-Word-document-with-PHP
Regards.