tables in PDF

2001-07-24 Thread Vaidya, Raghavendra (CORP, GEITC)
Hi, I am trying to print a big table in which the rows span more than one page. In some cases a part of the row at the end of the page is flowing to next page. How to keep all the rows on the same page. I am using FOP 0.17 Can some body help me Thsnks in advance Raghavendra

Re: [Patch] bug 2243 - extra space at the beginning of next lineafter line feed

2001-07-24 Thread Tore Engvig
Hi Karen, I checked in my changes before I read your mail. The code I just checked in has a lot of changes regarding whitespace. I just looked at the bug and the the attached fo. I ran it through the new code and it renders different - the missing line is included now. I don't know if the bug

[Bug 2297] - Japanese Kanji SPACE does not show correctly

2001-07-24 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2297 *** shadow/2297 Sat Jun 23 00:08:18 2001 --- shadow/2297.tmp.24365 Tue Jul 24 15:09:46 2001 *** *** 2,9 | Japanese Kanji SPACE does not show correctly | +---

[Bug 2243] - extra space at the beginning of next line after line feed

2001-07-24 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2243 *** shadow/2243 Thu Jul 19 18:13:24 2001 --- shadow/2243.tmp.24349 Tue Jul 24 15:08:14 2001 *** *** 2,9 | extra space at the beginning of next line after line feed | +---

cvs commit: xml-fop/src/org/apache/fop/layout/inline InlineSpace.java

2001-07-24 Thread tore
tore01/07/24 15:04:41 Modified:src/org/apache/fop/layout LineArea.java src/org/apache/fop/layout/inline InlineSpace.java Log: Added support for various spaces, inluding non-breaking space (fixes bug no 2297) Added support for line breaking in the middle of w

Re: fo:block-container and page breaks

2001-07-24 Thread Karen Lease
Bertrand, Are you trying to get the block-container itself on a new page? In that case I think the normal solution would be to put the break-before property on the block-container itself. However I see this isn't implemented yet in FOP. So what happens if you use and then follow it directly wit

Re: [Patch] bug 2243 - extra space at the beginning of next lineafter line feed

2001-07-24 Thread Karen Lease
Hi Tore, While you're looking at whitespace in LineArea I thought you might be interested in a bug I noticed yesterday. Looking at a table bug report http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2740, I stumbled across a different problem. It turns out that the fo file has lots of trai

Re: Performance Problems

2001-07-24 Thread Karen Lease
Arved Sandstrom wrote: > > > Failing that, if we are talking about compiling with javac or Jikes or > whatever, you are left with compiled bytecode, and for that we have to have > a JVM. No ifs and buts. So then the avenue of inquiry leads down looking at > the Invocation API in JNI. Although

fo:block-container and page breaks

2001-07-24 Thread ROUGIER Bertrand
I put a inside a to get a page break but it doesn't work. When I put outside the , it works. But I need to use a block-container (for a absolute positionning) Thanks for your help ! Bertrand Rougier - To unsubscribe, e-ma

Re: FOP jar and patches available

2001-07-24 Thread Chetan Vig
Hey Mark, I am trying to implement your changes in. However, I had a question on the setRenderer method. driver.setRenderer(new org.apache.fop.render.awt.AWTRenderer(translator)); What is this translator, and how do I create a new instance for this translator? Is it Translator translator = new

Re: Anticipated Work In Near Future

2001-07-24 Thread Peter B. West
Arved Sandstrom wrote (inter alia): > 2. I'll be lending a hand to Peter West if and as required. I think his Tree > class will definitely help all round, possibly with markers and I think > definitely with keeps and space-specifier resolution. Arved, I am delighted that you find Tree class

Re: Performance Problems

2001-07-24 Thread Jeremias Maerki
> My confidence level of being able to transition FOP to COM myself is very > low. It would be really nice if someone would take this on :) Or maybe I'm > just being lazy. You said earlier that Cocoon worked for you but you dropped it because it used an older version of FOP. Did you look at C

RE: Performance Problems

2001-07-24 Thread Darren Munt
>One thing to be careful of is, who is doing the talking about >compiling Java classes as COM components? Whenever I have run >across references to doing this, it's been about using MS Visual >J++ to compile the Java. Of course, the talking has mostly been done by Microsoft. They want to be al

Re: Tree class

2001-07-24 Thread Peter B. West
I have added the Ancestor iterator class. The main outstanding task with Tree is to think through the full impact of changes to the tree, particularly deletions, on the iterators. Should a removal descend the subtree recursively deleting, for example. The current situation is that any change

Barriers to entry

2001-07-24 Thread Peter B. West
I would like to think aloud a little here, about my efforts to try to follow the code. This is my introduction to OO design and programming, and (in spite of my tone sometimes) I do not want to tread on anyone's toes here. My comments are inspired by consideration of the issue of cost-of-entry f

RE: Performance Problems

2001-07-24 Thread Arved Sandstrom
At 07:27 PM 7/24/01 +1000, Darren Munt wrote: >I'm aware that it is possible to compile java classes as COM components, but >even if I knew where to start on this, I'm not sure it would help much. The >cocoon approach was looking good for us, but we discovered that the version >of FOP that is inst

RE: Performance Problems

2001-07-24 Thread Darren Munt
Jeremias, >That's because you're starting a new VM for every document you're >creating. First the VM is started (expensive operation), then all >classes have to be loaded which also takes a long time. Processing in >Cocoon was faster because all FOP classes were already loaded after the >first ca

cvs commit: xml-fop/src/org/apache/fop/svg PDFAElementBridge.java PDFANode.java PDFDocumentGraphics2D.java PDFTranscoder.java

2001-07-24 Thread keiron
keiron 01/07/24 02:08:45 Modified:src/org/apache/fop/render/pdf PDFRenderer.java src/org/apache/fop/svg PDFDocumentGraphics2D.java PDFTranscoder.java Added: src/org/apache/fop/svg PDFAElementBridge.java PDFANode.java Log: added the sta

Re: Performance Problems

2001-07-24 Thread Jeremias Maerki
> I've noticed a bit of chat on the list the last few days concerning > performance. I'm having a few problems in that area and I wondered if anyone > had any suggestions. I have a 16 page document, consisting of text and > embedded images, which is presently taking 30 seconds to generate. I've >

RTF-FOP?

2001-07-24 Thread Kin-Yip Tsang
where can i get news about it? marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: xml-fop/src/org/apache/fop/svg PDFGraphics2D.java

2001-07-24 Thread keiron
keiron 01/07/24 00:41:23 Modified:src/org/apache/fop/svg PDFGraphics2D.java Log: Handles the graphics device better. Also handles the alpha transparency better, at least for white backgrounds it works properly Submitted by: Thomas E Deweese <[EMAIL PROTECTED]> Reviewed b

Performance Problems

2001-07-24 Thread Darren Munt
I've noticed a bit of chat on the list the last few days concerning performance. I'm having a few problems in that area and I wondered if anyone had any suggestions. I have a 16 page document, consisting of text and embedded images, which is presently taking 30 seconds to generate. I've tried Mark