Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert RTF/DOC to HTML

Status
Not open for further replies.

ScanX

Programmer
Oct 13, 2003
26
BE
Hello,

I would like to allow the user to select a DOC/RTF file from his hard disk and upload it to the server BUT it has to be converted into HTML (and keeping the page layout).
Selecting and uploading is of course no problem, but I wonder if the conversion is possible.

So in summary :

1) Select the doc/rtf file
2) Upload the file
3) Convert the uploaded file into HTML

How to do point 3) ?

Thanx in advance for help
 
you would probably have to open the file fopen() then put it into a string and then display the string on the screen. i could be wrong though.



Martin

Computing help and info:

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top