This may seem like a strange question, but I need to turn my code into a pdf file, so I can transfer it. Yes, unfortunately, the school system requires code on a CD in pdf format. I could open every class in my solution and copy it. But - as a programmer - I'm lazy and would like to know if Visual Studio has any features for this? or if there is another way?
Edit: A third-party program that iterates through all the files in a folder, opens the file and copies its contents to a PDF file. Would also - it should not be in Visual Studio.
source share