Hello programmers!
I recieved the following assignment to do in C#.net:
It is a class that:
* Accepts an HTML report string
* Converts the HTML string into a PDF file using PDF Creator (free open source library)
What are some utilities that I will need to use?
I so far programmed only console applications, and I only included the system library.
Is the PDF Creator already in Visual Studio, or do I need to download it. I tried to find out throught its website, but it did not show this.