Archilab print pdf combined files

I am using the print pdf node for Archilab to print out all the sheets in a given project. If I set the Combined file option to false the node works fine but then I have to name each file and save separately (I have 50 sheets on this project so I prefer not to do this) if I set the option to true I get this error. I would like to know if anyone has gotten this to work?

Try to change the input for the file path.

I changed the filepath and now I get this message.

Traceback (most recent call last):

File “”, line 101, in

Exception: The iterator cannot proceed due to changes made to the Element table in Revit’s database (typically, This can be the result of an Element deletion).

Hi @ddelarosa,

I have founded a way to combine pdf files with various sizes.
https://forum.dynamobim.com/t/dynamo-exporting-pdf-by-adobe-pdf/18706/7

I’ve found that when I get that error, it is usually when I’ve tried to run the script again after a failed attempt. To clear it undo the dynamo script in Revit and reload the script in dynamo it should clear that error.