I Will, 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.. Anyway, nice topic.. M. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=f0b05b4e-814c-4317-af2c-8fef2203950a ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
