I want show the printed document in new tab when user clicked on print button. I already set the response MIME type as ‘application/pdf’, But it is not showing the pdf in browser. Can you please suggest me.
Thanks,
Vara Kumar
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add the parameter TARGET = “_blank” to the HTML tag, which will cause the URL specified in the href parameter to open in a new window or a new tag depending upon the option set in the browser.