-
1. Re: ZPL problem with layout A5 landscape
WASIL Mar 21, 2014 7:23 AM (in response to Balea)Yes.This should help : http://help.adobe.com/en_US/livecycle/10.0/WorkbenchHelp/WSb96e41f8a4ca47a9-78863e98130b64 eeef8-8000.html
-Wasil
-
2. Re: ZPL problem with layout A5 landscape
Balea Apr 1, 2014 7:42 AM (in response to WASIL)Thank you for the link.
I use a c# web service to connect the pc clients to the Adobe LC Server. When I use the function GeneratePrintedOutput2 from OutputService with PCL I can pass a XDC file as parameter in the function to control the paper trays of the printer. It works fine.
With ZPL it does not work at all.
There is no difference in the result if I use the Adobe file zpl300.xdc as function parameter or not.
That's why changing the local XDC file shows no effect.
How can I change this behaviour? Any help is appreciated...
-
3. Re: ZPL problem with layout A5 landscape
WASIL Apr 1, 2014 8:08 AM (in response to Balea)Make sure the XDCURI that you specify in generatePrintedOutput2 :http://help.adobe.com/en_US/livecycle/10.0/ProgramLC/javadoc/com/adobe/livecycle/output/cl ient/OutputClient.html#generatePrintedOutput2(com.adobe.livecycle.output.client.PrintForma t, java.lang.String, com.adobe.idp.Document, java.lang.String, com.adobe.livecycle.output.client.PrintedOutputOptionsSpec, com.adobe.idp.Document) is available to LC server as mentioned here : http://help.adobe.com/en_US/livecycle/10.0/WorkbenchHelp/WS92d06802c76abadb3f4eb35312c7a1f b01f-7fff.html
-Wasil
-
4. Re: ZPL problem with layout A5 landscape
Balea Apr 2, 2014 9:40 AM (in response to WASIL)Problem solved by editing the zpl300.xdc on the LC server. Just added a new medium type A5.
All other attempts to send the xdc file as function parameter of generatePrintedOutput2 failed.
This seems to be the case only with ZPL. With PCL, passing a customized xdc works fine.


