Re: Control of long words inside a table cell

2002-06-12 Thread Mathy V Arumugam
You could also use this template to split a line at a certain position. Mathy Roland Neilands wrote: > >>

Re: with fo

2002-05-07 Thread Mathy V Arumugam
Mathy "J.Pietschmann" wrote: > Mathy V Arumugam wrote: > > Hello, > > > > I have 5*105 in my xml file and trying to do a superscript > > using the following xsl lines. Unfortunately, this does nothing. Any > > clue??? > > > > > > >

with fo

2002-05-07 Thread Mathy V Arumugam
Hello, I have 5*105 in my xml file and trying to do a superscript using the following xsl lines. Unfortunately, this does nothing. Any clue??? Thanks Mathy

FOPException error in a servlet

2002-04-19 Thread Mathy V Arumugam
Hello all, Has anyone experience a problem like below? I can't figure out why there is a difference when running this code in a Java application vs. a Servlet. In Java application, code runs great, but when it runs in a servlet I have the following error: org.apache.fop.apps.FOPException at or

Re: java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
is failing ** dr.setLogger(log); dr.setRenderer(Driver.RENDER_PDF); InputHandler ih=new XSLTInputHandler(xmlFile,xslFile); XMLReader p=ih.getParser(); dr.setOutputStream(new FileOutputStream(pdfFile)); dr.render(p,ih.getInputSource()); Mathy V Arumugam wrote: > What can I do to g

java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
What can I do to get rid of the following error? I am using JDK1.3... java.lang.NoClassDefFoundError: java/util/HashMap at org.apache.fop.fo.FOTreeBuilder.(FOTreeBuilder.java:85) Thanks Mathy

Re: long words in table cells and hyphenate

2002-04-03 Thread Mathy V Arumugam
Bertrand, I had the same problem as you do and the text_wrapper function fixed it. Mathy Bertrand Badot wrote: I have got the same problem than Mathy with the overflow of the column and long word.As I do not want to truncate the data, I try the hyphenate solution but it did not change anything.

Re: long words in table cells

2002-04-03 Thread Mathy V Arumugam
The function text_wrapper displays 20 characters per line Mathy Michael Heinen wrote: > Hi all, > > I have trouble with long words in table cells. > If a word is

Re: fop-0.20.3: table cell data on same page

2002-04-01 Thread Mathy V Arumugam
sfully. > > This works fine for me. > > > > > . > > > > > - Original Message - > From: "Mathy V Arumugam" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, March 28, 2002 5:05 PM > Subject: Re: fop-0.20.3:

Re: fop-0.20.3: table cell data on same page

2002-03-28 Thread Mathy V Arumugam
Hm.. still does not work.. What is really wrong with my code then "Matthew L. Avizinis" wrote: > I've found that you have to have > > ... > > > ... > > for it to work properly. > hth > > > -----Original Mes

Re: fop-0.20.3: table cell data on same page

2002-03-28 Thread Mathy V Arumugam
some text some text some text some text stext some text some text some text some text stext some text some text some text some text srated output thanks Mathy J.Pietschmann" wrote: > Mathy V Arumugam wrote: > > Thanks Stephen, > > > > I am using fop-0.20.3!!! and

fop-0.20.3: table cell data on same page

2002-03-28 Thread Mathy V Arumugam
Hi all, How can I prevent the table cells from splitting on page break? I thought the following should prevent the table cells from splitting on page boundaries...but, does not work for me I have also tried: ... Thanks Mathy

Re: insert a PDF file into another PDF

2002-03-19 Thread Mathy V Arumugam
Yes, iText does look promising. I am looking into that.. will let you know when I succeed :) Mathy "Buonincontri, Steve (CAP, MMF, ITSS)" wrote: > I think you can do this with iText 3.0 > > -Original Message----- > From: Mathy V Arumugam [mailto:[EMAIL PROTECTED] >

Re: table: column-width

2002-03-15 Thread Mathy V Arumugam
Thank you very much for your help! Works great. Mathy Rob Smith wrote: > Chuck Paussa wrote: > > > > > > > > > > (presumably only one of the xsl:for-each elements should be included) > > You can also do this in pure XSLT using a recursive named template: > > > >

Re: table: column-width

2002-03-14 Thread Mathy V Arumugam
Apologies for the previous request! A better looking table is attached! > > The number of columns is not a fixed number. I am able to create the > table but, having trouble with the column-width. The table should > expand to fit the page. The total-column-number is defined in TABLE > attribute.

table: column-width

2002-03-14 Thread Mathy V Arumugam
I need a table looking like this :))) *** * TEXT*Some text * *** **

insert a PDF file into another PDF

2002-03-14 Thread Mathy V Arumugam
I need to insert one PDF file into another PDF file, say, insert page 7 in another pdf file or insert page 7-12 into another. Thanks in advance Mathy

Newbie question: Conditional page-brek

2002-03-13 Thread Mathy V Arumugam
How can I do a page break when the TABLE_TITLE is NOT empty. Thanks Mathy

Multiple rows and cols

2002-03-11 Thread Mathy V Arumugam
I have a 19 by 20 cells table. What is the efficient way to do it? I have this in. xsl but having trouble converting to .fo

Have anyone used FOA tool

2002-02-27 Thread Mathy V Arumugam
I am having problem with bringing up the main window "Formatting Object Authoring Tool window". All the other windows come up ok. Thanks Mathy