Help PCL - FOP

2011-09-19 Thread Everson Rogério
Hi group, I'm generating PCL files with XML and XSL files using FOP-1.0 in Java. Using PCLRenderer: Fop fop = fopFactory.newFop (MimeConstants.MIME_PCL,) It's good. Now, I need to insert more PCL commands in pcl file generated? For example, commands to choose the form that should be used, r

FOP 1.0 - Performance

2011-09-06 Thread Everson Rogério
Hello group, I need to improve the performance of the FOP 1.0. Is there any setting to change the file fop-1.0.jar. See below the results of some tests I did: FOP 0.20.5: 1 second. (As a class example of FOP: ExampleXML2PDF.java and using Driver.RENDER_PCL) FOP 1.0: 6 seconds. (With the example

Re: Problems with JPSForPrinting.java (PCL)

2011-09-06 Thread Everson Rogério
the file. Thanks Everson > >De: Everson Rogério >Para: "fop-users@xmlgraphics.apache.org" >Enviadas: Sexta-feira, 2 de Setembro de 2011 16:01 >Assunto: Problems with JPSForPrinting.java (PCL) > > >Hi group, > > >I

Problems with JPSForPrinting.java (PCL)

2011-09-02 Thread Everson Rogério
Hi group, I'm using the class PCL file JPSForPrinting.java to create PCL with  XML and XSL, but is not working. With Driver.RENDER_PDF works, but with Driver.RENDER_PCL does not work ... : ( driver.setRenderer (Driver.RENDER_PCL); The files are attached for reference. Do you have any tips? In

Re: Help: XSL-FO to PCL

2011-08-29 Thread Everson Rogério
Hi, thanks for the tips... Excuse me if I'm wrong, but I have not found another place to post my message. I need your help again. I generated a PCL from ExampleXML2PDF.java But the problem now is with the image. JPEG file that exists in the XSL. The FOP converts JPEG only in black and Prance (mo

XSL-FO to PCL

2011-08-26 Thread Everson Rogério
Hi, I'm having problems converting PCL file created from XML and XSL files using FOP in JAVA. Does anyone have examples in java? I am using a Java class to generate PDF from an XSL and XML. Now, I need to generate PCL with these XSL and XML files. I read something about this in Graphic Libr

Help: XSL to PCL

2011-08-25 Thread Everson Rogério
Hello I am using a Java class to generate PDF from an XSL and XML. Now, I need to generate PCL with these XSL and XML files. I read something about this in Graphic Library "fop" org.apache.fop.render.pcl, but I'm not succeeding. Can anyone help me? Send examples? Note that there is an image in