Converty Web is a web version of Converty, the PDF to PPTX and PPTX to PDF tool.
Web version for take a look how it's looks like without backend.
- Python
- LibreOffice (For PPTX to PDF)
Flaskpdf2imagepython-pptxPillow
Make sure you have Python installed. If not, download and install it from python.org.
Add PATH for Windows.
Required for PPTX to PDF conversion:
-
Linux:
sudo apt install libreoffice
-
macOS:
brew install libreoffice
-
Windows:
Add LibreOffice to PATH
pip install -r requirements.txtpython app.py
This project is licensed under GNU General Public License v3.0 (GPLv3).
View the license.
Converty is a hobby project. There is no guarantee for updates, bug fixes, or new features. I take no responsibility for any loss of files or anything else that happens. The program is open source and can be reviewed by anyone.