I am working on a Windows Application that allows a user to select 5-6 pdf documents and then attempt to print it all at once. Right now I am using PDFEditor to concatenate the files and then use the PdfViewer to allow the user to select the printer and then print.
Is there a better way to do this? I want them to select the printer just once and then I want to call the PrintDocument as many times as the number of documents they wish to print.