hello
i would like to save a web pages to a file readable by Microsoft Word
(it may be named with the extension .DOC even if it is not so...
MSWord is able to understand XML, RTF, HTML ...)
- notice that the images must be included (JPEG or GIF)
my ideas :
- write a RTF file (cannot write .DOC because the Unix has not DOM)
- save a page with the dump of the images (like the web archive from
Internet Explorer ".mht")
cons :
- must be in Linux/Unix (so DOM cannot be used)
- price may be as low as ... :)
- not a PDF because it must be writable
It's been 2 days i'm searching ... i don't find the answer
Thank you by advance
i would like to save a web pages to a file readable by Microsoft Word
(it may be named with the extension .DOC even if it is not so...
MSWord is able to understand XML, RTF, HTML ...)
- notice that the images must be included (JPEG or GIF)
my ideas :
- write a RTF file (cannot write .DOC because the Unix has not DOM)
- save a page with the dump of the images (like the web archive from
Internet Explorer ".mht")
cons :
- must be in Linux/Unix (so DOM cannot be used)
- price may be as low as ... :)
- not a PDF because it must be writable
It's been 2 days i'm searching ... i don't find the answer
Thank you by advance