itsfoss / compress-pdf

A simple tool that allows you to compress PDF files
Other
72 stars 9 forks source link

Add tests and snap yaml #16

Closed LyzardKing closed 4 years ago

LyzardKing commented 4 years ago

Hi! This PR adds the snap yaml and a setup.py file. The compress function is moved out of the main gui class, to be able to run it as a test. At the moment the only test is just a valid pdf, compressed with the three methods, but it can be expanded to allow for different configurations and pdf files.