GL
Dear ARIS community members,
I would like to create a script which automatically inserts ARIS diagrams in a existant Word document.
I think that the script could be structured like this :
Read Line ( Current File ) ; Write Line (New File) ;
Read Line ( Current File ) ; Write Line (New File) ;
Read Line ( Current File ) ; Write Line (New File) ;
...
Insert ARIS Diagram ;
Read Line ( Current File ) ; Write Line (New File) ;
aso..
But How to read lines of an existant word file. I didn't see any API to do it .
If you have some ideas ... Thank you !
LG