Message from Python discussions

November 2018

— Is it related to python?

— 

Hi, i have to reduce the size of several PDFs in a path. Does anybody knows the best way I can I do It?

— You mean threading?

— If you just want to run a script stored in your path
Import os
os.system('python script.py')

— I'm sorry it does not run on another window

— Create and import a funkshun maybe?

— Loop through the directory while checking for .pdf files, then using a zipping library to zip the file

Message permanent page

— I only know a way of reducing by compressing

— In Linux you can use subprocess to create it

— I need to reduce the size without zip

— I'm using Windows 7 at work 😭

— Is it somehow related to Python? are you using some library for it? are you facing some issues? 🤔