file type and file conversion in php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • john pandi
    New Member
    • Aug 2007
    • 5

    file type and file conversion in php

    how to convert the .doc and .rtf to .txt files in php
  • kovik
    Recognized Expert Top Contributor
    • Jun 2007
    • 1044

    #2
    You mean convert binary data into plain text? Unless you can find something on Google that already does it, then you'll need to familiarize yourself with the file types and decode it. If you don't find any tools, MSDN likely has a lot of resources on the way the file types are laid out.

    Comment

    Working...