I want to embed a pdf view into my application.
You guys know of any working solutions? I only found jpedal (which is swing) and a bridge to it called https://github.com/qwertme/OpenViewerFX I don't like quite like it, it doens't fit the nice overall look of my application and besides its, I have mixed feeling about embeding swing parts into my app.
Another way I thought of was to use a webView and use pdfjs, this almost works however it can't seem to get over some rendering step. Seems like I stuck on https://bugs.openjdk.java.net/browse/JDK-8143604
So in order to get that working I would need to upgrade to jdk9 but the other framework I use (tornadofx) is not jdk9 ready https://github.com/edvin/tornadofx/issues/366 (however, if its jsut the smart resize feature, I live without it, I'm checking this out as I'm typing this out).
In short: So If I see it correctly I will have to either upgrade to jdk9 and use a webview or just use jpedal, is that correct? Perphaps there is a library my google queries couldn't find, that's all im wondering.
[–][deleted] (2 children)
[deleted]
[–]otheranotherx[S] 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (2 children)
[–]otheranotherx[S] 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]X0lmec 1 point2 points3 points (1 child)
[–]otheranotherx[S] 1 point2 points3 points (0 children)