Skip to content

Remove superfluous pages from presentations exported to PDF

Notifications You must be signed in to change notification settings

ignacio-gn/slides_compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Slides Compressor

Remove superfluous slides in PDF presentations with multiple pages per slide

Description

This python based tool is used to compress presentations exported as PDFs, where many pages might represent a single slide. Often it is the case that slide n+1 contains the same text and elements as slide n, but adds a new article/image/element. With this tool, the slide n would be removed. That way, the output PDF contains no redundat information and less slides.

Dependencies

  • Python 3.11.0 or later
  • PyPDF2 3.0.1

Usage

Execute the main file and follow the instructions. This tool accesses the filesystem through user input.

About

Remove superfluous pages from presentations exported to PDF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages