we do not have a tool or function that can check the size of a file
complete
Rui Claro
In module 31 I download a document that potentialy has images. In this case it has 2.
Then in module 47 I use PDF4me to extract images from the document.
It creates an array of 2 images. In module 53 I upload the images to disk. I know that the image I want is the second one so I put as a parameter {{47.images2.imageData}}. How can I look at the size of each image and choose the biggest one as the image I want?
Log In
D
Darin Patterson
complete
You can actually use the length() function on a set of binary data to determine the number of bytes.