Matteo Pelucco wrote: > what about images or other html resources? They are download to the client > with additional HTTP request, your template renderer will simply *links* to > those resources.. > > I would move "cloning" the cache filter: > 1) create a post-processing filter (delegating to the chain and next parsing > the result..) > 2) scan the result in order to find link to images / resources > 3) retrieve binary of those links > 4) build a PDF and serving it > > Another approach is to create a servlet, and using httpclient + iText to > retrieve automatically HTML + resources..
I don't know what the requirements are exactly, but do you really need a server-side solution? Safari on OS X supports saving a page as a PDF file via its print dialog for instance... There are also browser extensions that offer this feature. Nils. ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
