Re: JAVA_HOME

2001-06-14 Thread Rajeev C V
u just want to include like set JAVA_HOME=c:\jdk130 (where ur jvm is) on secondline of buil.bat.then try to build. regards rajiv --- Kin-Yip Tsang <[EMAIL PROTECTED]> wrote: > I can run Fop but can't do other batch files like > build.bat etc. in > Windows 98. The error message told me to set the >

Re: JAVA_HOME

2001-06-14 Thread Rajeev C V
u just want to include set JAVA_HOME=c:\jdk130 (where ur jvm is) on secondline of buil.bat.then try to build. regards rajiv --- Kin-Yip Tsang <[EMAIL PROTECTED]> wrote: > I can run Fop but can't do other batch files like > build.bat etc. in > Windows 98. The error message told me to set the > JAVA

Some information from the XSL-FO WG

2001-06-14 Thread Karen Lease
Hi all, Earlier this year I had asked a number of questions on the XSL-editors mailing list. Most of those had not yet been answered. I just received detailed responses from the working group at the W3C. Thought you might be interested in seeing them so here they are. Perhaps we'll be seeing a PR

Tranformation to PDF using cocoon's FOP

2001-06-14 Thread Hema Rajan
I have written a stylesheet to transform the xml file into a pdf file. But the header of the table is still missing. I have enclosed the stylesheet (final-pdf.xsl), applied on the xml "home.layout" file. I applied this xsl on the home.layout file using the xalan xslt processor. Then when we ope

RE: Printing on legal paper instead of letter

2001-06-14 Thread Arved Sandstrom
At 03:51 PM 6/14/01 -0700, Wabei wrote: >It prints the face sheet on letter. I have also >downloaded a ps file from elsewhere (not generated >thru fop), and it printed out ok on letter. > >A snapshot of my simpe-page-master is: > > page-height="29.7cm" page-width="21cm" margin-top="1 >.0cm"

Re: Redesign Questions

2001-06-14 Thread Arved Sandstrom
At 04:56 AM 6/14/01 +0800, Seshadri GK wrote: >i have just been looking about to see is there any stable/mature typesettign >system where we can borrow the algorithm. I have just started looking at Tex >and groff. Do u think its a good place to start? I would like to see what >has been done in the

RE: Printing on legal paper instead of letter

2001-06-14 Thread Wabei
It prints the face sheet on letter. I have also downloaded a ps file from elsewhere (not generated thru fop), and it printed out ok on letter. A snapshot of my simpe-page-master is: The page height is converted to -49 inches, and the width is converted

RE: Printing on legal paper instead of letter

2001-06-14 Thread Art Welch
Could it be that the printer or print queue is defaulting to legal paper? If acroread is generating a generic PS file then it may not be specifying a paper tray and just accepting the default. -Original Message- From: Wabei [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 4:11 PM

cvs commit: xml-fop/src/org/apache/fop/fo/flow TableCell.java

2001-06-14 Thread klease
klease 01/06/14 14:22:56 Modified:src/org/apache/fop/fo/flow TableCell.java Log: Submitted by: Ivan Demakov Reviewed by: Karen Lease Improves cell borders when border-collapse=collapse (the default). Note that this doesn't implement the full CR, but it's a big improvement an

RE: Printing PDF using FOP...

2001-06-14 Thread Art Welch
To use the PCLRenderer you just need to tell the Driver to use the PCLRenderer either by passing the symbolic constant for this or by passing an instance of the PCLRenderer class. For example: fopDriver.setRenderer(Driver.RENDER_PCL); or fopDriver.setRenderer(new PCLRenderer());

Printing on legal paper instead of letter

2001-06-14 Thread Wabei
Hello listers, I have been trying to figure out this problem and have given up after trying out several things. Problem. I have an xsl stylesheet, where I am specifying my page height, lengths, extents etc, in cm. I create a pdf file from an xml file using fop, and then convert the pdf file

JAVA_HOME

2001-06-14 Thread Kin-Yip Tsang
I can run Fop but can't do other batch files like build.bat etc. in Windows 98. The error message told me to set the JAVA_HOME variable to point to my JVM. I looked through FAQ but couldn't find a clue. Can anybody tell me step by step how to do it? marco

Version 18

2001-06-14 Thread Cannon, Scott
Does anyone know when version 18 of FOP as a jar will be available to download? I'm having trouble with v17 because the Driver class does not have any parameters on it. ___ Scott Cannon ?ProBusiness Research & Development 3021 State Road 590, Apt 611 Clearwater, FL 33759 (

Wrapping in Cell Question

2001-06-14 Thread John Wyman
Title: Message I am outputting a centered line of text and the text in the cell appears to start at the end of the cell and writes into the adjacent cell, the data in 'three3' runs of the side of the page. This worked OK in .12, what did I do wrong? John xml   If the price is at leastBut

Re: Printing PDF using FOP...

2001-06-14 Thread Hitesh Bagchi
I downloaded the 0.18 version of FOP (Fop-0.18.1-DEV-src.zip). In it I did find the PCLRenderer class but found no example explaining how to use it. Also the code I found in the src directory do not contain the org.apache.fop.render.pcl package and all the new packages of 0.18 although the javadoc

Comprehensive testing with TTF, second round

2001-06-14 Thread Petr Andrs
Hi, I made second round of tests in order to evaluate changes you have made to TTF handling. Problems with fo:character completely disappeared (at least in the character.fo testfile). Also fo:leader got much improved, but there still remain some problems, exaple file is attached. The other issues

[GUMP] Build Failure - Fop

2001-06-14 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml init-avail: init-filters-xalan1: init-filters-xalan2: