Write text from multiple PDF's to single text file

Hello,

I’m trying to write the text from multiple PDF’s in a folder into a single text file. The issue I’m having is I used a for each activity to read each PDF text but when I go to write those results to a text file it overwrites the previous pdf since the PDF text is being stored in a string variable within the for each. I’ve included a screenshot of my workflow below for reference.

Remove WriteTextFile activity and use AppendLine activity to add text to the existing .txt file.

2 Likes

Perfect that worked, thank you!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.