How to render pdfs using C#
I want to load and draw pdf files graphically using C#. I don’t need to edit them or anything, just render them at a given zoom level. The pdf libraries I have found seem to be focussed on generation. How do I do this? Thanks. Answer Google has open sourced its excellent PDF rendering engine … Read more