T
ThunderMusic
Hi,
I must print a PDF report from a windows service (so without human
action). The pdf is located in a specific place on hard drive that is
accessible to the application. Until now, I've only been able to open the
pdf file and the press on the "Print" button in acrobat. But that exactly
what I must avoid. The service must load the document and print it (well,
maybe not load it, but at least print it) all by itself. And the document
can be sent on different printers depending on the settings of the service
(actually, it can be sent to 3 printers), so I just can't send to the
default printer.
Is there a way to do it in .NET or will I have to buy some third party
component (which I would like to avoid too)
thanks
ThunderMusic
I must print a PDF report from a windows service (so without human
action). The pdf is located in a specific place on hard drive that is
accessible to the application. Until now, I've only been able to open the
pdf file and the press on the "Print" button in acrobat. But that exactly
what I must avoid. The service must load the document and print it (well,
maybe not load it, but at least print it) all by itself. And the document
can be sent on different printers depending on the settings of the service
(actually, it can be sent to 3 printers), so I just can't send to the
default printer.
Is there a way to do it in .NET or will I have to buy some third party
component (which I would like to avoid too)
thanks
ThunderMusic