Hi Josef, On Jul 8, 2013, at 8:28 AM, jhaimerl <[email protected]> wrote:
Hi Vincent,
thanks for your reply. As there is nothing explicit defined on the roadmap, what do you think about a general interface for replacing the pdf renderering library? We defenetly will work internally on the PDF-Export and I think if we spend time on this, we could do it in a way the community could profit of. So what's your oppinion? How could the design be?
That would be cool :) The interface already exists, it's the Renderer interface. Basically you just need to implement a BlockRenderer and you're good. This will allow to generate PDF using your Renderer for any input syntax. This is what I started with https://github.com/xwiki/xwiki-rendering/tree/itext-pdf-renderer but using itext but you can implement it using anything. Thanks -Vincent
Thanks Josef