I've run into the following error in my attempt to implement the FOP package in a Lotus Domino application: java.lang.UnsupportedOperationException: Don't know how to handle "application/pdf" as an output format. Neither an FOEventHandler, nor a Renderer could be found for this output format. at org.apache.fop.render.RendererFactory.createFOEventHandler(RendererFactory.java:212)
I found this post here: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200605.mbox/%[email protected]%3e ...and a post related to Lotus Domino here: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200610.mbox/%3cof6a4d513c.8f587b6d-onc125720d.003ed103-c125720d.003fa...@timetoact.de%3e ...but setting the element mapping to the various classes (FOElementMapping , SVGElementMapping, BatikExtensionElementMapping, XMPElementMapping, RDFElementMapping, PSExtensionElementMapping) does not seem to have the same result as reading the properties files. My preferred method is to set the properties directly and not have to have read the properties files located on the file system. Is this even possible using the approach Tobias describes? This email message is intended for the sole use of the intended recipient(s) and may contain confidential or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy and delete all copies of the original message.
