Skip to content

PrunePDF removes duplicate slides from incrementally build presentations that were exported incorrectly.

Notifications You must be signed in to change notification settings

aconCS/prune-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

PrunePDF

Automatically detect and remove redundant incrementally built slides from PDF presentations.

Overview

PrunePDF is a simple Python tool that cleans up PDF presentations by detecting and removing duplicate slides.

Teachers love exporting their incrementally built presentations as .pdf files without filtering. What should be 20-slide presentations can end up as a 100-slide PDF with 80 incremental duplicates.

This forces students to press the key a bajillion times while navigating through repeated content.

Workflow

Stage Slide Count
Original presentation 20 slides
Exported PDF 100 slides (80 incremental duplicates)
After PrunePDF 20 slides

PrunePDF fixes these incremental exports, reducing clutter and making studying just a bit less painful.

About

PrunePDF removes duplicate slides from incrementally build presentations that were exported incorrectly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published