PDFViewerFX
PDFViewerFX copied to clipboard
Toolbar icons are not displayed
Since version 0.7 the toolbar icons are not displayed. I can not figure out what the problem could be. Are there any tips how I could solve this problem? Is this a problem on my end or is this a bug within the library? I am using JavaFX 13.0.2 with Gradle.
Nevertheless, Thanks for the project! :)
Screenshots:
I have this issue too...
Toolbar is kind of useless because of this so I turned it off until we get a fix:
displayer.setVisibilityOf("toolbarContainer", false);
https://github.com/Dansoftowner/PDFViewerFX/discussions/14
I don't understand why is that happening.
I tried it with Java 16 + JavaFX 16:
Java 11 + JavaFX 11:
And Java 8:
So I couldn't reproduce the problem.
Regardless, I will update pdf.js
and also give the ability to switch back to earlier versions.
Check out version 0.8
.
Now you can switch back to the previous pdf.js
version, if you want:
PDFDisplayer displayer = new PDFDisplayer(PdfJSVersion._2_2_228);
im facing the same issue. installing Document Archiver is giving the same problem, it might be related to the OS. tested on Windows 10 Pro