kkFileView
kkFileView copied to clipboard
Universal File Online Preview Project based on Spring-Boot
xlsx 文件中含下拉框,下拉框中的值是隐藏sheet页则不能预览,可见附件 附件中需借款、交通工具是下拉框 [HF.xlsx](https://github.com/kekingcn/kkFileView/files/13554262/HF.xlsx)
当word分2栏时,第一页预览样式错误,其他页是好的 
怎么隐藏 http//ip:8012/index 页面,我试了将配置文件中的 file.upload.disable 值设置为 ${KK_FILE_UPLOAD_ENABLED:true},但是只能隐藏演示页的上传按钮,我想把整个 http//ip:8012/index 页面隐藏不让别人访问,请问该怎么操作?

PDF无法打印内容,只能调用浏览器的打印。但是又会带上滚动条
逻辑图(包含了框和连线)的excel文件打开内容错乱; [demo1(1).xlsx](https://github.com/kekingcn/kkFileView/files/13412221/demo1.1.xlsx) 这是源文件
TrustDirFilter.java 本地文件路径为 file://D:\oflineFileCache\2023-04-06\部署mysql数据库.docx private boolean allowPreview(String urlPath) { try { URL url = WebUtils.normalizedURL(urlPath); if ("file".equals(url.getProtocol().toLowerCase(Locale.ROOT))) { String filePath = URLDecoder.decode(url.getPath(), StandardCharsets.UTF_8.name()); if (PlatformUtils.isWindows()) { filePath = filePath.replaceAll("/", "\\\\"); }...
wget https://kkview.cn/resource/server-jre-8u251-linux-x64.tar.gz 报404