itext xmlworker with javafx htmleditor
I created a simple JavaFX (2.2) FXML project. I am trying to convert a html string to different Elements and add them to a Paragraph in my PDF document generated by iText. As HTMLWorker is deprecated, I use XMLWorker. It does seem to work with a own written simple html string, e.g.: StringReader in = new StringReader("<html><body><p>test</p></body></html>"); However, when I try to use the html string generated by the JavaFX HTMLEditor control, I receive following message: Caused by: java.lang.NoSuchMethodError: com.itextpdf.tool.xml.html.pdfelement.NoNewLineParagraph.setMultipliedLeading(F)V