Conver DOC to TXT or HTML

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
digitak
Forum Newbie
Posts: 1
Joined: Sun May 30, 2010 6:28 am

Conver DOC to TXT or HTML

Post by digitak »

hi all
i need a simple script for converting Word Documents (DOC or DOCX) to html .
i need to import pictures from Word to html carefully .

and i need an another script for convert html with images to PDF .

i use COM but it contains errors on the server like 'Not Found COM Class' .

please help .

tanks so much . :crazy:
User avatar
phdatabase
Forum Commoner
Posts: 83
Joined: Fri May 28, 2010 10:02 am
Location: Fort Myers, FL

Re: Conver DOC to TXT or HTML

Post by phdatabase »

When I needed the same thing I couldn't find it so I wrote a script to use an online service. Cumbersome and slow but it got the job done. It's been a while ago so I would Google the whole mess again. The one bright spot was finding tcpdf Class. This makes first rate PDFs and I have used it many time now. Hope this helps.
Post Reply