Re: Embedding examples (or tutorial) and new directory structure

2003-02-17 Thread David Frankson
http://xml.apache.org/fop/embedding.html lists 6 different examples of embedding fop. Where do I find these example files? I can't find them in any of the distributions. Dave - Original Message - From: "Jeremias Maerki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January

fop w/ svg HUGE pdf file sizes

2003-08-28 Thread David Frankson
I am running fop 0.20.5 w/ the included batik to create a pdf that is about 6 pages of simple graphs. The 6 page pdf is 6.7 megs in size! Here is a sample of the output: http://65.121.2.203/school1.pdf Is there some kind of pdf file size optimization I haven't turned on? Or a design techniq

Re: fop w/ svg HUGE pdf file sizes

2003-08-28 Thread David Frankson
o figure out what options existed :-) Dave - Original Message ----- From: "David Frankson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 28, 2003 2:26 PM Subject: fop w/ svg HUGE pdf file sizes > I am running fop 0.20.5 w/ the included batik

Re: FOP Servlets being invoked twice

2001-08-08 Thread David Frankson
As far as I know, IE has always done 2 requests per mime type that it doesn't handle internally. See Article ID: Q293336 in the M$ knowledge base. Netscape and all others only do 1 request. If anyone knows a configuration that can get IE to behave, please let me know I do suggest adding

FOP performance enhancement

2001-10-05 Thread David Frankson
I've been following the progress of FOP since .15 and I'd like to say that I really appreciate all the work everyone puts in. My company produces student administration software for k-12 schools and open-source projects are the ideal way to put great technology in the hands of under-funded sc

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

Shrink oversized pages to paper size

2002-05-02 Thread David Frankson
I have a fo document for printing mailing labels and positioning on the printed document needs to be exact. FOP generates a perfectly spaced PDF document, but when I print it, Acrobat scales it down a bit and throws the whole thing off. Digging around I found that unchecking "Shrink oversize

Shrink oversized pages to paper size

2002-05-02 Thread David Frankson
    I have a fo document for printing mailing labels and positioning on the printed document needs to be exact.  FOP generates a perfectly spaced PDF document, but when I print it, Acrobat scales it down a bit and throws the whole thing off.  Digging around I found that unchecking "Shrink ov

Re: bit OT but..streaming PDF to browsers

2001-07-04 Thread David Frankson
I get pdfs from servlets to work fine in IE, but I never have overcome the 2 hits per pdf. Is there a solution to this? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 7:31 PM Subject: bit OT but..streaming PDF to browsers > Hi

Re: bit OT but..streaming PDF to browsers

2001-07-05 Thread David Frankson
Check the Microsoft Knowledge base for Article ID: Q293336 It explains the idiotic way IE handles MIME types. Dave - Original Message - From: "Alex McLintock" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 9:07 AM Subject: Re: bit OT but..streaming PDF to br