Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
not able to open pdf in ie browser
rreddy
Hi,
Our requirement is to open the pdf document in a new ie window. This is working perfectly in the browser in my machine. But when others try to open the pdf from my machine, its not opening.The new window is disappearing like a flash. I am using below code to open as pdf.
options.setOutputFormat(PDFRenderOption.OUTPUT_FORMAT_PDF);
options.setOutputStream(output);
My ie browser version : 8
Adobe :9
Please suggest what might be the issue.
Find more posts tagged with
Comments
kjawahar
When opening the PDF in browser ask the user to keep pressing the Ctl button. If that works, then Pop-up blocker on the browser is the issue.
rreddy
I tried pressing the Ctl button. It worked. But in the browser, 'turn on popup blocer' is off. Are we missing something.
Thank You
rreddy
I tried pressing the Ctl button. It worked. But in the browser, 'turn on popup blocer' is off. Are we missing something.
Thank You