Hello Everyone,
I've created a jasper report in pdf format , and it is getting stored in the dir, can anyone tell me how to read that pdf from jsp and to display in that...cond:i cannot make the report from jsp.i have to read that from the dir(d:/reports into report.jsp)..........................Thanks

Recommended Answers

All 2 Replies

you can't. You can't mix text and binary content and JSP are designed for text.
While they can output binary content, they're not meant to do so and I'm not going to tell you how to do a bad thing (tm).

see my requirement is whenever the report page is coming it should have the bar chart in one section which is created using jasper report....i'v e created that in pdf format but unable to get it inside jsp please help

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.