Tag

online preview

0 views collected around this technical thread.

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

GitHubcloud IDEcode browsing
0 likes · 4 min read
Instantly View and Run GitHub Code Online with a Single Keystroke
Top Architect
Top Architect
Nov 30, 2021 · Backend Development

Implementing Online Preview of Office Documents in Java Using OpenOffice and JODConverter

This article explains how to build a Java backend that converts Word, Excel, PowerPoint, and text files to PDF streams with OpenOffice and JODConverter, integrates the conversion utility into a service layer, and provides controller endpoints for online document preview in browsers.

JavaOpenOfficePDF
0 likes · 8 min read
Implementing Online Preview of Office Documents in Java Using OpenOffice and JODConverter