Audion PPTX Print to PDF Tool
Audion PPTX Print to PDF Tool is a portable Windows utility for one practical workflow: print PowerPoint presentations through Microsoft Print to PDF, keep the real PowerPoint rendering path, and then crop the generated PDFs in output to 16:9 or A4/A3 proportions. The project includes a guided NiceGUI shell.
Main workflow
- launch
launcher_gui.cmd, or open the GUI fromlauncher_project.cmd/launcher_project_ru.cmd - switch the default printer to Microsoft Print to PDF
- place
.pptxor.pptmfiles intoinput - print each presentation and paste the full output path from the clipboard in the save dialog
- confirm each saved PDF in the GUI
- optionally crop all PDFs in
outputto 16:9 or A4/A3 - restore the previous default printer
Canonical Workbench labels
The canonical Workbench uses the shared Source / Target vocabulary and the buttons Source, Add file..., Target, Reset, Delete, List. Source can be a folder or one .pptx / .pptm file, and the selected routes are passed directly to the shared GUI/CLI backend.
Launchers
launcher_gui.cmd- guided GUI shell with themes, RU/EN switch, status cards, and operation loglauncher_project.cmd- English launcherlauncher_project_ru.cmd- Russian launcher
Both launchers follow the same unified architecture:
- single-file
FZF + CMD fallback - identical internal logic
- language-specific temp files in
._runtime
If fzf.exe is unavailable, the launchers use the built-in choice menu automatically.
Project structure
input- source presentationsoutput- saved PDFs to croplogs- session logsstate- saved printer stateconfig- project settingsreport- reports and GUI artifactssystem_core- PowerShell and Python helpersinstall- build, install, verify, and release helperslicenses- release licensing outputs
Why the workflow is semi-manual
The Microsoft Print to PDF driver is unreliable for full silent automation. This project keeps the reliable rendering path, makes the manual save step explicit, and avoids hidden save-dialog hacks.