https://github.com/ignacio-gn/slides_compressor
Remove superfluous pages from presentations exported to PDF
https://github.com/ignacio-gn/slides_compressor
Last synced: about 1 year ago
JSON representation
Remove superfluous pages from presentations exported to PDF
- Host: GitHub
- URL: https://github.com/ignacio-gn/slides_compressor
- Owner: ignacio-gn
- Created: 2023-04-18T11:41:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T11:41:12.000Z (about 3 years ago)
- Last Synced: 2023-09-29T19:28:54.672Z (over 2 years ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.