I read the following posts: JavaFX: Display PDF in WebView, Displaying pdf in JavaFX
But there occur some problems for me:
- The links of JPedalFX do not work any more and I can't find example codes on the web.
- I don't want to use Swing-components in an JavaFX-application.
- The solution with PDF JS doesn't work either, because Maven is used in the project and I don't want to put the library in the resources folder.
- JxBrowser would be a possible solution but cost too much.
Any ideas?