Hi all, I got a couple of questions ...
1) I would like to open a new browser tab and display a PDF when I click a link. I extended ByteArrayResource but "getData" is not always called. Seems like once generated the documents get cached and randomly displayed, which of course is not acceptable, because the PDFs depend on user selection. How can I fix that? 2) Is there a way to generally disable page versioning (getPageSettings().setVersionPagesByDefault(false)) but enable versioning for a single page? Hope you can help me. Thanks! w
