#30369 - 09/21/09 11:16 AM
Re: Simplex to Duplex
|
Junior Member
Registered: 08/27/03
Posts: 15
|
I tried your suggestion without success. I set, "Duplex = Duplex long-edge binding" and the condition is; "When: =(@(48,1,2) > '0') AND (@(48,1,2) <= '5')" then I want page 5 to start duplexing and finish with page 6 on the backside of 5.
But it still is printing in Simplex mode. Any other suggesttions?
BTW...I had this set on Paper Handling before the page.
Ashley
|
Top
|
|
|
|
#30370 - 09/21/09 11:42 AM
Re: Simplex to Duplex
|
OL Expert
Registered: 10/14/05
Posts: 4956
Loc: Objectif Lune Montreal
|
Ashley,
If you force it to switch to duplex without any conditions, does it duplex properly? If so, it may be that the condition is wrong. One problem I see with it is that you are doing numerical comparisons on strings. Try this: =(strtoint(@(48,1,2)) > 0) AND (strtoint(@(48,1,2)) <= 5)
Use strtofloat if the numbers have decimals.
If forcing it still produces simplex, it is possible that you're not using the correct ppd for your printer. Instead of using the default ppd, try using the ppd for your printer. If you don't have it, ppd files are usually available on your manufacturer's web site.
Regards, Rapha
|
Top
|
|
|
|
#30371 - 09/23/09 08:31 AM
Re: Simplex to Duplex
|
Junior Member
Registered: 08/27/03
Posts: 15
|
Thanks for the string to integer hint. I tried the default.ppd did not work and also the printers ppd, also did not work. I guess one should contact the printer manufacturer and check if they can add that into their ppd.
Regards,
Ashley
|
Top
|
|
|
|
#30373 - 09/24/09 08:19 AM
Re: Simplex to Duplex
|
Junior Member
Registered: 08/27/03
Posts: 15
|
I have tried then following; 1.) Set the document to duplex and set each page to simplex. Works! 2.) Set document to Simplex and set each page to duplex. Works! 3.) Set document to Simplex and pages to simplex. Added a condition "=(2 > 1)" then duplex. Does not Work!
Yes all the conditions I have been testing are in the Advanced Paper Handling
Regards,
Ashley
|
Top
|
|
|
|
#30374 - 09/24/09 08:28 AM
Re: Simplex to Duplex
|
Junior Member
Registered: 08/27/03
Posts: 15
|
Our printer is an Oce' Production Printer 160/200/250
Regards,
Ashley
|
Top
|
|
|
|
|
|