B
Brian Cryer
A project I'm about to start on has a requirement to create word documents
on the fly for download from the website. To date all the code examples I've
found on the net use automation (and by implication require office to be
installed on the server).
Am I right in assuming that using Automation to generate word documents is a
bad idea for a webserver? I've always had the impression that with Excel the
single threaded nature of it meant it was unsuitable for all but the
lightest use on a webserver and I'm making the assumption that the same
applies to Word. Am I right?
Also, does anyone know of any alternatives for generating a word document?
(Text + Images + ideally some formatting)
TIA.
on the fly for download from the website. To date all the code examples I've
found on the net use automation (and by implication require office to be
installed on the server).
Am I right in assuming that using Automation to generate word documents is a
bad idea for a webserver? I've always had the impression that with Excel the
single threaded nature of it meant it was unsuitable for all but the
lightest use on a webserver and I'm making the assumption that the same
applies to Word. Am I right?
Also, does anyone know of any alternatives for generating a word document?
(Text + Images + ideally some formatting)
TIA.