Re: Re: Problem with scaling png image file in svg

2004-02-10 Thread Jay Chiu
I think changing org.apache.fop.svg.PDFGraphics2D class may solve the image quality issue. Because PDFGraphics2D class hangles the image drawing. Can Fop developer please give me some help? I tried to debug through fop with batik and find the call stack for handling my png image is as following:

Re: Positioning of block at the end of the before region

2004-02-10 Thread Chris Bowditch
Emmanuel Cuevas Rodriguez wrote: Hi everyone !!! I have been trying all day long to place a block at the end of the region before, but I haven't acieved it... I've read the FOP manual and FAQs, but there's nothing that seems to help me... Here is what I want to do: ++ |

RE: How to capitalize text ???

2004-02-10 Thread Dang Minh Phuong
It works. Thank you very much. -Original Message- From: Wouter de Vaal [mailto:[EMAIL PROTECTED] Sent: Sunday, February 08, 2004 11:16 PM To: [EMAIL PROTECTED] Subject: Re: How to capitalize text ??? You should use XSLT for this: xsl:variable

Re: Positioning of block at the end of the before region

2004-02-10 Thread Mark Williams
The only trouble is that I'm not sure if it works in static-content. The website says it must be direct descendent of fo:flow. I know that you cannot nest it within other blocks. Give it a try in static-content and post back what you find. Yes it does. Use it all the time. Regards

RE: Problems with Saxon - FOP?

2004-02-10 Thread Andreas L. Delmelle
-Original Message- From: Rauh, Michael [mailto:[EMAIL PROTECTED] Running the FO docs produced by Saxon through FOP standalone worked, as long as the files were ISO-8859-1 encoded. That aroused suspicion that there's a wrong encoding somewhere in the chain. I'll try to track this

RE: Positioning of block at the end of the before region

2004-02-10 Thread Emmanuel Cuevas Rodriguez
Hi Chris ! I've followed your advise and I tried the block-container absolute positioning... and it works !!! I put the container in the begining of the region and the other blocks do not seem to be disturbed... Thanx a lot ! Emmanuel Cuevas Senior Developer -Mensaje original- De:

Determine Pagebreaks?

2004-02-10 Thread Readman, Devon
Is there anyway in fop 0.20.5 to determine when a page break has occured? For example, I need to be able to redisplay a document section heading (e.g. 'Section 2 Continued...') when the section is spread over multiple pages. Thanks. Devon Devon Readman Programmer Analyst Business Solutions

RE: Determine Pagebreaks?

2004-02-10 Thread George Yi
Use break-fore or break-after attr in your block. George -Original Message- From: Readman, Devon [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 10:05 AM To: [EMAIL PROTECTED] Subject: Determine Pagebreaks? Is there anyway in fop 0.20.5 to determine when a page break has

RE: Determine Pagebreaks?

2004-02-10 Thread Andreas L. Delmelle
-Original Message- From: Readman, Devon [mailto:[EMAIL PROTECTED] Is there anyway in fop 0.20.5 to determine when a page break has occured? Nope. (Well, not through XSL-FO anyway; you would need to directly talk to the AreaTree to achieve that...) For example, I need to be able to

Re: Determine Pagebreaks?

2004-02-10 Thread Chris Pratt
I'm not sure that this will work (I'm making it up as I go) but couldn't you use the grouping trick with the page number to test when the page number changes between elements? (*Chris*) - Original Message - From: Andreas L. Delmelle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Error areas pending text probably lost

2004-02-10 Thread Abhijit Junnare
So there is nothing that I can really do but when the problem appears change my source fo ( or source xml in my case) Thanks for the help. Abhi --- J.Pietschmann [EMAIL PROTECTED] wrote: Andreas L. Delmelle wrote: Nested inlines... My guess is: there's the bugger! Correct. Can you try

Re: Problems with Saxon - FOP?

2004-02-10 Thread J.Pietschmann
Rauh, Michael wrote: I'm running XSLT transformations from within Java and put the result DOM into FOP's AWTRenderer. ... That's all working fine with Xalan (from the JDK) and jd.xslt. But with Saxon 6.5.3 and Saxon 7.8, FOP throws NullPointerExceptions. Here's the ouput when using Saxon-6.5.3:

Re: Determine Pagebreaks?

2004-02-10 Thread J.Pietschmann
Chris Pratt wrote: I'm not sure that this will work (I'm making it up as I go) but couldn't you use the grouping trick with the page number to test when the page number changes between elements? Transformation and FO layout are two different processing stages. There is no way (well, no