Argument ‘PdfFile’: BC30512: Option Strict On disallows implicit conversions from ‘String’ to ‘IResource’. The selected value is incompatible with the property type.
Facing this issue while trying to read the read pdf text activity , even the autopilot is not able to fix this issue
Using the below packages , UiPath 2026 version of studio
It looks like LocalResource.FromPath is not working for converting because it uses the input type UiPath.Platform.ResourceHandling.IResource. Using ‘Get Local File or Folder’ before the activity may help resolve the issue.