Get HTML content by HttpServletResponse / HttpServletRequest?

In this scenerio I would use a filter. You can access content which wanted to be output and redirect the output stream to your PDF generator which can convert HTML to PDF.

In this scenerio I would use a filter. You can access content which wanted to be output and redirect the output stream to your PDF generator which can convert HTML to PDF. More about Filters : oracle.com/technetwork/java/filters-1372... common way is to create PDFs from model objects.

Then use iText. itextpdf.com.

You can create a PDF from the HTTP request data and whatever other information you need from the server side by merging it into a Velocity template containing the FO defining your PDF.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions