presentationconverter-*.tar.gz — the Nextcloud app. Unpack into your
instance's custom_apps/ and enable it.
presentation-converter-*.tgz — the npm packages (core, cli, server),
installable with npm install <file>. The CLI's binary is
presentation-converter.
No desktop installers: this project has no GUI. It is a CLI, a library, an HTTP
server and a web front-end.
Converts Keynote / PowerPoint / Slides / ODP to PDF plus a .notes.json
presenter-notes sidecar. Exporters drop hidden slides, so the slide count and
the PDF page count do not necessarily match — the notes are parsed from the
source XML rather than the rendered output for that reason.
What's Changed
- Add built-in logging and crash diagnostics by @stoatworks-labs in #1
New Contributors
- @stoatworks-labs made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1