Tagged articles
15 articles
Page 1 of 1
Cognitive Technology Team
Cognitive Technology Team
Sep 28, 2025 · Backend Development

Unlock Seamless Multi-Format File Previews with kkFileView

kkFileView is an open‑source Spring Boot service that provides RESTful APIs for online preview of over 100 file types—including documents, images, media, CAD, and 3D models—offering high performance, caching, security mechanisms, and easy integration for enterprise applications.

Document ConversionWeb Developmentfile preview
0 likes · 10 min read
Unlock Seamless Multi-Format File Previews with kkFileView
macrozheng
macrozheng
Nov 26, 2024 · Backend Development

How to Preview Any File Online with Spring Boot, MinIO, and kkFileView

This tutorial shows how to set up MinIO and the open‑source kkFileView tool using Docker, configure a storage bucket, and generate preview URLs so that any file type—images, Word, PDF, PPT, markdown, Excel, or archives—can be viewed directly in a web browser without writing additional code.

DockerMinioSpring Boot
0 likes · 7 min read
How to Preview Any File Online with Spring Boot, MinIO, and kkFileView
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
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 14, 2024 · Frontend Development

Implementing Front‑End File Preview for Various Formats Using React

This article explains how to preview a wide range of file types—including images, audio, video, markdown, plain text, Office documents, PDFs and external websites—in a React front‑end by using native HTML tags, embed/iframe techniques, and libraries such as marked and highlight.js, while also supporting page or time positioning.

HTMLReactfile preview
0 likes · 14 min read
Implementing Front‑End File Preview for Various Formats Using React
Architect's Guide
Architect's Guide
Apr 11, 2024 · Frontend Development

Comprehensive Survey of File Preview Solutions: Frontend and Backend Approaches

This article surveys the full range of file preview options—including commercial services, front‑end JavaScript libraries for PPTX, PDF, DOCX and XLSX, and server‑side conversion tools like OpenOffice, kkFileView and OnlyOffice—providing code examples, pros and cons, and practical recommendations for developers.

Document ConversionJavaScriptfile preview
0 likes · 17 min read
Comprehensive Survey of File Preview Solutions: Frontend and Backend Approaches
Java Architect Essentials
Java Architect Essentials
Dec 13, 2023 · Frontend Development

Comprehensive Survey of File Preview Solutions: Frontend and Backend Approaches

This article surveys the full range of file preview options, comparing commercial services, front‑end JavaScript libraries for PPTX, PDF, DOCX and XLSX rendering, and back‑end conversion tools such as OpenOffice, kkFileView and OnlyOffice, and provides practical implementation guidance and recommendations.

Document Conversionfile preview
0 likes · 19 min read
Comprehensive Survey of File Preview Solutions: Frontend and Backend Approaches
Top Architect
Top Architect
Nov 27, 2023 · Frontend Development

Comprehensive Survey and Implementation Guide for File Preview Solutions

This article presents an extensive survey of file preview options—including commercial services, front‑end libraries, and server‑side converters—detailing their advantages, limitations, implementation steps, and code examples for handling DOCX, PPTX, XLSX, and PDF formats in web applications.

JavaScriptdocx-previewfile preview
0 likes · 23 min read
Comprehensive Survey and Implementation Guide for File Preview Solutions
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
IT Xianyu
IT Xianyu
Feb 9, 2022 · Backend Development

Introducing kkFileView: An Open‑Source Spring Boot Document Preview Solution

kkFileView is a free, Apache‑licensed Spring Boot project that enables online preview of numerous file types—including office documents, PDFs, CAD files, images, archives, and multimedia—offering RESTful APIs, easy deployment, and extensible interfaces for developers seeking a versatile document viewer.

BackendDocument ViewerSpring Boot
0 likes · 5 min read
Introducing kkFileView: An Open‑Source Spring Boot Document Preview Solution
macrozheng
macrozheng
Aug 12, 2021 · Backend Development

How to Set Up kkFileView for Instant File Preview with Docker and SpringBoot

This guide walks you through installing kkFileView on Windows and Linux, integrating it with MinIO for online file preview, configuring Docker containers, and customizing settings such as watermarks, providing step‑by‑step instructions and code snippets for a seamless preview service.

DockerLinuxMinio
0 likes · 7 min read
How to Set Up kkFileView for Instant File Preview with Docker and SpringBoot