this is a very common problem, I read recently how to plot pdf directly from dynamo using archi-lab package and it worked perfectly… but the same old problem occurs is that for example if we are plotting 10 sheets, we must save every single pdf.
If you want to print pdfs with the same sheet size - it is possible, but you have to make some changes to the python node inside archilab’s PrintPDF. If you want to print pages with different sizes - it is not currently possible I think. But if you have Acrobat (or equivalent program,or I guess there are online services for that) you can easily combine all the pdfs in one multi-page document.
I want to print pdfs with the same sheet size but each sheet in a separate pdf not a combined pdf. if that is possible do you know how to modify the node script cuz am not familiar with python