I am getting pdf files using directory. After importing pdf files I am using export pdf to image activity. It run successfully for 1st pdf file but when iterating through second file it gives an error.
Export PDF Page As Image: A generic error occurred in GDI+.
I have also used delay of 3000 milliseconds. This issue has been resolved in a post
but I am unable to implement it. Any help in this regard will be highly appreciated.
I have used delay activity. I have created one dummy image file in my UiPath project folder. I am exporting pdf files one by one using for each loop. But one I write one pdf file to that dummy image it doesn’t over write it while executing the second iteration.