Is there any way to to compress large size pdf file using only python library no external .exe

153 Views Asked by At

I have 100mb pdf file of single page with color full text of different font multiple image. Is there a way to compress this pdf to minimum size and then decompress it back to original size with same image and text quality but using only python and python library, no external .exe app like ghostscript. What logic we need to apply to achieve minimum size compression..

0

There are 0 best solutions below