Loading Image from Server

2002-12-19 Thread alex elsholz
Hi, i couldn't display an image, whe fop must load it from a server, but i dont get an exception. when i use a local path it worjs fine. but i get no exception. coulkd it be, that a secutity exception will catch in the framework? alex -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++

TXTRenderer Setting the encoding

2002-12-19 Thread alex elsholz
Hi, when i use the 0.20.5 fop i get a nullpointer when i use the txtrenderer when the renderer tries to use the member options (because it isnt initialized) in line 1607. i think its a bug, he should use the default utf-8 encoding in this case. but how can i set the variable? i tried Configurat

Re: TXTRenderer Setting the encoding

2002-12-20 Thread alex elsholz
hi, yes its the same... its because the option member will only be initialized by using the xmlrenderer or on commandline. alex -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!

Re: Loading Image from Server

2002-12-23 Thread alex elsholz
Hi Oleg, Oleg Tkachenko wrote: > alex elsholz wrote: > >> i couldn't display an image, whe fop must load it from a server, but i >> dont get an exception. when i use a local path it worjs fine. > > When FOP is unable to load image it doesn't throw an exceptio

Re: Loading Image from Server

2002-12-30 Thread alex elsholz
Hi, i have noticed sth. When i render pdf and then stream it in a file the image is shown. when i use the awtrenderer to print it the image (from the server) isnt shown. alex -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min.

Re: Loading Image from Server

2002-12-30 Thread alex elsholz
Hi, > What's image format are you talking about? its an gif-image alex -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! - To unsubscribe, e-mail: [E

Previewer

2002-12-31 Thread alex elsholz
Hi, whats the reason placing the report on a frame and not on a panel? i think here should be a panel and a controller-class for this. because some developer want use the previewer on a dialog, some other in a internal frame ... mfg alex -- +++ GMX - Mail, Messaging & more http://www.gmx.ne

blanks and txtrenderer

2003-01-06 Thread alex elsholz
Hi, i've problems with the layout using the txt-renderer. sometimes one blank comes to 3, sometimes to 10, sometimes to one. Sometimes empty lines were inserted. When i use the pdf or the awt renderer it works fine. has anybody an idea? alex -- +++ GMX - Mail, Messaging & more http://www.gmx.n

blanks and TXTRenderer

2003-01-06 Thread alex elsholz
Hi, i've problems with the layout using the txt-renderer. sometimes one blank comes to 3, sometimes to 10, sometimes to one. Sometimes empty lines were inserted. When i use the pdf or the awt renderer it works fine. has anybody an idea? alex -- +++ GMX - Mail, Messaging & more http://www.gmx.n

status of txt rendering was: RE: blanks and TXTRenderer

2003-01-07 Thread alex elsholz
Hi, > but I doubt that it is high on anybody's priority list. ;-) yes it seems the txt rendering has a very mean status. in my opinion the txtrenderer is good to retail the fop output (for example to send it directly to a printer using the escape sequences, because many printres couldnt handle

Calculate number of pages without complete rendering-process was: Re: Counting the number of pages generated in the pdf file

2003-02-05 Thread alex elsholz
Hi, Check the FAQ for hints and caveats: http://xml.apache.org/fop/faq.html#faq-N10597 public static void main(String args[]) { try { Driver driver=new Driver(); driver.setOutputStream(new FileOutputStream(args[2])); driver.setRenderer(Driver.RENDER_PDF); Transformer

Re: Calculate number of pages without complete rendering-process was: Re: Counting the number of pages generated in the pdf file

2003-02-06 Thread alex elsholz
Hi, J.Pietschmann wrote: >>I'm looking for an solution to calculate the number of pages without the >>complete rendering process. >Great idea. If you tell me how to do it, I'll implement it. >Note: In general, you can't know how many pages a text fills >unless you actually filled the pages with t