Showing the PDF files in a POP-UP WINDOW

HI Aspose team,

Thank you very much for your support.Suppose a scenario(only consider the web application environment) where I convert different files(word,excel into pdf) and merged them.I am able to show the resultant file in the browser.Its working fine with the help of Adobe plug-in.
1.Is Aspose providing any pdf viewer to show the pdf files in an web application?
2.Suppose I would like to show the resultant pdf file in the POP-UP window of the browser.Can I achieve it through Aspose API?Please explain me the way.
3.What is the way to show the pdf file,if the browser wont have a Adobe(pdf) plug-in?


Thanking you very much.Awaiting your answer.



Hi Surendrababu,

Please find answers to your questions below:

sbjampani:
1.Is Aspose providing any pdf viewer to show the pdf files in an web application?


I’m sorry to share with you that Aspose.Pdf.Kit is an API to manipulate PDF files in your code; it is not a visual tool which can help you view the PDF files in browser etc.

sbjampani:

2.Suppose
I would like to show the resultant pdf file in the POP-UP window of the
browser.Can I achieve it through Aspose API?Please explain me the way.



I’m afraid, Aspose.Pdf.Kit doesn’t provide any way to show the PDF in pop-up window; in order to do that, you’ll have to add you own customized code, using the web development technology you’re working with at the moment.


sbjampani:
3.What is the way to show the pdf file,if the browser wont have a Adobe(pdf) plug-in?




The only workaround Aspose.Pdf.Kit can provide is that you first convert the PDF pages to images and then show those images, in your web application, using some image control. Please see if this might help in your scenario.

We’re sorry for the inconvenience. If you have any further questions, please do let us know.
Regards,

Hi Shabaz,

I am afraid did you limit the context to Aspose.PDF.kit for.NET . Please consider Aspose.Total for .NET.
Thanking You
Surendrababuj

Hi Surendrababu,

Actually, Aspose.Pdf.Kit is the only component which allows you to manipulate existing PDF files; that’s why I limited my discussion to this component only. However, I’m afraid, none of the Aspose components provide this functionality. As discussed earlier, the only workaround at the moment is to convert the pages to images and then view those images using some image control.

We’re sorry for the inconvenience. If you have any further questions, please do let us know.
Regards,