RE: external-graphic problem

2004-08-25 Thread Sun, Tiffany (Tong)
Title: RE: external-graphic problem I had the same problem before, I passed in image root as a parameter to XSLT page, and add that to the path of images. The limitation is: you have to assume all images are using same root path. Tiffany -Original Message- From: vivek gupta

RE: FOP 1.0 Dev.

2004-08-19 Thread Sun, Tiffany (Tong)
:[EMAIL PROTECTED]] Sent: Thursday, August 19, 2004 4:18 AM To: [EMAIL PROTECTED] Subject: Re: FOP 1.0 Dev. Sun, Tiffany (Tong) wrote: Hi, I'm currently using FOP 0.20.5, but when I downloaded FOP1.0 Dev from CVS in hope it will fix some of my problems, I ran into more problems: Yes, you

FOP 1.0 Dev.

2004-08-18 Thread Sun, Tiffany (Tong)
Title: FOP 1.0 Dev. Hi, I'm currently using FOP 0.20.5, but when I downloaded FOP1.0 Dev from CVS in hope it will fix some of my problems, I ran into more problems: First, I have to change most of the method calls for it to compile, then I found that some of the old EPS files are not

RE: Line feed character

2004-06-15 Thread Sun, Tiffany (Tong)
Title: RE: Line feed character Hi, I'm having trouble with line feed characters: I defined text-align=justify text-align-last=start in fo:block, hoping the generated text will act justified if it's a full line, and align left if it's half line. But even there are a few words in a line,

How to use CMYK colors as font color?

2004-04-21 Thread Sun, Tiffany (Tong)
Title: How to use CMYK colors as font color? Hi, I need to use a font with color in CMYK color space, is there a way to tell FOP that I'm using CMYK color as font color? And how to define CMYK color 0 0 0 1? Currently I'm using fo:block font-size={$textSize} font-family={text/font-family}

RE: urgent help needed using FOP

2004-04-07 Thread Sun, Tiffany (Tong)
Title: RE: urgent help needed using FOP Jerry, It seems like your FOP driver never have any reaction with inputSource. If you use Driver driver = new Driver(); you must set driver.setOutputStream(out) and driver.setInputSource(theInputSrc). Or you can change the initial part: Driver driver

Create Legal sized PDF file

2004-03-19 Thread Sun, Tiffany (Tong)
Title: Create Legal sized PDF file I'm trying to create a PDF file bigger than 8.5X11, I defined page-width=8.5in and page-height=14in, but the generated PDF file just cut off the extra height and still display 8.5X11, anything beyond is lost. Any solutions? Thanks

RE: Image with transparent background covers the page with backgr ound image

2004-03-17 Thread Sun, Tiffany (Tong)
Title: RE: Image with transparent background covers the page with background image I have many EPS files inside the FOP file, all using external-graphic except the one that needs rotate. I need to transform the FOP file to PS file, then use ImageMagick to transform to a JPEG file, send back

Image with transparent background covers the page with background image

2004-03-16 Thread Sun, Tiffany (Tong)
I have a gif file with transparent background, but when I put it into a page with a background image, the transparent part became white and covered up the background image, anybody encountered this before? Tiffany

RE: Image with transparent background covers the page with backgr ound image

2004-03-16 Thread Sun, Tiffany (Tong)
Title: RE: Image with transparent background covers the page with background image I tried to embed gif file into SVG, same thing happened, lost transparency. My original file is EPS file, and it can't be embedded into SVG (doesn't show anything). Any other solutions? My goal is to rotate