Re: Fop and JDK1.2

2002-06-13 Thread Christian Geisert
Peter B. West schrieb: > Can anyone answer the questions below? Hopefully, before the release. Ok (building the RC atm ;-) > I think we need to discuss these issues in more depth. We have people > using FOP in production, and, in spite of the fact that everyone is > aware that FOP is pre-bet

Re: Image Cache issue - Latest Release after 0.20.3

2002-06-13 Thread Keiron Liddle
Hi Rishi, The changes to the image caching you are referring to are in the redesign code and not in the maintenance branch where releases are currently coming from. Unfortunately that code won't help you if you need it soon. On Thu, 2002-06-13 at 00:48, Athalye, Rishi wrote: > Hi, > > We are u

RE: Fop and JDK1.2 (using ant copy tasks to select implementations)

2002-06-13 Thread Rob Smith
> From: Rhett Aultman [mailto:[EMAIL PROTECTED]] > How many of FOP's > users built FOP from scratch and thus used ant? It's not > entirely necessary, especially if you're not a FOP developer. Everyone who needs PNG support? -- Rob Smith

image support (was: RE: Fop and JDK1.2 (using ant copy tasks toselect implementations))

2002-06-13 Thread Keiron Liddle
On Thu, 2002-06-13 at 11:05, Rob Smith wrote: > Everyone who needs PNG support? Batik has a png decoder, a png encoder, a tiff encoder and a tiff decoder. While we are stuck with a obselete library that we can't distribute. If only there was a good image library that we could use and distribute.

[REDESIGN] inline objects

2002-06-13 Thread Keiron Liddle
Hi Karen, I am trying to put in the support for inline objects (other than text) and I have managed to get it generally working. There are some cases where exceptions occur due to the handling of m_prevBP in the line layout manager. It seems if this is null then it causes all sorts of trouble. Th

Re: For once Good news and a thank you

2002-06-13 Thread Bertrand Delacretaz
Hi Jochen, Would it be thinkable for you to share examples of your XSL-FO documents, as good examples of what works well in FOP? The question of which constructs to use to get good performance come often, so I think it would be a worthwile addition to the project. If needed, I can send you a

Re: For once Good news and a thank you

2002-06-13 Thread Ralph LaChance
At 08:42 AM 6/13/02, you wrote: >If needed, I can send you a piece of java code that obfuscates the text of >XML files by replacing all words with others from a list, so that the >confidentiality of your data would be preserved. ooo, I could use that ! ' Best, -Ralph LaChance

StringWarper - obfuscates XML files (was: For once Good news and a thank you)

2002-06-13 Thread Bertrand Delacretaz
On Thursday 13 June 2002 14:51, Ralph LaChance wrote: > ooo, I could use that ! You'll find it at http://codeconsult.ch/download/string-warper/string-warper-2002-06-13.zip There's a build.xml for ant, target "test" runs a self-test. Actually I should have said "a piece of java hacking". You'll

RE: Image Cache issue - Latest Release after 0.20.3

2002-06-13 Thread Athalye, Rishi
Thanks a heap, Mike. This solution worked. In any case, we do not need caching as we are not reusing the same image in a document. Really appreciate it. Rishi Hi Rishi, Athalye, Rishi wrote: > > We are using fop 0.20.3 and it appears to be working fine for our > purpose except for 1 major po

Re: StringWarper - obfuscates XML files (was: For once Good news and athank you)

2002-06-13 Thread Jochen . Maes
I'll check it out and if i don't like it i'll make a new one :D Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12 Avenue du Port SIF 8683 B-1080 Brussels Belgium Tel: +32 2 429 96 81

[GUMP] Build Failure - xml-fop

2002-06-13 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml init-avail: init-filters-xalan2: [copy] Copying 1

AW: image support (was: RE: Fop and JDK1.2 (using ant copy tasks toselect implementations))

2002-06-13 Thread J.U. Anderegg
The good library is here: Java Advanced Imaging. In a few days I will have a sample PDF renderer using it. o BMP, GIF, TIF, JPG, FPX, PNM and SVG are processed. o Immediate file operations: 1 image in memory at a time o caching, reuse by PDF features Hansuli Anderegg

FOP perfomance and THANK YOU

2002-06-13 Thread Arnd Beißner
Jochen Maes' email has reminded me of something: Some performance findings from my FOP PDF generation jobs (between 5.000 and 50.000 PDFs per job): Performance killers are: - Images of any kind (but still better than SVG). A very small GIF image (black/white logo) can triple the rendering ti

Problem printing using FOP 0.20.3

2002-06-13 Thread Craig . Malton
Hello, I'm having a problem I can't figure out, hoping someone has done this before. I have a FOP program to do some printing from a Java. I created a Java Swing Applet that uses FOP to do the printing. I am using code out of FOP 0.20.3 distribution that is in org.apache.fop.apps. I us

Re: Problem printing using FOP 0.20.3

2002-06-13 Thread Jochen . Maes
did you set up your printer's properties to always print through the feed in stead of the manual unless you say differentwise... this is how i do it... Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12 Avenue du Port SIF 8683 B-1080 Brussels Belgium

Re: Image Cache issue - Latest Release after 0.20.3

2002-06-13 Thread Paul Reavis
> Athalye, Rishi wrote: > > > > We are using fop 0.20.3 and it appears to be working fine for our > > purpose except for 1 major point. Caching of Images. > > Yep, I was going to have a look at improving this, but haven't had the > time lately. > > > I did read about some people coming up wit

Re: Fop and JDK1.2

2002-06-13 Thread Peter B. West
Christian (and Satoshi), Thanks for clarifying this. If nothing has changed in this respect from 0.20.3, then nothing is going to break for any users who upgrade from 0.20.3 to 0.20.4 (at least in this respect.) No drama. The discussion has thrown up some interesting points, and I hope to se

Re: AW: image support

2002-06-13 Thread Keiron Liddle
I'm not certain but I think we cannot distribute JAI either for license reasons. >From a quick look it appears to have a similar license to jimi. On Thu, 2002-06-13 at 15:24, J.U. Anderegg wrote: > The good library is here: Java Advanced Imaging. In a few days I will have a > sample PDF renderer

FOP Specialized Classloader: Request for Help (Was:RE: Fop and JDK1.2)

2002-06-13 Thread Rhett Aultman
Comments below. -Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 10:17 AM To: [EMAIL PROTECTED] Subject: Re: Fop and JDK1.2 The discussion has thrown up some interesting points, and I hope to see Rhett get involved in this soon. I hope al

cvs commit: xml-fop/src/org/apache/fop/fo Properties.java

2002-06-13 Thread pbwest
pbwest 2002/06/13 08:08:52 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design Properties.java Log: Added Background shorthand support Revision ChangesPath No revision No revision 1.1.2.4

cvs commit: xml-fop/src/org/apache/fop/datatypes ColorType.java

2002-06-13 Thread pbwest
pbwest 2002/06/13 08:16:24 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design ColorType.java Log: Modifier changes Revision ChangesPath No revision No revision 1.15.2.3 +4 -4

[ANNOUNCEMENT] FOP 0.20.4 Release Candidate available

2002-06-13 Thread Christian Geisert
Hi all, the Release Candidate for 0.20.4 is available at http://xml.apache.org/dist/fop for downloading and testing. It is planed to make the actual release in about a week (or two?) if no serious bugs show up. Changes since 0.20.3 include: - Support for background-image - FOP should now work

Re: SVG/SVG inclusion issue ?

2002-06-13 Thread J.Pietschmann
Dominique Broeglin wrote: > When I add the doctype, it works. But I was not > aware the doctype was mandatory, is it ? Does this mean it worked after zou added the SVG DTD declaration? > What confuses me is the fact that batik reads b.svg correctly but FOP > doesn't. But FOP delegates SVG

FopServlet

2002-06-13 Thread Nirupama Yalavarti
Hi all... I am damn new to Tomcat and Fop.Ive been trying to sue Fop thru a servlet and was using the example FopServlet of the examples/embedding. That minimal thing itself doesnt seemt ot work and it geives me errors.. Can anyone help me out... It gives me the following errors... I badly need t

Re: FopServlet

2002-06-13 Thread J.Pietschmann
Nirupama Yalavarti wrote: > Hi all... > I am damn new to Tomcat and Fop.Ive been trying to > sue Fop thru a servlet and was using the example > FopServlet of the examples/embedding. That minimal > thing itself doesnt seemt ot work and it geives me > errors.. > Can anyone help me out... > It gives

Re: FopServlet

2002-06-13 Thread Nirupama Yalavarti
Thats a great anwere...THE servlet seems to ahve run correctly( In fact it didnt show me any error..) But where can I find the produced pdf? any idea? --- "J.Pietschmann" <[EMAIL PROTECTED]> wrote: > Nirupama Yalavarti wrote: > > Hi all... > > I am damn new to Tomcat and Fop.Ive been trying > to

Re: FopServlet

2002-06-13 Thread J.Pietschmann
Nirupama Yalavarti wrote: > Thats a great anwere...THE servlet seems to ahve run > correctly( In fact it didnt show me any error..) > But where can I find the produced pdf? any idea? In your browser? Look into the browser cache first. IEx is a bit fragile when it comes to showing PDF. Configure y

Re: FopServlet

2002-06-13 Thread Nirupama Yalavarti
Yes! I noticed that..because that was working fine with netscape. and should work now with IEx too. But I have programmed that the pdf is saved to specific file(that is the way I want it) ie teh pdf generated be saved as a specific file in the server. But that doesnt seem to happen.I was expecting