I have a requirement of converting graphics(Java2D objects) and some tables into PDF. I also need the PDF to be interactive. Keeping these requirements in mind I came to a conclusion that I should use iText for this purpose. Now I also need to provide the ability to layout the file using XSL FO. I know that Apache FOP provides the ability to render the PDF using XSL FO but it does not support adding annotations (like comments, links).
Is there a way I can do this(layout using XSL) with iText?
It would be helpful even if there is a way where I use both the libraries and serve the purpose.