Heres the problem I’m running into. I’m getting the required information I need for this to work, the only problem I have is the print order. The script is designed to print PDF’s without us having to go through all the settings and selecting our sheets. Heres the script
With this method i receive a list of the sheets I want, the only problem is they aren’t in order. With this export PDF node (Genius Loci), it will only print the sheets by the sheet name, not the number. If anyone knows a work around or how I can get the sheet names in order (they aren’t alphabetical it should be numerical from the sheet numbers.
The only ways I can think to do this is by getting the sheet numbers in order then finding the sheet names based on that and see if it returns it in the order the numbers were given, or use a different export node. (I have tried 3 other ones and they all have their own problems, I have found this one to be the easiest / most convenient). Keep in mind I’m still new to dynamo this is my first script I have made on my own.