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
Hi @NikhilRPA
For my idea:
1.Create array variable for get file directory
2.Create int variable for running array
3.Get PDF file directory to array
FilePath = Directory.getfiles(“Put your folder path”)
4.For each to put array value to “Read PDF text”
[image]
You can refer as below for guideline
ReadMultiPDF.zip (523.7 KB)
I hope it will be useful to you
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
Anonymouss
(Akhil Pandey)
April 25, 2024, 5:36am
3
Hi,
Install this packages in dependency
and then do like this, if you have lot’s of file you can put into Loops
Thank you,
Akhil
lrtetala
(Lakshman Reddy)
April 25, 2024, 5:52am
4
Hi @bharadwaj.vuppalapati
Please check this
Regards,