Multithreading and PCL

2008-06-04 Thread David Gerdt
According to the website documentation on multithreading: "There is also a known issue with fonts being jumbled between threads when using the Java2D/AWT renderer (which is used by the -awt and -print output options). In general, you cannot safely run multiple threads through the AWT renderer.

Re: java.lang.NoClassDefFoundError: com/sun/jimi/core/Jimi

2008-06-04 Thread Michael Wechner
Michael Wechner wrote: Hi I am using FOP for JDK1.5 via Maven .m2/repository/fop/fop/0.93/ fop-0.93-jdk15.jar fop-0.93.pom fop-0.93.pom.md5 and everything compiles fine, but when executing then I receive the following error ERROR org.apache.fop.image.AbstractFopImage.loadImage():157 - E

Re: FOP 0.94 AND 0.95b

2008-06-04 Thread _zachary_
It is a column separator, however the line flows over the text in 0.95 e.g. fop0.95 This is some test content! | blah blah balh balh This is some test content! | blah blah balh balh This is some test content! | blah blah balh balh This is some test content! | blah blah balh balh

RE: java.lang.NoClassDefFoundError: com/sun/jimi/core/Jimi

2008-06-04 Thread Browning, Jamie
http://xmlgraphics.apache.org/fop/0.94/graphics.html#jimi -Original Message- From: Michael Wechner [mailto:[EMAIL PROTECTED] Sent: 04 June 2008 13:03 To: fop-users@xmlgraphics.apache.org Subject: java.lang.NoClassDefFoundError: com/sun/jimi/core/Jimi Hi I am using FOP for JDK1.5 via Mav

Re: Editing Text in the Intermediate Format

2008-06-04 Thread Andreas Delmelle
On Jun 4, 2008, at 12:36, Martin Edge wrote: Hi Martin When printing, each individual document is tracked via the barcode that I print - and which case I need to (after FOP has decided what fits into what page) rewrite the barcode place holders with the correct configuration for the Doc

java.lang.NoClassDefFoundError: com/sun/jimi/core/Jimi

2008-06-04 Thread Michael Wechner
Hi I am using FOP for JDK1.5 via Maven .m2/repository/fop/fop/0.93/ fop-0.93-jdk15.jar fop-0.93.pom fop-0.93.pom.md5 and everything compiles fine, but when executing then I receive the following error ERROR org.apache.fop.image.AbstractFopImage.loadImage():157 - Error while loading image

RE: Editing Text in the Intermediate Format

2008-06-04 Thread Martin Edge
Thanks Andreas for the thorough response... I'll highlight a little more about what I'm exactly modifying and a little bit about my situation which might shed more light. I am somewhat mis-using the document format I believe to achieve my goal - instead of being able to produce a -single- docume

Re: Font auto detection combined with font aliases

2008-06-04 Thread Vincent Hennebert
Hi Ingo, Ingo Maas wrote: > Hallo, > > I have a little problem with the Windows font "Times New Roman". The Word2FO > stylesheet from RenderX does a normalization of font family names, resulting > in "TimesNewRoman" (without spaces) in the XSL-FO which FOP fails to resolve > using its font auto d

AW: Font auto detection combined with font aliases

2008-06-04 Thread Ingo Maas
Works great, at least it fixes my TimesNewRoman font problem. Thanks Jeremias! Ingo > -Ursprüngliche Nachricht- > Von: Jeremias Maerki [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 4. Juni 2008 08:34 > An: fop-users@xmlgraphics.apache.org > Betreff: Re: Font auto detection combined w

Re: Editing Text in the Intermediate Format

2008-06-04 Thread Andreas Delmelle
On Jun 4, 2008, at 03:42, Martin Edge wrote: My latest problem is the Intermediate file is 800Mb.. and when loading into XmlDocument's Load method.. I run out of memory.. Guess I'll have to try and figure out how the heck you read/modify files of this size in c# Fun fun! Any tips? :) I

RE: Editing Text in the Intermediate Format

2008-06-04 Thread Martin Edge
Yah. Apparently in .NET 3.5 there is also the new System.XML.Linq stuff which will also do it. Just have to figure out how to actually modify the XML.. have gotten it far enough to detect the pieces of text I need to replace.. Thanks guys Martin. -Original Message- From: Chris Bowditch

No warning for overflow in static-content

2008-06-04 Thread patrice . rosnet
Hello In the following example, I'm testing warnings on region-before overflow. I create 2 page-sequences of 1 page with region-before overflow I'm expecting 2 warnings but only get 1 * With FOP-trunk 663011: WARN: Content overflows the viewport of the fo:region-before on page 2 in block-progre

Re: Editing Text in the Intermediate Format

2008-06-04 Thread Chris Bowditch
Jeremias Maerki wrote: Sure: Stream processing. But I don't know if you have SAX (or something similar) on .NET. Yes .Net does have a SAX equivalent: XmlReader. Which IMHO is not as elegant as a ContentHandler but can be used instead of XmlDocument to process large XML Files. On 04.06.20

Re: Editing Text in the Intermediate Format

2008-06-04 Thread Jeremias Maerki
Sure: Stream processing. But I don't know if you have SAX (or something similar) on .NET. On 04.06.2008 03:42:39 Martin Edge wrote: > My latest problem is the Intermediate file is 800Mb.. and when loading into > XmlDocument's Load method.. I run out of memory.. > > Guess I'll have to try and fig

Re: 0.94 AND 0.95b Images

2008-06-04 Thread Jeremias Maerki
Remove the content-height attribute and it should work. That attribute is in conflict with the maximum value and it seems that the conflict resolution is not good enough, yet. On 03.06.2008 20:11:12 _zachary_ wrote: > > Actually I take my last comment back. It seems as though I had left my code