Re: FOP memory usage

2002-08-12 Thread Keiron Liddle
On Fri, 2002-08-09 at 19:06, J.Pietschmann wrote: As for the redesigned code, FOs appear to refer to layout managers, which in turn refer to areas. Unless it is somewhere ensured that either areas are properly removed from managers and/or managers are removed from the FO, the possible early

fop-uml for fop_0.20.4

2002-08-12 Thread ehoo
fop-dev£¬ÄúºÃ£¡ I want a fop-uml for fop 0.20.4.Who can help me ? Thinks! Ö Àñ£¡ ehoo [EMAIL PROTECTED] 2002-08-12 _ Do

Re: XSL-FO in C++

2002-08-12 Thread Arnd Beißner
Avula, Raj wrote: Hi, I am looking for XSL Formatting Objects implementation in C++. Are there any Open or Commercial implementations in C++? Your help is greatly appreciated. This is a mailing list for people working on the source code of FOP, a Java implementation of XSL:FO. You may want

Tasks - layout

2002-08-12 Thread Keiron Liddle
Now that we have some pagination there are lots of areas that people can work on. If you want to implement any of these and have any questions then just ask. Once we can get a few of these done then we could do a developers release. - Add static areas to page The static areas will need to

Re: Tasks - layout

2002-08-12 Thread Kevin O'Neill
These are just some of the things, I will add them to the todo list. If there is a decent response then there are more that can be added. Any PDF tasks? -- If you don't test then your code is only a collection of bugs which apparently behave like a working program. Website:

release 0.20.4 - custom fonts broken

2002-08-12 Thread Erik_Vanherck
Extract from the Changes file : - BaseDir property is now used for loading custom fonts (Bug #7608) (thanks to Arnd Beissner and Brian O'Kelley) Applying this fix broke some stuff as far as I can tell. Fop ships with a config file that has this property commented out. As a result basedir

DO NOT REPLY [Bug 11631] - number-columns-spanned 2 gives a Null error

2002-08-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11631. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Duplex printing problem. Please help.

2002-08-12 Thread IvanLatysh
Hi. I have problem with printing on duplex printer HP LaserJet IIISi. Report have 2 pages. If I am printing simplex - Ok. But if I am trying to print duplex only one side is printing, but printer flipping the page and indicate that it is duplex printing. The second page is going to another

DO NOT REPLY [Bug 11631] - number-columns-spanned 2 gives a Null error

2002-08-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11631. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 11631] - number-columns-spanned 2 gives a Null error

2002-08-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11631. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2002-08-12 Thread pbwest
pbwest 2002/08/12 08:55:12 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design Numeric.java Log: Denied addops on relative lengths, and restricted multops on relative lengths to numbers. Restricted multops on absolute lengths to numbers

cvs commit: xml-fop/src/org/apache/fop/render/ps ASCII85OutputStream.java ASCIIHexOutputStream.java Finalizable.java FlateEncodeOutputStream.java RunLengthEncodeOutputStream.java ASCII85EncodeFilter.java ASCIIHexEncodeFilter.java Filter.java FilterThread.java FlateEncodeFilter.java

2002-08-12 Thread jeremias
jeremias2002/08/12 09:56:22 Added: src/org/apache/fop/render/ps ASCII85OutputStream.java ASCIIHexOutputStream.java Finalizable.java FlateEncodeOutputStream.java RunLengthEncodeOutputStream.java Removed:

cvs commit: xml-fop status.xml

2002-08-12 Thread jeremias
jeremias2002/08/12 09:57:16 Modified:.status.xml Log: Updated to reflect changes on PS renderer. Revision ChangesPath 1.7 +8 -0 xml-fop/status.xml Index: status.xml === RCS file:

cvs commit: xml-fop/src/org/apache/fop/render/ps RunLengthEncodeOutputStream.java PSRenderer.java

2002-08-12 Thread jeremias
jeremias2002/08/12 10:05:09 Modified:src/org/apache/fop/render/ps Tag: fop-0_20_2-maintain PSRenderer.java Added: src/org/apache/fop/render/ps Tag: fop-0_20_2-maintain RunLengthEncodeOutputStream.java Log: Added a

Re: Hope this helps- RunLengthEncodeFilter

2002-08-12 Thread Jeremias Maerki
Hi Stephen I've committed the filter to both maintenance and main branches. Your code seems to work well, but obviously doesn't bring much for color images because they are currently encoded as a mixed data source (RGBRGBRGBRG, for example). To profit more from RLE compression we would have to

just a thought

2002-08-12 Thread Oleg Tkachenko
Hello! It's probably not too late to consider some trivial optimization of fo tree in redesign code. In a typical fo document probably about 30% of elements have no children or have only one child (text node usually), so instead of eager protected ArrayList children = new ArrayList(); in

RE: just a thought

2002-08-12 Thread Arved Sandstrom
-Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Sent: August 12, 2002 8:16 PM To: [EMAIL PROTECTED] Subject: just a thought It's probably not too late to consider some trivial optimization of fo tree in redesign code. In a typical fo document probably about 30%

help!!!

2002-08-12 Thread ehoo
Hello master-hand: I using JAVA only one year! My boss order me analyse FOP,and rewrite in C++;I think it's impossible! Now,I want to know.How long time I can find out the design about FOP complete? Otherwise I am 22 old, experience less one year! Can you

Encoding Filters(Formally Re: Hope this helps- RunLengthEncodeFilter)

2002-08-12 Thread Stephen Wolke
Jeremias I would love to have some fun, but is this your idea of fun?? ;-) I will take you up on the offer, report back and tell you whether it was found to be fun or not. Also, I had looked into the CCITT filter briefly and noticed at that time the JAI API has this and many other encoding

RE: Encoding Filters(Formally Re: Hope this helps- RunLengthEncodeFilter)

2002-08-12 Thread Manuel Mall
I did (sort of) integrate the CCITT/TIFF compression based on JAI earlier this year. See http://marc.theaimsgroup.com/?l=fop-devm=101125782918974w=2 But nobody seemed to be interested at the time. Manuel -Original Message- From: Stephen Wolke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 13

Re: problem when building fop

2002-08-12 Thread ehoo
Timothy, PLS check org.apache.fop.svg.PDFGraphics2D.java. Edit it to flow 1289// needed for compiling under jdk1.4 1290public java.awt.image.VolatileImage 1291 createCompatibleVolatileImage(int width, int height) { 1292

Re: just a thought

2002-08-12 Thread Jeremias Maerki
I agree with Arved. I think it's a small change with a reasonable chance of improving things a bit. On 13.08.2002 03:09:52 Arved Sandstrom wrote: -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Sent: August 12, 2002 8:16 PM To: [EMAIL PROTECTED] Subject:

Re: Encoding Filters(Formally Re: Hope this helps- RunLengthEncod eFilter)

2002-08-12 Thread Jeremias Maerki
Manuel Looks like I missed this. At least, I can say that I could profit from CCITT group 4 because we have a project at work where we have to include several different monochrome images in a lot of documents. So this may decrease file size when compared to the FlateEncodeFilter. If it's

DO NOT REPLY [Bug 11278] - cannot build FOP - .SerializeHyphPattern cannot be found

2002-08-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11278. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 11278] - cannot build FOP - .SerializeHyphPattern cannot be found

2002-08-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11278. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.