Is there any way to highly compress PDF files through python? – Ubuntu
I have generated a PDF file through python using pdfkit library running on django server. The size of pdf generated is 43.2 MB. Total pages in pdf = 15. Each page has 70 images, each image size = 623 bytes.…