-
Hi, for some reason when I use Image to PDF it results in a PDF that is around six times the file size of all the input images combined and I don't understand why. |
Beta Was this translation helpful? Give feedback.
Answered by
Frooodle
May 26, 2023
Replies: 1 comment 5 replies
-
Hmm are your images jpg or png I need to check what formats I embedded them into pdf with but could be I am converting by mistake to some lossless version will check code later |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just checked code
I see I convert any image passed in into a lossless format
This is causing jpegs to become huge in filesize
I'll add some automated flag to keep it lossy (jpeg) if it detects that type of image format
Should help a lot with this