Multiple pdf to .txt

Suppose a folder containing multiple PDF files and need to capture every pdf one by one and save to .txt file of one by one please suggest me any workflow for this

Hi @bharadwaj.vuppalapati

please follow the below thread

once you read the file then you can use write text file activity

or another method without reading pdf file you can use copy file activity then you can use the destination extension to “.txt” file

Hi,

Install this packages in dependency

image

and then do like this, if you have lot’s of file you can put into Loops

Thank you,
Akhil

Hi @bharadwaj.vuppalapati

Please check this

Regards,