-
Hi below is the pdf file |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
No, because you are extracting the original image file. |
Beta Was this translation helpful? Give feedback.
-
Hi below is the pdf file |
Beta Was this translation helpful? Give feedback.
-
No, because you are extracting the original image file. |
Beta Was this translation helpful? Give feedback.
No, because you are extracting the original image file.
The only thing you can do is to afterwards modify the extracted image to a size of your liking.
Do this by applying a scaling matrix to the pixmap of the extracted image, or make a PIL Image and then execute its
.thumbnail()
method.