PDF In new Browser

I have c# code

pdfDocument.Save("Epilepsy Questions", SaveType.OpenInBrowser, Response);

I want this to come up in a new browser.

I checked the forums. Found the question but no answers.

Thanks

Randy


This message was posted using Aspose.Live 2 Forum

Hi Randy,

Thank you for considering Aspose.

Saving the PDF into a new browser window is not supported. You can open a new window in your application and generate PDF in that new window.