Trying to evaluate Apose.pdf

I have tried every example I can find but I just can't get anything to generate a single pdf. Here is my latest simplest try. I have this in the load event of an aspx page. The page is blank, no error occurs and no pdf is generated. What I'm I doing wrong?

Dim pdf1 As Aspose.Pdf.Generator.Pdf = New Aspose.Pdf.Generator.Pdf()
Dim sec1 As Aspose.Pdf.Generator.Section = pdf1.Sections.Add()
sec1.Paragraphs.Add(New Aspose.Pdf.Generator.Text("Hello World"))
pdf1.Save("c:\HelloWorld.pdf")

Thanks,

Alan

Hi Alan,


Thanks for your inquiry. While using Aspose.Pdf for .Net 7.7.0, I’m unable to reproduce the issue. Can you please share your sample project here? So we look into it and provide you more information accordingly.

Sorry for the inconvenience faced.

Best Regards,

I think I got it. It was a permissions problem.


Thanks,

Alan

Hi Alan,


Thanks for your feedback. Its good to know you have managed to resolve the issue.

Please feel free to contact us for any further assistance.

Best Regards,