Is there any way in javascript to give a user the ability to save a web page as, say , a MS Word .doc or Adobe .pdf?
Thanks
orion_rus
7:37 am on Jan 26, 2005 (gmt 0)
Good question) but i think it would be more easy to form doc or pdf document in a server side and then transfer it to a user. I don't hear about such support Javascript. May be because to transfer it to another type of document u simply need to start transfer program, it's just one more event) it's very simple i think) Good luck to you