Hi Adeel,
As I stated in an earlier post, I was able to view the pdf that you posted (http://illiad.evms.edu/sample.pdf) in both IE and Firefox. Acrobat is installed correctly in both browsers on my machine.
The problem I am having is that when I run the Fill Fields (#9) demo on(http://www.aspose.com/Products/Aspose.Pdf.kit/Demos/) in Firefox 2, it is displaying the binary code for the pdf instead of displaying the actual document. I also tested this in Firefox 2 on a different machine and had the same issue. In IE 7, it displays a pop-up box that allows me to save the pdf to disk but does not let me load it into the browser.
I fixed the problem in IE 7 (it now loads correctly in the browser) by adding the code that anotaro suggested above:
Response.ContentType = "application/pdf";
However, this did not fix the problem in FireFox 2. Instead of displaying the binary version of the document, it now freezes up the browser and does not diplay the pdf.
I am wondering if anyone else has had problems with Firefox and if there is anyway to fix this?
Thanks,
Tom