How to convert PDF to word

Need Help!
How to convert PDF to word?

Hi @Tanushree,

Here is the custom activity in go.uipath.com

https://go.uipath.com/components?sort=most_relevant&search=pdf%20to%20word
You can download and use Nuget to make it as a activity in UiPath studio and use it

Hi @Tanushree

Read pdf entirely and store it in a str car
Use word application scope and use append range

Thanks
Ashwin.S