export word
Linux, Apache, MySQL, PHP
2
Posts
2
Posters
0
Views
1
Watching
-
i need export doc from html in php
-
i need export doc from html in php
I'm not sure how to do that, especially without the usage of some external library. If you have access to write a Perl CGI script, there might be a Word library you could include, but I'm not sure. If I had to do that, I would probably go for trying to export it as a RTF document as the file format is plain text (sort of like an analog of what HTML is to web pages). If I'm not mistaken, DOC files are actually compressed ZIP files that contain all the images, text, and metadata that describe the document.