I’m attempting to create a script that will print a view set within Revit to a single PDF, but the ordering of those sheets based on a string of text contained within the filename.
So far I’m having no issue in the creation of the PDFs, but the sorting is where I’m having issues.
Within my Revit file I have sheets that are like this:
S-1001
S-1002
S-5003
S-3004
What I would like to do is have the final PDF be combined based on the last three digits. Is this possible with Dynamo?