I have written a c sharp console application that writes a file, now I want to print it. I saw many examples while searching, but many of them start with a form and buttons, I don't want the user to press any button since I already know the file, the font and the size, I just want to print the document. Also every application I found is a Windows Form application, can you tell me how to call it from a console application?
Sorry if the question is a little basic, I'm just beginning to learn.