Forum Moderators: coopster

Message Too Old, No Replies

convert microsoft word to php for printing

do u think this posible?

         

nanat

12:44 am on May 14, 2009 (gmt 0)

10+ Year Member



aim new php web programmer isn't possible to convert Microsoft word,excel to HTML powered by php script?

tnx alot Guys For your Help :D

eelixduppy

3:30 am on May 14, 2009 (gmt 0)



With MS Word and Excel there is an option to save it as a HTML file.

Save As > Webpage

nanat

4:58 am on May 14, 2009 (gmt 0)

10+ Year Member



both sir MS Word and Excel..

eelixduppy

5:35 am on May 14, 2009 (gmt 0)



Can you please elaborate? I'm not quite sure what you're asking now.

nanat

6:11 am on May 14, 2009 (gmt 0)

10+ Year Member



sorry eelixduppy :D

this is how i want to do but i cant find it.. assuming im finish coding in Microsoft word then i save it as .html my question is how can u get the file.html and print it?

nanat

6:14 am on May 14, 2009 (gmt 0)

10+ Year Member



i mean assuming im finish coding in Microsoft word then i save it as .html then upload it to the web my question is how can u get the file.html and print it for the web?

eelixduppy

7:05 am on May 14, 2009 (gmt 0)



If you want to grab the text in the file then you could use fopen [php.net](), however, if you are uploading it to a web server you only have to place it in the directory where you want to access it and if it's within the web root then you should be able to go to it through a browser.

[edited by: eelixduppy at 7:38 am (utc) on May 14, 2009]

nanat

7:20 am on May 14, 2009 (gmt 0)

10+ Year Member



ic.. thanks but i dont any idea how to print it :D

eelixduppy

7:39 am on May 14, 2009 (gmt 0)



Sorry the link I gave you before was broke. It's fixed now and also here: [php.net...]

nanat

7:44 am on May 14, 2009 (gmt 0)

10+ Year Member



hahaha.. openssl_open to difficult to understand nosebleed.. ah i see i use fopen before for my logs so its east to understand.. thanks anyways :D