This converts PDFs to PowerPoint presentations via a Python CLI tool, creating one slide per page at your chosen DPI. It's built with Click, includes multi-level verbosity logging, and depends on poppler for PDF rendering. The sweet spot is 200-300 DPI for most presentations. Higher gets you better quality but bloats file size. Lower is faster but looks rough. It handles the conversion mechanics well, but you're essentially getting image slides, not editable text or objects. Useful when you need to quickly turn a PDF report into a deck format, less so if you actually need to edit the content afterward. Ships with shell completion and straightforward batch processing examples.
npx skills add https://github.com/dnvriend/pdf-to-pptx-tool --skill skill-pdf-to-pptx-tool