Re: several simple-page-master-objects on one page?

2003-04-09 Thread Jeremias Maerki
I hope you don't mind that I post the answer to the one mail back to
fop-user. I'd like everyone to profit from answers.

On 08.04.2003 16:07:38 Todtenhaupt, Susann wrote:
 What I meant was following: when printing a document you can choose an
 option to put 2 or 4 etc. pages on one page you want to print. But this is
 a feature of the printer-driver. Is there any way to do this with xsl:fo? 

No, and not with FOP for PDF, PostScript etc. As I explained just
recently there is code in FopPrintServlet.java that does something like that
but it applies to the AWT renderer only. Maybe you could try to change
or subclass StreamRenderer.java to realize a similar effect for the
other renderers. See the method processQueue().

On 08.04.2003 14:23:52 Todtenhaupt, Susann wrote:
 I know that's a huge effort... I've joined that group not long ago and I've
 not so much experience with fop. And so I thought somebody can help me in
 this case. Where did you add this comment on cvs?

Here's the web view of the raw change:
http://cvs.apache.org/viewcvs.cgi/xml-fop/src/documentation/content/xdocs/compliance.xml.diff?r1=1.9r2=1.10diff_format=h

This probably doesn't help much. If you'd like to help documenting have
a look at: 
http://xml.apache.org/overview.html
http://xml.apache.org/cvs.html

Jeremias Maerki


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



Re: several simple-page-master-objects on one page?

2003-04-08 Thread Jeremias Maerki
Could you please try to reformulate your question? I don't understand
what you intend to do.

In XSL-FO a particular page can only have one page-master. I think
you're mixing terms.

On 07.04.2003 14:56:18 Todtenhaupt, Susann wrote:
 Is it possible to put more than one page-master-objects on one page (xsl:fo
 into pdf, ps)? Like ps-printer can do it...


Jeremias Maerki


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