If you're using Spring MVC, it has support for rendering PDFs: http://static.springframework.org/spring/docs/2.0.x/reference/view.html#view-document
Matt On 10/12/07, John Kwon <[EMAIL PROTECTED]> wrote: > I have a manager that returns a pdf (at this time, it's a Stream). > > I've written the Controller, and I am wondering what I have to do to get > this to render in the jsp (having never rendered PDFs before). > > I can return it as a model in model and view, but what will go on the jsp > end? -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
