Testing the Trial version 2.2.8 of Aspose pdf

Hello,

I am testing this functionality using the API methodology and have hit a couple of brick walls. Can you confirm whether the trial version has limited functionality? I can create the “Hello World” sample saving directly to a file without an issue however as soon as I try to open it to the browser ‘pdf1.Save(“ContactsList.pdf”,SaveType.OpenInAcrobat,Response);’ it falls over with “There was an error opening this document. The file cannot be found”.
If I click save it ofcourse works, just not when opening to the browser.
Also saving the pdf to a IO.Stream also seems to fail?..
Any idea’s? I can attach code but it is literally just your hello world sample with the save command differing…

Any help would be greatly appreciated.

Kind Regards
Gareth Beaumont

Dear Gareth,

Thank you for considering Aspose.

1) The trial version has no limited functionality.

2) Please make sure you have this line at the end:
Response.End();

If it still won’t work, please provide your code and let me check it.