Calculate Image resolution in DPI in Pega 8.24.50. I need to check the resolution(either horizontal or vertical) of an image in DPI. Does Pega has any built in functionality?
@PrateekIt seems we have to go with third party JAR(Apache Common Imaging) reference in the custom java code in PEGA function to accomplish this. I have done with same process and it worked for me.
