printing word docs from server

J

John H

Hi,
I need to be able to print word docs from server , needs to be a
scalable solution.
I appreciate there are lots of posts on this topic and Microsoft
recommend not auatomating office on the server as per

http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757

So what is best approach.?
Any 3rd part tools/libs that are good at this?
Preffer not to use/have Word on server at all if doable.

Thanks

John
 
P

Perry

What is the problem with issuing client print commands regarding documents
on a fileserver?
Too little info here, kindly specify ...

Krgrds,
Perry
 
J

John H

What is the problem with issuing client print commands regarding documents
on a fileserver?
Too little info here, kindly specify ...

Krgrds,
Perry






- Show quoted text -

Hi,
Thanks for the response.

Assuming u mean something like the following command

print /D:\\dp-services01\training c:\test.doc

then this just prints garbage on the printer.

Pretty sure print can only handle text files.

Any other ideas?
Regards

John
 
S

Steve Rindsberg

Hi,
I need to be able to print word docs from server , needs to be a
scalable solution.
I appreciate there are lots of posts on this topic and Microsoft
recommend not auatomating office on the server as per

http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757

So what is best approach.?

The best approach? Don't do it. ;-)

Second best? Serialize. Automate Word on the server and make sure you
only open/print one doc file at at time.
Any 3rd part tools/libs that are good at this?

Can't help with that one.
Preffer not to use/have Word on server at all if doable.

Open Office might be able to do the job and might be automatable ...

Third party tools might help.

I doubt writing your own DOC/DOCX file reader would be very practical,
but you might be a lot more ambitious than I'd be. <g>

Automating Word is probably your best bet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top