Print PDF of Design Options from Dynamo

Hi there,

I was wondering if you can print .pdf files (like you would in Revit) but through Dynamo? This came up because I have X design options and a sketch sheet set up in a Revit project, and I wondered if there is an automated way to print one all of the design options on the same sheet iteratively. So it would be automating: me selecting design option 1, then print to pdf; then selecting design option 2 and printing to pdf; selecting design option 3 etc. etc…

 

I’ve done a quick search and couldn’t find anything so if anyone has any insight to this it would be much appreciated :slight_smile:

Cheers,

Matt

the revit api supports printing in “View.Print” method. you will have to create your custom node from that.

you could feed a list of views to this method