Move differents PDF to a different locations acoording to the name of the document

You can use

Directory.GetFiles("FolderPath","company1*.pdf", SearchOption.AllDirectories)

use move file activity and put it in for each loop and pass the required parameter in move file activity.

Thanks,
Sanjit