I am sure this is really easy to do. I can't seem to find the answer.
BACKGROUND:
I have a folder that contains multiple PDF files. I need to send each one to a network printer and then move them to another folder. I have XI and the SDK. I would like to do this within a VB or C# application that I will run within Task Scheduler.
QUESTION:
What COM object do I reference in my project? Which method do I use? I found info about javascript using print method of the Doc object. But I cannot find any information on how to instantiate a Doc object.
I don't need to change the PDF files. Just print them. I don't want any user interaction. It has to be done programmatically.
Please help