Tag

File Preview

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
Dec 1, 2024 · Backend Development

Implementing Online File Preview with SpringBoot, MinIO, and kkFileView

This tutorial explains how to set up a SpringBoot application with MinIO storage and the kkFileView tool to achieve universal online file preview for various file types, using Docker containers and simple configuration steps.

DockerFile PreviewMinIO
0 likes · 5 min read
Implementing Online File Preview with SpringBoot, MinIO, and 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.

DockerFile PreviewMinIO
0 likes · 7 min read
How to Preview Any File Online with Spring Boot, MinIO, and kkFileView
Code Ape Tech Column
Code Ape Tech Column
Nov 5, 2024 · Backend Development

Deploy kkfileviewer with Docker and Integrate MinIO in a Spring Boot Application

This guide walks through installing the kkfileviewer container using Docker, building and running its image, then shows how to add MinIO support to a Spring Boot project by configuring dependencies, creating configuration and utility classes, and exposing upload and preview endpoints.

BackendDockerFile Preview
0 likes · 6 min read
Deploy kkfileviewer with Docker and Integrate MinIO in a Spring Boot Application
Top Architect
Top Architect
Oct 13, 2024 · Backend Development

Deploying kkfileviewer with Docker and Integrating MinIO in a Spring Boot Application

This guide walks through installing kkfileviewer in a Docker container, building and running the image, then shows how to add MinIO support to a Spring Boot project with Maven dependencies, configuration classes, utility methods, and REST endpoints for file upload and preview.

DockerFile PreviewMinIO
0 likes · 10 min read
Deploying kkfileviewer with Docker and Integrating MinIO in a Spring Boot Application
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 IntegrationFile PreviewJava
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.

File PreviewFrontendMedia
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.

BackendFile PreviewFrontend
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.

BackendFile PreviewFrontend
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.

File PreviewOpenOfficeWeb Components
0 likes · 23 min read
Comprehensive Survey and Implementation Guide for File Preview Solutions
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 14, 2023 · Frontend Development

Implementing File Preview Functionality in Frontend with Vue3

This article demonstrates how to build a Vue3‑based file preview feature that supports images, Word documents, Excel sheets, and PDFs by using iframe tags, npm packages like docx‑preview, xlsx, and pdfjs‑dist, and provides complete code snippets and practical tips.

ExcelFile PreviewFrontend
0 likes · 8 min read
Implementing File Preview Functionality in Frontend with Vue3
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.

DockerFile PreviewMinIO
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 ViewerFile Preview
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.

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