Re: Microsoft Word Development on a Web Server
From: John McGhie (john_at_mcghie.name)
Date: 06/01/04
- Next message: John McGhie: "Re: National characters don't show in docs from Windows"
- Previous message: John McGhie: "Re: Mac OS9.2.2/Word98"
- In reply to: Jon Ebersole: "Microsoft Word Development on a Web Server"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 02 Jun 2004 09:52:44 +1000
Hi Jon:
Word 2003 can publish three broad kinds of entities to a webserver: A
SharePoint collaborative document, a Word Mark-up Language (XML) document,
or an HTML web page.
For the first one to function, the client must have Office 2003 and Windows
XP installed. For the second, the client must have Word 2003 installed.
For the third, any XHTML-compliant browser will do.
You need to set your copy of Word to save out as "Web Page (Filtered)" to
enable the HTML version.
Some objects will not convert to HTML, you require XML. For those, the
client must be XML compliant and able to transform the Microsoft Office Word
namespace.
Office 2003 does not package anything: it expects the correct applications
to be installed on both the server and the client.
And as Beth says: you are in the wrong group: we can only look lustfully
over the fence at XML from here...
Cheers
On 1/6/04 5:51 AM, in article
B94AA997-A1F5-4651-AD13-FF6D36E064C6@microsoft.com, "Jon Ebersole"
<jon@compdevsys.com> wrote:
> I am creating an application that creates Microsoft Word Documents on the fly
> for the user. I have developed this as a web page, and tested it on my
> machine. It works fine, but when I publish the page to the server, it won't
> work. I have Microsoft Office 2003 installed on my machine, but no Office
> products installed on the server. My assumption was that the deployment
> package I created would package all the necessary dependencies to allow the
> project to run on the server. It doesn't seem to be the case. I am getting
> errors that certain classid's aren't registered. Usually this means that the
> Office isn't installed (which is true in this case of course). My question
> is; Is it necessary to install Microsoft Office 2003 on the server, or can I
> just package the necessary DLL's?
>
> Thank you in advance for your assistance.
>
> Jon Ebersole
>
-- Please reply to the newsgroup to maintain the thread. Please do not email me unless I ask you to. John McGhie <john@mcghie.name> Consultant Technical Writer Sydney, Australia +61 4 1209 1410
- Next message: John McGhie: "Re: National characters don't show in docs from Windows"
- Previous message: John McGhie: "Re: Mac OS9.2.2/Word98"
- In reply to: Jon Ebersole: "Microsoft Word Development on a Web Server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|