Pdf to word conversion and Microsoft.interop package

Hi, I have a question , how to convert pdf to word in UiPath (preferably backend) any activities to convert pdf to word file and

any links or tutorials on how to use Microsoft.Interop.word package, I need to change the margin of word document from UiPath

Thanks

@MEGHA_cs

You can try opening the pdf document using word application scope and then try savinng as word doc

Can check this for margins

Cheers

Thanks @Anil_G , But everytime a popup is coming to select how many pages an other things while reading a pdf in word application scope…

and regarding the setting margins to document, I am not getting where to write the code? invoke code activity? how to write the code

@MEGHA_cs

You can write in invoke code…just try using the library and the methods as you need to set or change the margins

For pop up…can you try changing work application scope settinngs and see…or you can use parallel activity to handle the pop up

Cheers

Thanks… can you please share some link or video from which i can learn to write VB code to set the margins and what all the namespaces to be included…

And for pop up, there are no settings in Word application scope and dont know parallel activity

@Anil_G , can you please help on how to use invoke method to convert pdf file to word in UiPath in the backend