gpt4 book ai didi

javascript - JavaFx 在不使用 JxBrowser 插件的情况下在 Popup 中查看 pdf

转载 作者:搜寻专家 更新时间:2023-10-30 21:35:13 24 4
gpt4 key购买 nike

I am trying to develop a javafx webview browser. I have a website developed in PHP that I need to display through the javafx web browser. Popups browser window is generated using javascript window.load() function, and the content of pdf is is in base64 format.

以下是显示弹窗的 javascript 代码

window.open("data:application/pdf;base64, " + <BASE64_STRING>,"_blank","menubar=no,location=no,resizable=yes,scrollbars=yes,status=yes,width=600,height=700");

I stuck displaying pdf files on browser popup. When I am running the same website in chrome or safari it works fine showing popup with pdf or doc files. Since javafx don't have pdf support by deafult I may need some third party libraries or some other techniques. I still badly consuming 2 days for finding the solution. Can anyone help me in this case please? Thank you very much in advance.!

最佳答案

我建议使用 JPedalFX图书馆。如需更多信息,请参阅:https://stackoverflow.com/a/18219416/4823977

关于javascript - JavaFx 在不使用 JxBrowser 插件的情况下在 Popup 中查看 pdf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38913788/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com