cancel
Showing results for 
Search instead for 
Did you mean: 

Define output tray for medium in XDC

joschkarick
Explorer
0 Kudos

Hello everyone. I'm looking for a way to define input and output trays on a page-level.

I've managed to create an input tray for a new custom paper type by modifying the XDC. Here's the code:

<medium stock="my_a4_tray" short="148mm" long="210mm">25</medium>

<inputTrays>
<inputTrayDefinition name="my_a4_tray" medium="my_a4_tray" trayNumber="4"/>
</inputTrays>

I want to do the same for an output tray. How can I do that? All the SAP notes only show hints about defining input trays, but not about output trays.

Accepted Solutions (1)

Accepted Solutions (1)

Florian
Active Contributor

Not sure if you have seen those OSS Note

766410

Anyway, there is no output tray handling named anyway and I'm nearly sure it isn't possible that way yet. We have created several devices once and set the output-tray via the print-server.

That mean, you need to implement a custom logic inside the driver-programs you need to hit a specific output-tray.

Not a standard-solution, but a solution:-)

joschkarick
Explorer
0 Kudos

We dropped the requirement, but thank you anyway.

Answers (0)