DO NOT REPLY [Bug 18216] New: - fo:table ignores break-before="column" and break-after="column"

2003-03-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: FOText constructor (trunk)

2003-03-20 Thread Keiron Liddle
> Jeremias Maerki wrote: > > > Anyway, may I ask for the reason that you want to do that? > > Sure. I am trying to port some code I wrote to implement text-transform for > the maintenance branch over to the trunk. One of the key things there is to > tie together all FOText objects that are part o

Re: FOText constructor (trunk)

2003-03-20 Thread Keiron Liddle
Hi Victor, If I can remember correctly, it was done for a few reasons. Originally it was using the parent to load properties, it would then store these properties in variables and pass them to methods when doing layout. It is possible that the same parent could have more than one FOText child cre

RE: PAGE NUMBER HELP IN PDF

2003-03-20 Thread Shyam Sundar
Title: RE: PAGE NUMBER HELP IN PDF thank you... but i have multiple documents and it is generating errors . cheers shyam -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: Friday, March 21, 2003 11:18 AM To: [EMAIL PROTECTED] Subject: Re: PAGE NUMBER HELP I

Re: PAGE NUMBER HELP IN PDF

2003-03-20 Thread J.Pietschmann
Shyam Sundar wrote: but the requirement is the ouptut should be like 1of 10 for the first page,2 of 10 for the second page etc. See http://xml.apache.org/fop/faq.html#fo_total_pages J.Pietschmann - To unsubscribe, e-mail: [EMAIL

Re: Water mark

2003-03-20 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Could any one tell me how to create a water mark in pdf document. See http://xml.apache.org/fop/faq.html#pdf_watermark J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

email virus error

2003-03-20 Thread Drake, Mark
Has anyone ever seen a situation where a pdf created using FOP and xsl:fo is sent in an email directly from Internet Explorer (File -> Send -> Page by Email), and the recipient gets this email virus warning when they receive the email? Found virus EMail_Flaw_MIME_Tag_Overflow in file The file i

PAGE NUMBER HELP IN PDF

2003-03-20 Thread Shyam Sundar
Title: PAGE NUMBER HELP IN PDF hi, i need some help regarding page numbers in pdf output. i have a pdf which spans for 10 pages. i am able to print page numbers for every page. but the requirement is the ouptut should be like 1of 10 for the first page,2 of 10 for the second page etc. c

Water mark

2003-03-20 Thread vikram . x . kondadasula
Hai, Could any one tell me how to create a water mark in pdf document. Thanks Vikram - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: FOText constructor (trunk)

2003-03-20 Thread Jeremias Maerki
Hmm, I'm no specialist in this area but wouldn't this be part of the property refinement which lies within the scope of Peter's work to be integrated with the trunk? I just hope you guys don't do the work twice. You two better stick your heads together. Just a thought. On 20.03.2003 21:59:59 Victo

RE: FOText constructor (trunk)

2003-03-20 Thread Victor Mote
Jeremias Maerki wrote: > Anyway, may I ask for the reason that you want to do that? Sure. I am trying to port some code I wrote to implement text-transform for the maintenance branch over to the trunk. One of the key things there is to tie together all FOText objects that are part of the same Blo

Re: Problem with the driver

2003-03-20 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I do have all the jars in the build path.This happens only when i am trying to do it using a servlet, You'll have to deploy all the jars so that the servlet container can find them. Usually this means putting them into WEB-INF/lib. J.Pietschmann

Re: FOText constructor (trunk)

2003-03-20 Thread Jeremias Maerki
I can't tell. Probably not. I hope Keiron can jump in here. The only thing that comes to my mind right now is the problem of garbage collection. Having parent-to-child references is one thing. Having child-to-parent references is another. In the PDF lib refactoring I'm currently doing, I've introd

FOText constructor (trunk)

2003-03-20 Thread Victor Mote
There is a change between the maintenance branch & the redesign (trunk) that I do not understand. The constructor for FOText no longer has its parent node as a parameter as it did in the maintenance branch. Does anyone know the purpose of this? FWIW, it was part of the very first revision after the

Re: Problem with the driver

2003-03-20 Thread vikram . x . kondadasula
Hai, I do have all the jars in the build path.This happens only when i am trying to do it using a servlet, It works if run from main. Thanks Vikram "Jeremias Maerki" <[EMAIL PROTECTED]> on 03/20/2003 02:16:09 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:R

Re: Problem with the driver

2003-03-20 Thread vikram . x . kondadasula
Hai, I do have all the jars in the build path.This happens only when i am trying to do it using a servlet, It works if run from main. Thanks Vikram "Jeremias Maerki" <[EMAIL PROTECTED]> on 03/20/2003 02:16:09 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:R

Re: logo contest

2003-03-20 Thread Christian Geisert
J.Pietschmann wrote: Peter B. West wrote: This will have to wait until Joerg gets back from London. ...and until a SVG viewer is up and running :-/ Have you tried Squiggle (Batik's SVG viewer) ? You just have to copy&paste the URLs from the HTML source. Christian -

Re: logo contest

2003-03-20 Thread Christian Geisert
Peter B. West wrote: Let's do some elimination rounds. Everyone pick a small number of favourites, say 3. Eliminate anything that doesn't get 2 votes. Do the same, specifying 2 favourites. Eliminate. Then vote for 1 logo. Most votes wins. In the event of a tie, there's a run-off for the w

cvs commit: xml-fop/src/documentation/content/xdocs relnotes.xml

2003-03-20 Thread vmote
vmote 2003/03/20 00:07:21 Modified:src/documentation/content/xdocs relnotes.xml Log: Minor spelling, grammar changes. Fixed JAI URL. Revision ChangesPath 1.6 +12 -10xml-fop/src/documentation/content/xdocs/relnotes.xml Index: relnotes.xml ===