RE: Using String for XML source

2002-12-20 Thread Francis, Ronald
This works for me..     StringReader reader = new StringReader(strFoDocument);    Driver driver = new Driver(new InputSource(reader), null);    driver.setErrorDump(true);    renderer = new PrintRenderer();    driver.setRenderer(renderer);    dr

RE: Loading Image from Server

2002-12-20 Thread Francis, Ronald
It could be a security problem, can you copy-paste the stack trace/error messages? I use FOP from an applet , loading images from a server, and it works fine using the jdk1.4 plugin Cheers, Ronald -Original Message- From: alex elsholz [mailto:[EMAIL PROTECTED] Sent: Thursday, December 19,

RE: Antwort: Re: Antwort: Which TIFF format is used in batik? How can I get TI FF Type 1?

2002-12-18 Thread Francis, Ronald
batik? How can I get TI FF Type 1? Francis, Ronald wrote: > I've looked at the code in the AWTRenderer where a BufferedImage is created > to paint the "page" on(defaults to 72 dpi) That is addressed by the redesign under way. > Out of curiosity, how can we crea

RE: Antwort: Re: Antwort: Re: Antwort: Which TIFF format is used in batik? How can I get TIFF Type 1?

2002-12-18 Thread Francis, Ronald
Afraid not :( A higher scale factor creates a bigger BufferedImage.The end result is a larger 72 dpi tiff. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 18, 2002 11:50 AM To: [EMAIL PROTECTED] Subject: Antwort: Re: Antwort: Re: Antwort: Wh

RE: Antwort: Which TIFF format is used in batik? How can I get TI FF Type 1?

2002-12-17 Thread Francis, Ronald
Thanks Clay, but unfortunately the problem here is different. This is what I think is happening, Oleg could probably correct me if I'm wrong: The TIFFRenderer, which is a subclass of the AWTRenderer works by first rendering the entire fo page (not just images embedded /referenced in the page) but

RE: Antwort: Which TIFF format is used in batik? How can I get TI FF Type 1?

2002-12-17 Thread Francis, Ronald
I've looked at the code in the AWTRenderer where a BufferedImage is created to paint the "page" on(defaults to 72 dpi) Out of curiosity, how can we create a high res image / graphics context ? I would be happy to tinker with the code and post any solutions if I find any , but I am not very familia

RE: Table Alignment

2002-12-04 Thread Francis, Ronald
I have the smae problem , don't think fop supports it yet. You could try putting your table inside another table with three equal width cells. Cheers, Ronald -Original Message- From: sujata shetty [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 04, 2002 2:49 AM To: [EMAIL PROTECTED] S

Table inline-progression-dimension %

2002-11-13 Thread Francis, Ronald
Hi, Is there a known problem with using percentages with table property "inline-progression-dimension" eg works,but gives me - [ERROR] Error in text-align-last property value 'relative': org.apache.fop.fo.expr.PropertyException: No conversion defined Thanks, Ronald