Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 508 Bytes

compactPDF

A Python utility to compact a PDF generated as a presentation with transitions (i.e. more than 1 page with same information).

This utility is very useful when you want to avoid repeating pdf sheets with the same page number. Normally this happens when the pdf is generated from a presentation with transitions on each page

HOW TO USE

(on cmd/bash)

$$> ./compactPDF.py <file1> <file2> ... <fileN>

Or you can just run the script as main program and follow the steps that will appear.