RE: servlet called thrice on IE 4.0

2001-11-20 Thread Savino, Matt C
Thanks for all the ideas. Interstingly, I only get the problem on IE 4.0. not 4.72 an above. I wonder if Weblogic is doing something behind the scenes to mitigate the calls. Also strange is that it doesn't seem to happen all the time. When I get a minute to come up for air I'll sit down and try to

AW: FOP hangs when using animated gifs...

2001-11-20 Thread Beer, Christian
Hi FOP-specialists! I (with help from Jeremias Maerki) found a working solution for the "animated gif" problem! Here is what I created through diff (I don't have any diff knowledge! Hope it is right!): 60c60,61 < if (this.imageStatus.intValue() != ImageConsumer.STATICIMAGEDONE) ---

Re: servlet called thrice on IE 4.0

2001-11-20 Thread Joerg Pietschmann
"Savino, Matt C" <[EMAIL PROTECTED]> wrote: > I know this has been discussed here before, but I just wanted to ask in case > anyone has discovered a solution. Basically I'm etting that problem where IE > is calling the FOP servelt twice. It is said this is caused by IE trying to derive the conten

page numbering question

2001-11-20 Thread Savino, Matt C
I need to separately keep track of and print out page numbers within a sub-section of the master document. I could start a new page-sequence, but the problem is that I have a master header which needs to show the running page number of the entire document. Page >>> |-- Header --

RE: servlet called thrice on IE 4.0

2001-11-20 Thread Colantino, John
We encountered this IE problem, also. This fix worked for us... http://support.microsoft.com/support/kb/articles/Q293/7/92.ASP > -Original Message- > From: Smith, Paul R [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, November 20, 2001 12:35 PM > To: '[EMAIL PROTECTED]' > Subject: RE: s

Re: font-family default?

2001-11-20 Thread Karen Lease
The overall default is the generic family "sans-serif". For PDF, that's probably Helvetica. The default size is 12pt. bryan hansen wrote: > > If you don't specify a font-family, what is the > default font that is used? I have searched around the > site and it doesn't appear to be listed anywher

Re: Graphic repeats in FOP multi-page table

2001-11-20 Thread Karen Lease
Hi Jaron, I discovered this problem and found a fix for it just before 0.20.2RC was released. So it's in CVS, in the "maintenance" branch, CVS tag "fop-0_20_2-maintain". You could get the 0.20.2RC source distribution (same place you downloaded the binary), apply the attached patch to src/org/apac

Re: Support for large row spanning

2001-11-20 Thread Karen Lease
Hi Paul, This kind of problem, like many others involving page breaking decisions, will be addressed in the rewritten version of FOP which some of us (most Keiron Liddle) are currently working on. I know it's frustrating not to see any forward evolution during this time, but we felt FOP had gotto

RE: servlet called thrice on IE 4.0

2001-11-20 Thread Todd McGrath
It seems to make a difference to IE if you use GET vs. POST. From a form, I either POST or GET to a servlet that returns a PDF. I have to use GET in my servlet >= IE 5.5 in order to return PDF, but I use POST in IE 5.0 and it is only called once, but still returns PDF. So, the servlet's doGet a

RE: servlet called thrice on IE 4.0

2001-11-20 Thread Shkuro, Yuri
I can't specify the source of this advice exactly, because I forgot it (it was somewhere on Microsoft's website), but what the article said was that when IE sends these multple requests, they are actually different in something like "UserAgent" http header (a better header they couldn't find!).

font-family default?

2001-11-20 Thread bryan hansen
If you don't specify a font-family, what is the default font that is used? I have searched around the site and it doesn't appear to be listed anywhere that i can see. I specify in certain areas what font to use, but nothing for the overall pdf. __

Re: servlet called thrice on IE 4.0

2001-11-20 Thread David Frankson
It is a behavior that is unavoidable in IE. I cache the pdf and return it on the second hit. Dave - Original Message - From: "Savino, Matt C" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 11:09 AM Subject: servlet called thrice on IE 4.0 > I know th

RE: Problems with PCL Output

2001-11-20 Thread Art Welch
I made a change to the PCLRenderer that should have fixed the border problem. I am not sure if it made it into the last build. If the last build does not include it, you may want to rebuild FOP and include version 1.13 of the PCLRenderer.   For the Euro symbol problem. some (typically older

Re: Problems with PCL Output

2001-11-20 Thread Brian T. Wolf
I've encountered #1 as well. The borders seem to have broken around 0.20.1, so we are using 0.19.0 and borders seem to work right there. I have posted questions about #3. I am willing to do the coding if someone can help point me in the right direction. The ability to send a landscape code i

DO NOT REPLY [Bug 4837] - Please add new versions for FOP

2001-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Problems with PCL Output

2001-11-20 Thread Martin Roob
Hello there, we are using FOP (0.20.1) to create PDF and PCL Documents on an OS/390 System. There PDF generation works great, the PCL generation works nearly great. There are 3 problems with PCL 1. Table borders are mixed up 2. There is no EURO-sign in the PCL 3. landscape mode is not working.

RE: servlet called thrice on IE 4.0

2001-11-20 Thread Smith, Paul R
I have this problem too but with IE5 & IE5.5 - Paul Smith -Original Message- From: Savino, Matt C [mailto:[EMAIL PROTECTED]] Sent: 20 November 2001 17:10 To: '[EMAIL PROTECTED]' Subject: servlet called thrice on IE 4.0 I know this has been discussed here before, but I just wanted to as

Re: uri parser?

2001-11-20 Thread Peter B. West
Ulrich, I don't have much understanding of this arcana, but it looks as though java.net.URL will parse a known http: protocol URL. It won't identify the extent of a URL in piece of input text, or so it seems on cursory examination. I had just noticed that there was no lexical token for a UR

My First FOP'ed publication done

2001-11-20 Thread David Warnock
Hi, Just a short note to say a big thank-you to everyone who has developed FOP. I have just finished my first publication which was 300 A4 pages. I had a few problems but in the end managed everything the client which is cool. Thanks Dave ---

RE: uri parser?

2001-11-20 Thread Scott Sanders
HTTPPool has a URI class that is quite a bit better than the java.net.URL class. It can be found at http://www.innovation.ch/java/HTTPClient/ Regards, Scott Sanders -Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 7:23 AM To: fop-dev Sub

Re: uri parser?

2001-11-20 Thread Ulrich Mayring
"Peter B. West" wrote: > > Does anyone know of a general URI parser tucked away in the code > somewhere, or failing that, available elsewhere? How about java.net.URL? Ulrich -- Ulrich Mayring DENIC eG, Systementwicklung - To

uri parser?

2001-11-20 Thread Peter B. West
Does anyone know of a general URI parser tucked away in the code somewhere, or failing that, available elsewhere? Peter -- Peter B. West [EMAIL PROTECTED] http://powerup.com.au/~pbwest "Lord, to whom shall we go?" - To unsu

Re: FOP hangs when using animated gifs...

2001-11-20 Thread Jeremias Maerki
Hi Christian Don't know much about those image classes, but after quickly looking at the awt javadocs and FOP source it seems to me that FopImageConsumer.java should be adjusted, so it can handle the ImageConsumer.SINGLEFRAMEDONE status and not only ImageConsumer.STATICIMAGEDONE. loadImage() prob

FOP hangs when using animated gifs...

2001-11-20 Thread Beer, Christian
Hi FOPers. I found the place in the source (class GifImage) where the hang happens: protected void loadImage() throws FopImageException { int[] tmpMap = null; try { ImageProducer ip = (ImageProducer)this.m_href.getContent(); FopImageConsumer consum

DO NOT REPLY [Bug 4970] New: - FOP hangs on processing animated gif

2001-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

FOP hangs when using animated gifs

2001-11-20 Thread Beer, Christian
Hi Folks! When I use an animated gif in fo:external-graphic, FOP hangs without any error!! Is there a way to find out if a gif is animated?? Thanks Christian DIRON Wirtschaftsinformatik GmbH & Co. KG Christian Beer ([EMAIL

Re: How to set up external logger?

2001-11-20 Thread Ulrich Mayring
Jeremias Maerki wrote: > > Hallo Ulrich > > The problem probably lies in org.apache.fop.messaging.MessageHandler > which is used in a static context and constructs it's own Logger. FOP > still needs some refactoring to do logging cleanly. > > All you probably need is to also set the Logger on M

Re: How to set up external logger?

2001-11-20 Thread Jeremias Maerki
Hallo Ulrich The problem probably lies in org.apache.fop.messaging.MessageHandler which is used in a static context and constructs it's own Logger. FOP still needs some refactoring to do logging cleanly. All you probably need is to also set the Logger on MessageHandler. Good luck! On Tue, 20 N

DO NOT REPLY [Bug 4965] New: - FOP rendering svg to pdf is never ending and has a memory leakage.

2001-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Support for ICC profiles and CMYK jpeg

2001-11-20 Thread Thomas Kübler
hi ektan, perhaps you can take the APPE-marker for the Photoshop image. All Photoshop-jpeg-image have the APPE-Marker. thomas kübler - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 11:30 AM Subject: Re: Support for ICC profiles an

AW: PDF size

2001-11-20 Thread Bolle, Jan-Philipp
thanks, with the new version of FOP my example have a size of 3 MB. -Ursprüngliche Nachricht- Von: Jeremias Maerki [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 20. November 2001 10:47 An: [EMAIL PROTECTED] Betreff: Re: PDF size You're probably working with an older version of FOP. Rec

How to set up external logger?

2001-11-20 Thread Ulrich Mayring
Hello, I've written an Avalon block as a wrapper for fop, xalan, batik and naturally my Phoenix applications, that use this block, have their own logger. It's retrieved in the standard Avalon way by calling getLogger(), so I've tried this: {Class extends AbtractLoggable} ... Driver driver = new

Re: Support for ICC profiles and CMYK jpeg

2001-11-20 Thread ektan
hi Thomas, I have received the source code, thank you very much. best rgds, ektan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: PDF size

2001-11-20 Thread Jeremias Maerki
You're probably working with an older version of FOP. Recent versions include direct support for embedding JPEG which results in smaller PDF files. The files are bigger in your case because the JPEG gets decoded and compressed pixel by pixel using the Flate algorithm. On Tue, 20 Nov 2001 10:34:0

PDF size

2001-11-20 Thread Bolle, Jan-Philipp
Hi, I need to get small PDF documents with pictures. Therefore I try to understand the way how FOP uses pictures, and what determines the resulting size of the PDF document.. As an example, I generated a PDF document with FOP. It contains 20 pictures and a few lines of text. The sum of the sizes

RE: Support for ICC profiles and CMYK jpeg

2001-11-20 Thread Tore Engvig
> -Original Message- > From: Thomas [mailto:[EMAIL PROTECTED]] > Sent: Saturday, January 18, 1997 20:47 > To: [EMAIL PROTECTED] > Subject: Re: Support for ICC profiles and CMYK jpeg > [SNIP] > > hallo, > > i have added your support to fop, and it works for cmyk-pictures from > photoshop

Re: Support for ICC profiles and CMYK jpeg

2001-11-20 Thread Thomas Kübler
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 1:44 AM Subject: Re: Support for ICC profiles and CMYK jpeg > > hi Thomas, > > I can't download the source code that you provided for rendering CMYK jpeg > in pdf file, so, can you p

RE: Inline text-align problem

2001-11-20 Thread PATEL, DINESH
You may have more joy using fo:table to align elements on the same line. > -Original Message- > From: David Warnock [SMTP:[EMAIL PROTECTED]] > Sent: 20 November 2001 02:48 > To: [EMAIL PROTECTED] > Subject: Inline text-align problem > > Hi, > > I am trying to format a line with

RE: font-width in

2001-11-20 Thread PATEL, DINESH
Could "font-weight" be the attribute you're looking for instead of font-width ? > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: 20 November 2001 03:15 > To: [EMAIL PROTECTED] > Subject: font-width in > > > hello, > > I faced some problem on < fo