Skip to content

Removes repeating pages with same page number in PDFs prepared for presentation purposes.

License

Notifications You must be signed in to change notification settings

mislah/cleanPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

cleanPDF

PDFs prepared for presentation purposes often contains multiple pages with same content repeated inorder to present as a slideshow with each transition has some minor changes. These PDFs are great for presentation purposes but hard for someone who have to scroll through it. This program removes all repeating pages and create a new pdf without any repeating pages, Thus increases the readability and compressing the PDF file. The program also preserves all bookmarks.

How it works

The Program groups all pages with same label (secondary page number) and keeps the final pages of each of those groups, hence the program only works on those PDFs with repeating pages has same page labels(most of the presentation PDFs has same labels for repeating pages). It keeps a record of all bookmarks and trace the changes in page numbers to add them back while creating the new PDF.

About

Removes repeating pages with same page number in PDFs prepared for presentation purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages