I have web application that dynamically generates XHTML. The XHTML is then converted to PDF using Flying Saucer. The document is then streamed to the browser and served inline.
Part of the requirement is to automatically print the generated PDF without user intervention and then closing it. I have never come across such a feature before. Can I print the PDF from a web page using JavaScript? considering I don't have a physical file location!!
Any thoughts on how to tackle this issue would be appreciated