Search
Follow Us
Categories
- Success Stories(157)
Archives
Tag Archives: Convert an ODP File to PDF in Python
Convert OpenOffice ODP to PDF in Python
ODP format is used by OpenOffice to store the presentation documents. Similar to PowerPoint PPT/PPTX, ODP presentation contains slides and each slide is composed of text, images, and other elements. In certain cases, e.g. for sharing the presentations, you have to convert ODP files to PDF format. To achieve that, this article covers how to convert an ODP presentation to PDF in Python.