Tag

JODConverter

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