LibreOffice ODP to PDF

Batch convert ODP presentations to PDF via LibreOffice while preserving original layout

Convert OpenDocument presentation files to PDF with LibreOffice CLI.

Highlights:

  • Supports .odp files
  • Batch conversion in one run
  • Merges multiple converted PDFs into one output

Example Results

2 examples

Batch ODP to PDF

Convert two ODP presentations and merge into one PDF document

libreoffice-odp-to-pdf-example1.pdf View File
View input parameters
{ "sourceFiles": [ "/Users/quyue/www/elysia-tools/public/samples/odp/simple.odp", "/Users/quyue/www/elysia-tools/public/samples/odp/business.odp" ] }

Business ODP Export

Export a business-style ODP deck to PDF preserving slide design

libreoffice-odp-to-pdf-example2.pdf View File
View input parameters
{ "sourceFiles": [ "/Users/quyue/www/elysia-tools/public/samples/odp/business.odp" ] }

Click to upload files or drag and drop files here

Maximum file size: 200MB Maximum files: 30
Supported formats: application/vnd.oasis.opendocument.presentation

Key Facts

Category
Documents & PDF
Input Types
file
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

Easily convert your OpenDocument presentation files to professional PDF documents using our LibreOffice-powered tool. This utility ensures your slide layouts, fonts, and graphics remain intact while allowing you to process multiple files simultaneously and merge them into a single, shareable PDF.

When to Use

  • When you need to share presentations with users who do not have LibreOffice installed.
  • When you want to combine multiple ODP slide decks into one unified PDF document.
  • When you need to ensure your presentation layout remains fixed and uneditable for distribution.

How It Works

  • Upload your .odp files using the file selector.
  • The tool utilizes the LibreOffice CLI to process each presentation.
  • The system automatically converts the slides and merges them into a single PDF output.
  • Download your finalized PDF document directly from the browser.

Use Cases

Preparing academic or business presentations for distribution as read-only documents.
Consolidating multiple project update decks into a single comprehensive report.
Archiving presentation materials in a universally compatible PDF format.

Examples

1. Consolidating Project Decks

Project Manager
Background
I have three separate ODP files representing different phases of a project that need to be sent to a client as one document.
Problem
Manually converting and merging files is tedious and often breaks the formatting.
How to Use
Upload all three project phase ODP files at once and click convert.
Outcome
A single, professionally formatted PDF containing all project slides in the correct order.

2. Business Presentation Export

Marketing Specialist
Background
I need to share a finalized marketing pitch deck with stakeholders who use various operating systems.
Problem
The ODP format might not display correctly on all devices or software.
How to Use
Upload the business.odp file to the tool to generate a PDF version.
Outcome
A high-quality PDF that maintains the exact design and layout of the original marketing deck.

Try with Samples

pdf, file

Related Hubs

FAQ

Does this tool preserve my original slide formatting?

Yes, by using the LibreOffice engine, the tool ensures that your layouts, fonts, and images are preserved exactly as they appear in the original ODP file.

Can I convert multiple files at once?

Yes, the tool supports batch processing, allowing you to upload multiple ODP files in a single session.

Will the output be a single PDF file?

Yes, if you upload multiple files, the tool will automatically merge the converted slides into one consolidated PDF document.

Are there any file size limits?

Yes, the tool supports files up to 200MB per upload session.

Is my data secure?

Your files are processed in a secure environment and are not stored permanently on our servers after the conversion is complete.

API Documentation

Request Endpoint

POST /en/api/tools/libreoffice-odp-to-pdf

Request Parameters

Parameter Name Type Required Description
sourceFiles file (Upload required) Yes -

File type parameters need to be uploaded first via POST /upload/libreoffice-odp-to-pdf to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-libreoffice-odp-to-pdf": {
      "name": "libreoffice-odp-to-pdf",
      "description": "Batch convert ODP presentations to PDF via LibreOffice while preserving original layout",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=libreoffice-odp-to-pdf",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]