Re: Embedding Printer Control parameters in PCL

2001-10-13 Thread Jeremias Maerki


On  Brian T. Wolf wrote:

 We are working on that as well, though I don't have any good solutions yet
 either. If you run across something please let me know.
 
 Just as an FYI, I tried hardcoding a duplex print escape sequence into
 PCLRenderer.java and it printed both sides as expected. So I figure once we
 solve how to pass through the landscape code, this should be resolved as
 well.
 
 There is more to this than a FOP coding issue I believe however. The xsl:fo
 standard has nothing to do with how a particular printer should behave. So
 we also need to figure out how to get the information from the stylesheet to
 the renderer without damaging the integrity of the xsl.
 
 Regards,
 Brian
 - Original Message -
 From: Raj [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, October 12, 2001 7:45 AM
 Subject: Embedding Printer Control parameters in PCL
 
 
  Hi Art,
   I am trying to send fop generated PCL from web server to network
 printers.
  For each document, we know the print controls(like duplex etc.) Is there a
  way to embed these controls as part of the PCL stream so that duplex
 prints
  are automatically delivered as duplex without any other intervention. All
  our printers support duplex printing.
  Thanks
  -rajendran.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - 6002 Luzern
Fon +41 (0)41 317 2020 - Fax +41 (0)41 317 2029
Internet http://www.outline.ch


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




Re: Embedding Printer Control parameters in PCL

2001-10-13 Thread Jeremias Maerki


On -MM-ddT Brian T. Wolf wrote:

 We are working on that as well, though I don't have any good solutions yet
 either. If you run across something please let me know.
 
 Just as an FYI, I tried hardcoding a duplex print escape sequence into
 PCLRenderer.java and it printed both sides as expected. So I figure once we
 solve how to pass through the landscape code, this should be resolved as
 well.
 
 There is more to this than a FOP coding issue I believe however. The xsl:fo
 standard has nothing to do with how a particular printer should behave. So
 we also need to figure out how to get the information from the stylesheet to
 the renderer without damaging the integrity of the xsl.
 
 Regards,
 Brian
 - Original Message -
 From: Raj [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, October 12, 2001 7:45 AM
 Subject: Embedding Printer Control parameters in PCL
 
 
  Hi Art,
   I am trying to send fop generated PCL from web server to network
 printers.
  For each document, we know the print controls(like duplex etc.) Is there a
  way to embed these controls as part of the PCL stream so that duplex
 prints
  are automatically delivered as duplex without any other intervention. All
  our printers support duplex printing.
  Thanks
  -rajendran.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - 6002 Luzern
Fon +41 (0)41 317 2020 - Fax +41 (0)41 317 2029
Internet http://www.outline.ch


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




Re: Embedding Printer Control parameters in PCL

2001-10-13 Thread Jeremias Maerki


On -MM-ddT Brian T. Wolf wrote:

 We are working on that as well, though I don't have any good solutions yet
 either. If you run across something please let me know.
 
 Just as an FYI, I tried hardcoding a duplex print escape sequence into
 PCLRenderer.java and it printed both sides as expected. So I figure once we
 solve how to pass through the landscape code, this should be resolved as
 well.
 
 There is more to this than a FOP coding issue I believe however. The xsl:fo
 standard has nothing to do with how a particular printer should behave. So
 we also need to figure out how to get the information from the stylesheet to
 the renderer without damaging the integrity of the xsl.
 
 Regards,
 Brian
 - Original Message -
 From: Raj [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, October 12, 2001 7:45 AM
 Subject: Embedding Printer Control parameters in PCL
 
 
  Hi Art,
   I am trying to send fop generated PCL from web server to network
 printers.
  For each document, we know the print controls(like duplex etc.) Is there a
  way to embed these controls as part of the PCL stream so that duplex
 prints
  are automatically delivered as duplex without any other intervention. All
  our printers support duplex printing.
  Thanks
  -rajendran.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - 6002 Luzern
Fon +41 (0)41 317 2020 - Fax +41 (0)41 317 2029
Internet http://www.outline.ch


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




Re: Embedding Printer Control parameters in PCL

2001-10-13 Thread Jeremias Maerki

That's also going to be an issue for the PostScript renderer, when we
want to apply individual PPDs (Files that contain control commands for
individual printers) or controlling the PostScript Level to be used.

What comes to my mind as an idea is a FOP extension where we can supply
some configuration in form of a (sub-)element tree that gets converted
internally into Avalon Configuration objects that can be used to
configure a particular renderer. On the other side, this mechanism
should only complement (not replace) the configuration possibilities
from the system/user configuration supplied to FOP. I think it's also
important that the extension can take configuration for several
renderers simultaneously. 

On 12.10.2001 19:52:37 Brian T. Wolf wrote:
 We are working on that as well, though I don't have any good solutions yet
 either. If you run across something please let me know.
 
 Just as an FYI, I tried hardcoding a duplex print escape sequence into
 PCLRenderer.java and it printed both sides as expected. So I figure once we
 solve how to pass through the landscape code, this should be resolved as
 well.
 
 There is more to this than a FOP coding issue I believe however. The xsl:fo
 standard has nothing to do with how a particular printer should behave. So
 we also need to figure out how to get the information from the stylesheet to
 the renderer without damaging the integrity of the xsl.
 
 Regards,
 Brian
 - Original Message -
 From: Raj [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, October 12, 2001 7:45 AM
 Subject: Embedding Printer Control parameters in PCL
 
 
  Hi Art,
   I am trying to send fop generated PCL from web server to network
 printers.
  For each document, we know the print controls(like duplex etc.) Is there a
  way to embed these controls as part of the PCL stream so that duplex
 prints
  are automatically delivered as duplex without any other intervention. All
  our printers support duplex printing.
  Thanks
  -rajendran.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


Cheers,
Jeremias Märki

mailto:[EMAIL PROTECTED]

OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - 6002 Luzern
Fon +41 (0)41 317 2020 - Fax +41 (0)41 317 2029
Internet http://www.outline.ch


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




Embedding Printer Control parameters in PCL

2001-10-12 Thread Raj

Hi Art,
 I am trying to send fop generated PCL from web server to network printers.
For each document, we know the print controls(like duplex etc.) Is there a
way to embed these controls as part of the PCL stream so that duplex prints
are automatically delivered as duplex without any other intervention. All
our printers support duplex printing.
Thanks
-rajendran.
- Original Message -
From: Art Welch [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, October 11, 2001 4:11 PM
Subject: RE: orientation


 Off hand I do not know of an easy way to do this. Depending on how you are
 invoking FOP it may be possible to have an XSL stylesheet call an
extension
 function to signal to the code that is invoking the PCLRenderer to set the
 orientation as desired. Unfortunately the orientation is set in
 startRenderer() so this would need to be done before that.

 HTH,
 Art

 -Original Message-
 From: Brian Wolf [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, October 09, 2001 4:19 PM
 To: [EMAIL PROTECTED]
 Subject: orientation


 I am trying to utilize the code in PCLRenderer that will send the
 landscape escape sequence. Unfortunately I cannot seem to figure out how
 to pass the information from the stylesheet to the renderer. If someone
 is already working on this I can wait a little bit; otherwise any advice
 on how to proceed to make the coding changes would be appreciated.
 Thanks,
 Brian

 Brian T. Wolf
 CBILL, INC.
 3452 E. Foothill Blvd., Suite 400
 Pasadena, CA 91107
 (626) 844-6361


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

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



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




Re: Embedding Printer Control parameters in PCL

2001-10-12 Thread Brian T. Wolf

We are working on that as well, though I don't have any good solutions yet
either. If you run across something please let me know.

Just as an FYI, I tried hardcoding a duplex print escape sequence into
PCLRenderer.java and it printed both sides as expected. So I figure once we
solve how to pass through the landscape code, this should be resolved as
well.

There is more to this than a FOP coding issue I believe however. The xsl:fo
standard has nothing to do with how a particular printer should behave. So
we also need to figure out how to get the information from the stylesheet to
the renderer without damaging the integrity of the xsl.

Regards,
Brian
- Original Message -
From: Raj [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, October 12, 2001 7:45 AM
Subject: Embedding Printer Control parameters in PCL


 Hi Art,
  I am trying to send fop generated PCL from web server to network
printers.
 For each document, we know the print controls(like duplex etc.) Is there a
 way to embed these controls as part of the PCL stream so that duplex
prints
 are automatically delivered as duplex without any other intervention. All
 our printers support duplex printing.
 Thanks
 -rajendran.

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