Please tell me code to generate MS word document 2000/XP/2003 including draw image.
Thank you.
Printable View
Please tell me code to generate MS word document 2000/XP/2003 including draw image.
Thank you.
I have no idea how to generate a Word document, but I can tell you how to generate a PDF, which is more portable and less error-prone:
http://au3.php.net/manual/en/ref.pdf.php
In fact, I'd go so far as to say that unless someone's reverse engineered the .doc format, it'd be very hard to generate a Word document programatically.
wuahhh.
My boss said i must create this aplicaton for microsoft word document in linux.
Help me please.
I am sorry but I can't help with that. Your boss's requirements are unrealistic.
If you need to create a Word document programatically your best option is to use a script to automate Word under Windows. Certainly this would be difficult to do under Linux, let alone from PHP.
Maybe if there is MS Word on the client side but thats unrealistic to require every visitor to have Word installed.