Not sure whether this is more a PS query than a FOP one.
The objective is to provide 2 copies of each document submitted, and staple
the copies. Ideally I would have 1 staple through both copies, with a
multipage document collated.

I have the following:
<fo:root>
                        <!-- page set up -->
                        <fo:layout-master-set>
                                <fo:simple-page-master master-name="A4" 
page-width="210mm"
page-height="297mm" margin-top="05mm" margin-bottom="05mm"
margin-left="05mm" margin-right="05mm">
                                        <ps:ps-page-setup-code 
name="output-type">&lt;&lt; /OutputType
(FujigawaShift) &gt;&gt; setpagedevice</ps:ps-page-setup-code> 
                                        <ps:ps-page-setup-code 
name="num-copies">&lt;&lt; /NumCopies 2 >>
setpagedevice</ps:ps-page-setup-code> 
                                        <ps:ps-page-setup-code 
name="collate">&lt;&lt; /Collate true
/CollateDetails &lt;&lt; /Type 6 /AlignSet true &gt;&gt; &gt;&gt; 
setpagedevice</ps:ps-page-setup-code> 
...............
                              </fo:simple-page-master>
                        </fo:layout-master-set>

<fo:declarations>
<ps:ps-setup-code name="staple"
xmlns:ps="http://xmlgraphics.apache.org/fop/postscript";>&lt;&lt; /Staple 2
/StapleDetails &lt;&lt;/Type 14 /Angle 2 /Position 0 &gt;&gt; &gt;&gt; 
setpagedevice</ps:ps-setup-code> 
</fo:declarations>

Documents render fine. With the above settings, a two-page document is
printed twice with each 2-page document stapled. 

Should it be possible to staple all four pages? I don't know if this is 
printer dependent, PS coding or FOP setting. 

Also - if the document is only 1 page, should it be possible to staple the
copies.

Trust this makes sense. Using FOP 0.94, target device is Ricoh (Aficio)
1224C (PS 3 driver)
-- 
View this message in context: 
http://old.nabble.com/FOP-PS-for-multiple-copies-and-stapling-tp30351513p30351513.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to