Display PDF in new Browser

Is it possible with Aspose PDF to diplay my PDF in a new browser window? I have tried PDF.Save(filename,Aspose.Pdf.SaveType.OpenInBrowser,Response) but opens the pdf in current browser.

Hi,

Thank you for considering Aspose.

That is not supported in Aspose.Pdf. But you can easily create a link in the web page and let the link (that refer to the PDF document) be opened in a new window.