ozfish
October 3, 2017, 1:25am
1
I am trying to extract data from Construction PDF drawings. In particular the Title, drawing number rev etc…
I have managed to successfully do so using UiPAth Studio - however only on open PDF files. I would like to know
Can I do this as batch where I may have 100 plus drawings - I don’t want to have to open each one
I want the process to extract the data to be used in other software - can this be done with an API’s
Regards
ozfish
October 3, 2017, 10:58am
3
Thanks for the reply.
Can you point me in the right direction as to where the Directory.GetFiles should be specified?
Topi
(Topi Asikainen)
October 3, 2017, 11:06am
4
Hi,
Directory.GetFiles returns a String() array that has all the file paths as items.
Attached a simple example.
Main.xaml (6.7 KB)
BR,
Topi
ozfish
October 3, 2017, 11:29am
6
thank you all… Ill try it out!