I was wondering if anyone knew how I should approach converting a pdf to bmp in C#. I wanted to do this without external libraries as sort of a longer learning experience.
I'm just stuck as to how to approach this without using other libraries I don't want.
If anyone has any open source examples I could look at to get an idea of how I should start it that would be much appreciated!
Thanks