Tagged articles

openoffice

9 articles · Page 1 of 1
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.

FrontendJavaScriptdocument conversion
0 likes · 17 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
The Dominant Programmer
The Dominant Programmer
Sep 20, 2021 · Backend Development

Convert DOC to HTML with Spring Boot and OpenOffice: A Step-by-Step Guide

This guide walks through installing OpenOffice on a Windows server, launching its headless service, adding jodconverter dependencies to a Spring Boot project, configuring conversion settings, writing a controller to transform DOC files into HTML, and invoking the endpoint from a Vue front‑end, with troubleshooting tips.

Headless ServiceMavenSpring Boot
0 likes · 7 min read
Convert DOC to HTML with Spring Boot and OpenOffice: A Step-by-Step Guide
Selected Java Interview Questions
Selected Java Interview Questions
Sep 18, 2021 · Backend Development

Implementing Online Office Document Preview in Java Using OpenOffice and JODConverter

This article explains how to build a free Java-based online preview service for Word, Excel, and PowerPoint files by installing Apache OpenOffice, adding JODConverter dependencies, creating a conversion utility class, and exposing the functionality through SpringBoot service and controller layers.

FileConversionSpringBootbackend
0 likes · 6 min read
Implementing Online Office Document Preview in Java Using OpenOffice and JODConverter