Hi,
I have added reference of following DLL's
APToolkitNET.dll
Aspose.Pdf.dll
Aspose.Words.dll
By this I am able to create a pdf from word Document
then, I am trying to Create PDF from HTMl string. There I am getting error in the first line itself
" Aspose.Pdf.Generator.Pdf pdf = new Aspose.Pdf.Generator.Pdf(); "
as Unable to find class Generator
Do i need to add any more reference files ?
Please Let me know your Comments on this.