Thomas Margreiter wrote:

<snip/>

thanks for your help ! we checked-out the trunk and made a test with PS-Printers
but nothing was changed, xerox-printers print double-sided
documents and HP-Printers print single-sided Documents.
may be the bug 42144 is not fixed correctly

Can you clarify exactly what you did in your test?

The latest FOP code from SVN Trunk can be used to print duplex successfully on my local HP printer.

You need to configure FOP correctly to get it working though. In your FO file you need to enable duplex for the whole document with the following fo:declarations element:

        <fo:declarations>
                <ps:ps-setpagedevice>
                        &lt;&lt; /Duplex true &gt;&gt;
                </ps:ps-setpagedevice>
        </fo:declarations>        

Then in your fop.xconf file you need to turn off DSC compliance using the following element as a child of the PS Renderer element:

<dsc-compliant>false</dsc-compliant>

HTH!

Chris



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to