You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
After conversion, there seems to be a lot of garbage in the pdf file. 200kb files bloating up over 10 times the size.
Could use something like pylovepdf to compress files before returning them. Found that it compressed it back to a few hundred KB on the lowest compression settings without any noticeable reduction in quality.
The text was updated successfully, but these errors were encountered:
Hi, thanks for the idea. Image compression would likely be possible, but I would offer it only as an option instead of being enabled by default. (Unless the compression is completely lossless, I can see that even the slightest artifacting could be an issue for some users when high accuracy is a requirement.)
Sadly, ilovepdf is not free/open source software, so I don't really want to use it directly in this project. A similar result should be achievable using image magick directly.
keotl
changed the title
Large File Sizes after Conversion
PDF file compression
Mar 17, 2021
After conversion, there seems to be a lot of garbage in the pdf file. 200kb files bloating up over 10 times the size.
Could use something like pylovepdf to compress files before returning them. Found that it compressed it back to a few hundred KB on the lowest compression settings without any noticeable reduction in quality.
The text was updated successfully, but these errors were encountered: