I’m new to Dynamo and am trying to make my first Dynamo workflow to work.
I’ve followed Konrad’s post (http://archi-lab.net/printing-pdfs-w-dynamo/) but got an error ad the end (in the Rename Files).
0
Traceback (most recent call last):
File “”, line 27, in
WindowsError: [Errno 2] [Errno 3] Could not find a part of the path ‘C:\Users\jnb\Desktop\PDF test pints\New PDF Document.dpf’.
I had a similar problem so I wrote a script in C# to batch rename the PDFs and CAD files. You can find the node in the package manager named RenamePDF. Below is a link to my post along with a video.
It would be nice if Konrad would update the Rename Files node, since it does not work in the latest version of Dynamo. However, it does still work in older versions. I was able to get it working without any issues in Dynamo 0.9.1.4062 (this is the version that installs with Revit 2017) with archi-lab version 2015.10.3.
Obviously not ideal, but Dynamo 0.9.1 can be installed side by side with newer versions, so it’s not a big issue.
I’ve been very busy with other stuff and unfortunately didn’t have time to look into this.
When I solved it, I will post it here.
But any input is still very welcome.