I want to open a pdf file from DWR call. I am using DWR 2.0
Please guide me.
I want to open a pdf file from DWR call. I am using DWR
Share
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.
I am not able to understand that what do you mean by
open pdf file. AS per my understanding of your question, you can use DWR to get the pdf file from server to client side. Then you have to display it with any client side techniques.In DWR website you can find dwr.war file. It contains a example for downloading pdf files. You have put that file in any servlet container’s web-apps folder. Then you can access the tutorial through
http://localhost:8080/dwr/.