Source Code to PDF

For our assignment submission we had to print all our programs for the year. As such to aid in this process I built a simple tool in C#. It locates all the files in a folder with the extension provided in the input field. It creates a new page of PDF file with the filename and the rest of it the page with the contents of the file. All these pages are then combines to create a single PDF file which is saved to the location given in the input field. I made this for my 12th board finals where I was required to print over 100 small programs. I made this to help myself and my friends in the printing process as it’s far too cumbersome to print each class, instead having the ability to combine it into a single PDF file and printing it in a few simple and easy clicks.

Source Code on GitHub