I want to use XSL-FO to write PDFs. But everywhere I look, there is no really integration between Java and the composition of such documents, in a way like add/edit objects(like tables, images, etc…) to a document and then ask to generate the corresponding XML. Is there any advancement in this area that I'm not aware of?
Here is an example of how to generate PDF files with Apache FOP using Java: Integrating Apache FOP with Java project