How to get DPI of images or documents like PDF?

If anyone having idea of checking DPI of image/pdf using Uipath, please share experience.

Hey,

Try to google how to check dpi at all…

from what I saw, it is not possible…

Cheers,
Radomir

Hello Radomir,

We already know how to get DPI outside UiPath, but were curious check whether any possibilities their inside Uipath or not.

Regards
Hiren

I dont think so, can you repat those steps with uipath, and automate it?

so create a list of files and for each do steps, (and than those steps you do…)

Cheers,
Radomir

We have libraries in VB.net to calculate image DPI and Uipath understand VB.net very well. So need to write vb.net procedure and call in Uipath using " Invoke Code Activity". https://activities.uipath.com/docs/invoke-code"