Hello to everybody,
First of all, i’m very new to dynamo.
I’m looking for a better way to do all the paperwork needed for diferent permits involved in the architectural practice nowadays.
What i need is a way to import preformated word documents in dynamo, swap some words with revit parameters or custom text and then write the file back. This would be very usefull when you have 20 30 word file that have the same parameters and need to be completed manualy…
Thank you in advance for your answer,
Later edit,
I managed to do it using a txt file, what i need now is to import/export a .doc file…
I have no direct answer for you but you might want to look up how to do it via a bit of python code as I’m pretty sure dynamo has no actual node to do this.
https://gist.github.com/ejstembler/1049552 I found this IronPython script earlier that seems promising but I’m not totally sure on whether or not that means it would work if modified for Dynamo. (sorry in advance if this a totally useless find in that way )