I am developing a dynamo script and it’s pretty much complete. However, the missing step is:
Exporting a set of selected views automatically (giving names without human inputs and saving) to PDF files.
Merge the created PDF files into one PDF file, containing all the views.
Here are my questions:
1 - I have experimented with the GeniusLoci node to Merge PDFs but it says that the document has no pages. How can I fix/circumvent this issue?
2 - Is there a way to use the “Select” print range while naming and saving files automatically?
3 - Is there a way to turn on the printer software so that it’s ready to go when the PDF exporting commences?
Any feedback is appreciated. I’m fairly new to Dynamo and this forum has been so valuable in the help and tips received and I can only thank you all for this
I’ve noticed that the 2022 version has a lot of PDF export settings.
However, I’m currently working with Revit 2020 as it is the version that the company I work with uses.
Depending on the number of sheets to print and your virtual PDF printer, one PassThrough node may not be sufficient.
You should add a Thread.Pause node to be sure that all the pdf files have been created before merging.
I tried the method you referenced and it didn’t return the expected results. Maybe I did something wrong/differently but I’m not really sure of what I did wrong exactly.
Currently I don’t have my laptop with me but I’ll get back on this topic on Monday. I just have these questions that I wanted to ask
Hello again and I’m sorry for the lack of response from my end, I had some personal issues that I needed to deal with.
I have implemented the pause node with a 15 second gap and the MergePDF node returned this warning:
“Warning: Merge.MergePDFs operation failed.
Access to the path ‘C:\Program Files\Autodesk\Revit 2020\Success’ is denied.”