RE: Help: XSL to PCL

2011-08-26 Thread Theresa Jayne Forster
Well one of the first things you would need to do is configure the pcl renderer in the config file. http://xmlgraphics.apache.org/fop/0.95/configuration.html#pcl-renderer and be aware of the restrictions http://xmlgraphics.apache.org/fop/0.95/output.html#pcl Kindest regards Th

Re: Help: XSL to PCL

2011-08-26 Thread Chris Bowditch
On 26/08/2011 05:11, Everson Rogério wrote: 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. If you are having

Re: Placing external graphics

2011-08-26 Thread Chris Bowditch
On 25/08/2011 22:25, Samuel Penn wrote: Hi, Hello, I'm having some issues with the placement of images with external-graphic. The graphic (a jpeg) is being inserted into a text flow in one column of a two column page layout (i.e., it's not meant to spread across multiple text columns). What h

Building fop from source using qdox 1.11

2011-08-26 Thread Mathieu Malaterre
Dear all, I am trying to build fop from source using qdox 1.11. On my debian system here is what I did: $ wget http://mir2.ovh.net/ftp.apache.org/dist//xmlgraphics/fop/source/fop-1.0-src.tar.gz $ tar xfz fop-1.0-src.tar.gz $ cd fop-1.0 $ export CLASSPATH=/usr/share/java/qdox.jar:/usr/share/jav

Re: Building fop from source on debian

2011-08-26 Thread Mathieu Malaterre
Simon, Thanks again for your kind response. I believe we are going away from the actual issue I am seeing. I do not believe this is related to the Linux distribution used but to whether or not one can use a newer qdox version to build fop or not. See my recent post. Thanks again On Thu, Aug 25

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

Re: XSL-FO to PCL

2011-08-26 Thread Chris Bowditch
On 26/08/2011 15:06, Everson Rogério wrote: Hi, Hello, I'm having problems converting PCL file created from XML and XSL files using FOP in JAVA. Does anyone have examples in java? Did you not see my earlier reply to your previous e-mail on this subject? You can find on the archives her

Re: Building fop from source on debian

2011-08-26 Thread Simon Pepping
On Fri, Aug 26, 2011 at 01:46:13PM +0200, Mathieu Malaterre wrote: > Simon, > > Thanks again for your kind response. I believe we are going away > from the actual issue I am seeing. I do not believe this is related to > the Linux distribution used but to whether or not one can use a newer > qdox

Re: Building fop from source using qdox 1.11

2011-08-26 Thread Simon Pepping
Earlier I wrote: I took the source code of fop-1.0, replaced lib/build/qdox-1.6.3.jar with lib/build/qdox-1.12.jar from fop's development code, and ran ant compile and ant junit. Both were successfull. There is a warning about a deprecated method, but that is not fatal. The answer to your question

Re: Building fop from source using qdox 1.11

2011-08-26 Thread Mathieu Malaterre
Hi Simon, Great we are making some progress. Since you are using debian, this will be even easier. Try the attached script. If you are on a debian machine with: $ apt-cache policy libqdox-java libqdox-java: Installed: 1.12-1 You should quickly discover that indeed qdox-1.12 from debian