OK, so this is my requirement...
I'm writing a winforms app that needs to create and edit Excel files on the fly and then print individual sheets to PDFs. However my application needs to be self sufficient and not rely on a PDF printer being installed.
With this in mind I need a .Net PDF printing component that I can reference in my application and call internally, passing such parameters as which page to print and where to put the file.
Does anyone know of such a thing, and if so where is it? Obviously, if anyone has done this sort of thing before, some sample code and the names of the components you used would be great.
Thanks