Trade show booth PDF loop
Run your booth presentation all day from a PDF. Export your deck, start Boozle in fullscreen loop mode, and let it run for the entire event — no presenter required. Staff can focus on conversations instead of clicking through slides.
--progress so staff can glance at where the deck is.boozle booth.pdf --auto 15s --loop --progress
Lobby screen PDF slideshow
Turn any lobby display into a simple PDF signage screen — welcome messages, office announcements, event schedules, donor recognition lists, menus, or updates. Boozle keeps it running without touching the keyboard.
boozle lobby.pdf --auto 30s --loop
Kiosk PDF viewer
Museums, galleries, product displays, information desks, and public screens — Boozle provides a focused, distraction-free PDF player for kiosk-style playback. Restrict to specific pages, pick the right monitor, and let it run.
--pages to show only the relevant section of a larger PDF.--no-fullscreen with a window manager for fully locked-down kiosk mode.--bg to match the display surround color.boozle kiosk.pdf --auto 20s --loop --pages 1-12
Hands-free classroom presentation
Teach from a PDF without touching the keyboard. Use auto-advance for lesson pacing, pause when discussion starts, and jump to specific slides when questions arise. The progress overlay keeps you aware of where you are at a glance.
boozle lesson.pdf --auto 45s --progress
Ignite talk — automated 5-minute presentation
Ignite format: 20 slides, each shown for exactly 15 seconds, total 5 minutes.
No clicker. No manual advancing. Export your deck as a PDF, run Boozle with
--auto 15s, and focus entirely on your delivery — the slides move themselves.
--autoquit so Boozle exits cleanly after slide 20.boozle ignite.pdf --auto 15s --autoquit
Keep your PowerPoint speaker notes — present from PDF
You wrote your talk in PowerPoint with detailed speaker notes, then exported a PDF for portability.
Boozle keeps both. Run boozle notes import deck.pptx once to extract the notes into a
.boozle.toml sidecar — then present from the PDF with a presenter view that shows the
current slide, next preview, wall clock, elapsed time, and your original PowerPoint notes per slide.
boozle --list-monitors to find the right indexes for the audience and presenter displays..ppt files should be saved as .pptx first..pptx isn't needed anymore — only the PDF and the sidecar travel with you.# 1. Extract speaker notes once
boozle notes import deck.pptx --out deck.boozle.toml
# 2. Find connected displays
boozle --list-monitors
# 3. Present — audience on monitor 1, notes on monitor 0
boozle deck.pdf --monitor 1 --presenter-monitor 0
Product demo station on a second screen
Use a PDF as a simple, reliable demo loop on a second monitor. The product deck runs itself while your main screen stays free for conversation; add presenter view when the operator wants a speaker display with timing and next-slide context.
boozle --list-monitors to discover display indexes before you wire up the booth.--presenter-monitor 0 when the operator wants a private control view with talking-point notes.boozle demo.pdf --monitor 1 --presenter-monitor 0 --auto 25s --loop