|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
printing word docs from widows 2003 server using .net 1.1/2.0Hi,
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 Not tried it, but would the word viewer help?
http://www.microsoft.com/downloads/details.aspx?familyid=95E24C87-8732-48D5-8689-AB826E7B8FDF&displaylang=en You could use ShellExecute to print with the word viewer. You would need to use some sort of queuing to make sure that you don't kill the server by print many documents at once. Steve Show quote "John H" <jjhnospam@yahoo.co.uk> wrote in message news:1169461401.725621.269930@l53g2000cwa.googlegroups.com... > 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 > Thanks for the info.
John Show quote On Jan 22, 10:42 am, "Steve Drake" <steve@NOSPAM_SS_Drakey.co.uk> wrote: > Not tried it, but would thewordviewer help? > > http://www.microsoft.com/downloads/details.aspx?familyid=95E24C87-873... > > You could use ShellExecute to print with thewordviewer. > > You would need to use some sort of queuing to make sure that you don't kill > theserverby print many documents at once. > > Steve > > "John H" <jjhnos***@yahoo.co.uk> wrote in messagenews:1169461401.725621.269***@l53g2000cwa.googlegroups.com... > > > > > Hi, > > I need to be able to printworddocsfromserver, needs to be a > > scalable solution. > > I appreciate there are lots of posts on this topic and Microsoft > > recommend not auatomating office on theserveras 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/haveWordonserverat all if doable. > > > Thanks > > > John- Hide quoted text -- Show quoted text -
Show quote
On Jan 24, 10:04 am, "John H" <jjhnos***@yahoo.co.uk> wrote: Sorry for delay.> Thanks for the info. > John > On Jan 22, 10:42 am, "Steve Drake" <steve@NOSPAM_SS_Drakey.co.uk> > wrote: > > > > > Not tried it, but would thewordviewer help? > > >http://www.microsoft.com/downloads/details.aspx?familyid=95E24C87-873... > > > You could use ShellExecute to print with thewordviewer. > > > You would need to use some sort of queuing to make sure that you don't kill > > theserverby print many documents at once. > > > Steve > > > "John H" <jjhnos***@yahoo.co.uk> wrote in messagenews:1169461401.725621.269***@l53g2000cwa.googlegroups.com... > > > > Hi, > > > I need to be able to printworddocsfromserver, needs to be a > > > scalable solution. > > > I appreciate there are lots of posts on this topic and Microsoft > > > recommend not auatomating office on theserveras 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/haveWordonserverat all if doable. > > > > Thanks > > > > John- Hide quoted text -- Show quoted text -- Hide quoted text - > > - Show quoted text - Any idea what the command line is for getting wordview to print a doc? Thanks |
|||||||||||||||||||||||