Issue with uipath upgrade

hi all,

i have upgraded UiPath from 2020.10 to 2023.4. before upgrade UiPath could be able to convert word to pdf both in attended and unattended as expected . but after upgrade the text is being cropped in unattended but works fine in attended. what would be the issue is it with UiPath version ? there is no change in resolution or vdi setting before and after upgrade . Help me out

Hey. How do you convert word to pdf?

i have tried both vb script and save word as pdf activity

Can you run vbscript standalone, i.e. not executed from UiPath and see if the issue is still there?

but how can i run vb script unattended. the problem is when i run unattended only and in attended (UiPath assistant) it is working fine. i have changed multiple codes. all are working in attended. the previous version it has worked unattended as well , while upgrading to newer version something has changed

You can run it from remote console session. Or from batch file / task scheduler.

sure let me check and run it .