Tagged articles
4 articles
Page 1 of 1
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 18, 2024 · Backend Development

Integrate kkFileView with Spring Boot for Seamless Multi-Format File Preview

This guide demonstrates how to integrate the open‑source kkFileView library into a Spring Boot 3.2.5 project to provide online preview for dozens of file formats—including Office documents, PDFs, images, 3D models, and media—by configuring a local resource handler, running the kkFileView server, and using base64‑encoded URLs.

Backend IntegrationSpring Bootfile preview
0 likes · 9 min read
Integrate kkFileView with Spring Boot for Seamless Multi-Format File Preview
macrozheng
macrozheng
Jun 28, 2023 · Backend Development

How to Build a Powerful File Preview Service with kkFileView and SpringBoot

This guide walks you through setting up kkFileView—a SpringBoot‑based file preview tool—on Windows or Linux (Docker), configuring it to work with MinIO, and using it to preview a wide range of document, image, video, and archive formats via simple base64‑encoded URLs.

DockerMinioSpringBoot
0 likes · 7 min read
How to Build a Powerful File Preview Service with kkFileView and SpringBoot
macrozheng
macrozheng
Jul 29, 2022 · Frontend Development

Instantly View and Run GitHub Code Online with a Single Keystroke

Discover three handy online tools—github.dev for instant code browsing, htmlpreview.github.io for rendering HTML files, and Gitpod for cloud‑based development environments—that let you view, preview, and execute GitHub projects without downloading anything.

Cloud IDEGitHubcode browsing
0 likes · 4 min read
Instantly View and Run GitHub Code Online with a Single Keystroke