Jump to content

doc to html


Jocka

Recommended Posts

DOC TO HTML is my intentions.. no longer about php type libraries.

I need a DOC file to become an HTML file. I can do the opposite quite easily but reading the doc files seems damn near impossible.

I've found a couple of php scripts but they don't seem to do much really. I've tried them and they don't work so I'm not sure what's going wrong. One of them read the file based on hex values. I'm HEX retarded. I don't know how all that works.

There has to be an easy way to do this without having to pay some other PHP programmer to do this for me.  Please help me..
Link to comment
https://forums.phpfreaks.com/topic/27295-doc-to-html/
Share on other sites

Turning a .doc file into html is definately not part of the php core language. MS's .doc format is one of the most foobar'd markups around. It follows no standard at all!

Having said that though, there are a few people just foobar'd enough to still want to use it, if you search hard enough (and in all the wrong places) you may find a solution.
Link to comment
https://forums.phpfreaks.com/topic/27295-doc-to-html/#findComment-124823
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.