Hi all,
I work for a very small company, and I am new to the .Net environment and C# (I have a copy of "Learn C# in 21 Days" in front of me). Our company has a web service that uploads a client's csv file, processes it, and outputs as .html a series of bar graphs, tables, and text, and we would like to convert this output from the current .html format into Powerpoint, with predetermined slide breaks and with our company logo and graphics on the borders of each slide. I have been made the point person on this.
I just downloaded Aspose.slides, and I must admit that I do not know where to get started with it. Here are my specific questions.
(1) How do we call Aspose.slides in our C# code? Is there a manual that anyone can point me to?
(2) Is there any way to try Aspose.slides out, before we put it into our web server? (We do not yet have a test server available.)
I'm still very much a novice in this. If you could keep your answers as free of heavy-duty technical stuff I'd really appreciate it. If you could point me to a manual, that would be even better. Thanks in advance!