Tag

FileConversion

1 views collected around this technical thread.

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.

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

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

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