I have made a Windows Form application and I want to print an existing PDF document with my default printer.
I have the file, stored in c:\users\marten\document.pdf.
I have searched a long time for some examples, but the only examples I found was printing a text file or printing a string into a document.
Can someone give me a good example or tutorial?