Tag

OpenOffice

0 views collected around this technical thread.

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.

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

File PreviewJavaScriptOpenOffice
0 likes · 23 min read
Comprehensive Survey and Implementation Guide for File Preview Solutions
Top Architect
Top Architect
Apr 10, 2023 · Backend Development

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

This article explains how to build a Java backend service that converts Word, Excel, PowerPoint, and text files to PDF streams with OpenOffice and JODConverter, integrates the conversion utility into a Spring service and controller, and demonstrates browser‑based online preview of the documents.

FileConversionJODConverterJava
0 likes · 8 min read
Implementing Online Preview of Office Documents in Java Using OpenOffice and JODConverter
IT Xianyu
IT Xianyu
Jan 24, 2022 · Backend Development

Implementing Online Office Document Preview in Java Using OpenOffice and JODConverter

This article demonstrates how to enable browser-based preview of Word, Excel, and PowerPoint files in Java by converting them to PDF streams with Apache OpenOffice and JODConverter, covering installation, Maven setup, utility code, service logic, and controller exposure.

File ConversionJODConverterJava
0 likes · 8 min read
Implementing Online Office Document Preview in Java Using OpenOffice and JODConverter
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.

JavaOpenOfficebackend
0 likes · 8 min read
Implementing Online Preview of Office Documents in Java Using OpenOffice and JODConverter
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.

FileConversionJavaOpenOffice
0 likes · 6 min read
Implementing Online Office Document Preview in Java Using OpenOffice and JODConverter
Java Architect Essentials
Java Architect Essentials
Aug 20, 2021 · Backend Development

SpringBoot + OpenOffice File Conversion Service: Upload, Convert, and Preview Documents

This article introduces a SpringBoot-based service that leverages OpenOffice to upload, convert (DOC/DOCX/XLS/PPT to PDF or HTML), and preview files directly in the browser, detailing built‑in features, configuration settings, and sample controller code for seamless integration.

DocumentProcessingFileConversionJava
0 likes · 4 min read
SpringBoot + OpenOffice File Conversion Service: Upload, Convert, and Preview Documents