I need to print several PDF-documents to a specific network printer. They have to be in a specific order. This should preferably go on in the background. I have created a VB.NET program that reads the names of the PDF documents in correct order from an Excel sheet and that works fine, but my problem is getting them printed out. Someone suggested the iTextSharp library, but I cannot find any documentation that explains how to open a .pdf-file, add pdf's and then print.
Please help!
Brgds IVer in Oslo