My First Program . Learning and extending my C# skills This is a simple program that produces automated texts, converting pdf files to jpg using poppler-0.68 and now Ghostscript, sending e-mails with pre define texts.
This software was used as an aid program for a few of the boring tasks at my job.
More details will come in due time about this piece of art (don't look at the code!! it's a spaghetti at the moment)
The code has been reworked to minimized the memory footprint and improve the efficiency. Reducing repeatetion of code. Next stage of the development will be to move most of the code to Class Library and allow the code to be implemented in diffrent UIs