Re: Problems using Tiff with FOP

2003-11-12 Thread J.Pietschmann
Francisco García Leal wrote: graphics but I get java.lang.OutOfMemory Error. I have to include about 100 tiffs (one tiff in each page) in each pdf. How large are the TIFF files? They will all be kept in memory and will lock at least as much as they take in disk. - I have tried to call org.apache.fo

Re: Is the current build of FOP broken?

2003-11-12 Thread Jeremias Maerki
Hi Will All examples using the Driver.getContentHandler() approach are broken at the moment. I've managed to fix part of it but there is a remaining problem I hope we can get rid off soon. If you're interested in what's going on in the development please subscribe to fop-dev and fop-cvs (both not

Re: Is the current build of FOP broken?

2003-11-12 Thread Clay Leeds
On Wednesday, November 12, 2003, at 08:35 AM, Will Peterson wrote: In the past I have used FOP 0.20.5, and it worked great! ... I used it both from the command line, and by embedding the FOP driver into a program I wrote. Lately, I have wanted to upgrade to the latest in order to see the lates

Re: Is the current build of FOP broken?

2003-11-12 Thread Glen Mazza
Are you downloading the nightly of the maintenance build (0.20.x) or the development version (1.0)? RTF has been updated in 1.0 only, however it, like most code in 1.0, is not ready yet for regular use. Glen --- Will Peterson <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having problems using the "

Is the current build of FOP broken?

2003-11-12 Thread Will Peterson
Hi,   I'm having problems using the "snapshot" builds of FOP.   In the past I have used FOP 0.20.5, and it worked great! ... I used it both from the command line, and by embedding the FOP driver into a program I wrote.   Lately, I have wanted to upgrade to the latest in order to see the latest RT

RE: SVG output special character

2003-11-12 Thread George Yi
I think this is a bug in PrettyPrinter in batik. If you just dump the SVGDocument into an outputstream, everything is fine. George -Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 9:18 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Su

RE: SVG output special character

2003-11-12 Thread Andreas L. Delmelle
> -Original Message- > From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] > > > -Original Message- > > From: Zhong Yi [mailto:[EMAIL PROTECTED] > > > > > If you look at the SVG, it actually break one word > > into two lines. > > > > I also tested it using "Boy's" but the string ge

RE: putting date in header or footer

2003-11-12 Thread Abhijit Junnare
Use the XSL extension fucntions. I am using something like this xmlns:date="http://exslt.org/dates-and-times"; I have this code some place in my stylesheet to convert the XML into PDF using FOP. Thanks, Abhi __ Do you Yahoo!? Protect your identity with Yahoo!

RE: Problems using Tiff with FOP

2003-11-12 Thread Andreas L. Delmelle
> -Original Message- > From: Francisco García Leal [mailto:[EMAIL PROTECTED] > >I am using FOP 0.20.5. I have to create a PDF file with tiff graphics but I get > java.lang.OutOfMemory Error. If I'm not mistaken, problem could lie with a JAI byte array somehow not being garbage collec

Problems using Tiff with FOP

2003-11-12 Thread Francisco García Leal
Hello..       I am using FOP 0.20.5. I have to create a PDF file with tiff graphics but I get java.lang.OutOfMemory Error. I have to include about 100 tiffs (one tiff in each page) in each pdf. I also get another error using JAI (unsupported photometric interpretation value 1) and I don´t

RE: putting date in header or footer

2003-11-12 Thread Andreas L. Delmelle
> -Original Message- > From: Ali Baq > > how can i put the date and time of the system (e.g. > java.util.Date.toString) > in the header or footer of the pdf page? 2 possibilities (if you're using XML/XSL-FO to PDF): - enter the current date as an element or attribute in your source XM

putting date in header or footer

2003-11-12 Thread Ali Baq
how can i put the date and time of the system (e.g. java.util.Date.toString) in the header or footer of the pdf page? thank you _ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail

RE: Black Text Missing in GIF's rendered in PDF's

2003-11-12 Thread Chris Adams
Thanks for your reply. I think it is related to the issue that transparent GIF's appear with a black background when printed from the PDF. I'm looking into whether the GIF file itself is corrupt, and is causing the problem, but would appreciate anyone else's experience on this issue. Chris. -

RE: SVG output special character

2003-11-12 Thread Andreas L. Delmelle
> -Original Message- > From: Zhong Yi [mailto:[EMAIL PROTECTED] > > If you look at the SVG, it actually break one word > into two lines. > Hi, I also tested it using "Boy's" but the string gets broken up anyway. (Why? No idea... maybe we should try this with a different parser?) > Anyo

SVG output special character

2003-11-12 Thread Zhong Yi
I am trying to create a SVG output from fo, but the special charaters are not handled exactly as I expected. FOP added several white spaces after it. The fo is very simple, just have one special character "'" in it. If you look at the SVG, it actually break one word into two lines. Anyone knows ho