I want to Create a Batch Printing with Ghostscript on a printer which can do Papersizes from A0 to A4. The Papersize for printing comes from the PDF-Document. That means a A0-Pdf-File should keep it's papersize for printing to a A0 paper. Now GS always resizes the document to its defaults for example A4
So i don't know how i can say GS: "Read the Papersize of the document and print the same"
My command looks like this:
"Path to GS\gswin32c.exe" -sDEVICE=mswinpr2 -sOutputFile="\spool\\print-server\Name of my printer" -dBATCH -dNOPAUSE "\server\folder\123456-01.pdf"