I'm searching a way to print several projects to PDF, in order to correct student exercises.
I'm able to open the printing dialog box using system.commands["print", "print"].execute(). But I can't find the prompt names in order to complete the printing with the dialogs
Do you have any way to do that?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm searching a way to print several projects to PDF, in order to correct student exercises.
I'm able to open the printing dialog box using
system.commands["print", "print"].execute()
. But I can't find the prompt names in order to complete the printing with the dialogsDo you have any way to do that?