Replies: 4 comments 3 replies
-
currently pypdf is using default compression (6). https://stackoverflow.com/questions/76001725/how-can-i-improve-the-pdf-compression-quality-in-my-python-code-using-the-pymupd |
Beta Was this translation helpful? Give feedback.
-
I am currently working on a project, where every kB in the final PDF matters and even if there is only a small reduction in size, it would help. |
Beta Was this translation helpful? Give feedback.
-
I order to motivate can you do some test adjuing directly the values in the code to show the benefit on a set of pdf files |
Beta Was this translation helpful? Give feedback.
-
Here are some examples with different compression levels: |
Beta Was this translation helpful? Give feedback.
-
Adding an option to set zlib/deflate compression level from 1-9 (lowest to highest compression) for compressing content streams.
Beta Was this translation helpful? Give feedback.
All reactions