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?
Last edit: liepgp 2024-02-13
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?
Last edit: liepgp 2024-02-13