RE: Borders and Padding in TableRows

2013-05-17 Thread Harshini Madurapperuma
...@gmail.com] Sent: Thursday, May 16, 2013 11:43 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Borders and Padding in TableRows It does not work. Can you provide a link to the forum discussion where you saw that? On 5/16/13 12:34 PM, Harshini Madurapperuma wrote: Hi All, Currently I'm using

Borders and Padding in TableRows

2013-05-16 Thread Harshini Madurapperuma
Hi All, Currently I'm using FOP 0.20.5 version which is quite old. Anyway in the forums I came across that borders for TableRow works when the property border-collapse=collapse is there in table properties. But in this version 0.20.5 even though I use border-collapse=collapse in table

FOP Exceptions, Need explanations

2013-01-29 Thread Harshini Madurapperuma
Hi All Can you please tell me what causing the following problems to happen and What can i do to avoid these. [cid:image001.png@01CDFE41.11B0] Regards Harshini -- CONFIDENTIALITY AND DISCLAIMER NOTICE This

How does FOP prints text lines and spaces between words

2012-06-15 Thread Harshini Madurapperuma
Hi All, When FOP renders the PDF, how does it prints the line of text? Does it print letter by letter separately or just prints the whole sentence. And how does it creates the spaces between words? Because I noticed that it has different spaces of different font types and Also when the

LazyFont and MultiByteFont NullPointerException

2012-01-11 Thread Harshini Madurapperuma
Hi All When rendering the report I get following exception. Do you have any clue about this? Thanks in Advance Harshini --java.lang.NullPointerException: null --org.apache.fop.render.pdf.fonts.LazyFont.mapChar(LazyFont.java:121) --org.apache.fop.layout.FontState.mapChar(FontState.java:212)

RE: Missing table footer when report data exactly fits into a single page and Leave out table footer at page-break is enabled

2008-10-23 Thread Harshini Madurapperuma
[mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 4:40 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Missing table footer when report data exactly fits into a single page and Leave out table footer at page-break is enabled Hi Harshini, Harshini Madurapperuma wrote: Hi Vincent

RE: charts not rendered on Sun Solaris

2008-05-07 Thread Harshini Madurapperuma
. Batiks needs that. See: http://xmlgraphics.apache.org/fop/0.94/graphics.html#batik On 07.05.2008 05:44:49 Harshini Madurapperuma wrote: Hi Can anybody give a suggestion to my problem please :( /Harshini -Original Message- From: Harshini Madurapperuma [mailto:[EMAIL PROTECTED

Fo:charts not rendered on Sun Solaris

2008-05-06 Thread Harshini Madurapperuma
Hi all I tried to preview a report(with charts) in a Sun Solaris 10 environment, but the report is not displayed for Preview. But the same report is previewed correctly in this same environment after the chart is removed from the report. The same report is previewed (with charts) without

RE: charts not rendered on Sun Solaris

2008-05-06 Thread Harshini Madurapperuma
Hi Can anybody give a suggestion to my problem please :( /Harshini -Original Message- From: Harshini Madurapperuma [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 2:24 PM To: fop-users@xmlgraphics.apache.org Subject: Fo:charts not rendered on Sun Solaris Hi all I tried

RE: Bitmap support in BmpImage.java class ?

2008-02-13 Thread Harshini Madurapperuma
Harshini Madurapperuma wrote: Hi all; I have the fop version 0.20.5, and I have to work with bitmap images. In BmpImage.java class the code supports only for 1,4,8 and 24 bit sizes, otherwise it throws an exception. Can't I modify this to support for 16 and 32 bits also with out changing

RE: Converting BufferredImage into FopImage?

2008-02-12 Thread Harshini Madurapperuma
(or a customized subclass) in FopImageFactory. I hope for you that you can soon upgrade to the latest FOP as this stuff gets much easier (or even unnecessary). Good luck! On 11.02.2008 12:19:30 Harshini Madurapperuma wrote: Hi Jeremias; Following shows the modified code

Bitmap support in BmpImage.java class ?

2008-02-12 Thread Harshini Madurapperuma
Hi all; I have the fop version 0.20.5, and I have to work with bitmap images. In BmpImage.java class the code supports only for 1,4,8 and 24 bit sizes, otherwise it throws an exception. Can't I modify this to support for 16 and 32 bits also with out changing the fop version. Your suggestions

Converting BufferredImage into FopImage?

2008-02-11 Thread Harshini Madurapperuma
Hi All Does anybody know how to convert a BufferredImage into a FopImage? BufferredImage bi = XXX ; FopImage img = (FopImage)bi; When doing this I'm getting a ClassCastException. Regards Harshini. -- CONFIDENTIALITY

RE: Converting BufferredImage into FopImage?

2008-02-11 Thread Harshini Madurapperuma
. These two classes are not related. Can you please start by explaining what you're trying to do (your overall goal, I mean). Maybe I can then guide you in the right direction. On 11.02.2008 12:03:26 Harshini Madurapperuma wrote: Hi All Does anybody know how to convert a BufferredImage

Bitmap support in FOP?

2008-01-29 Thread Harshini Madurapperuma
Hi All Does FOP support Bitmap? Is there anything that we can do to display a bitmap in FOP? I tried .bmp [24, 16 , 256] but didn't visible. Thanks in advance Harshini - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Bitmap support in FOP?

2008-01-29 Thread Harshini Madurapperuma
to produce? On 29.01.2008 12:58:21 Harshini Madurapperuma wrote: Hi All Does FOP support Bitmap? Is there anything that we can do to display a bitmap in FOP? I tried .bmp [24, 16 , 256] but didn't visible. Thanks in advance Harshini Jeremias Maerki

Keep-with-next and keep-with-previous properties do not work.

2008-01-02 Thread Harshini Madurapperuma
Hi All; Keep-with-next and keep-with-previous properties does not give the desired outputs all the time. Is this a limitation in FOP? If so is there any other way to implement this functionality? Regards Harshini - To

RE: Keep-with-next and keep-with-previous properties do not work.

2008-01-02 Thread Harshini Madurapperuma
: Re: Keep-with-next and keep-with-previous properties do not work. Harshini Madurapperuma wrote: Hi All; Keep-with-next and keep-with-previous properties does not give the desired outputs all the time. Is this a limitation in FOP? If so is there any other way to implement this functionality

How to Change the display text of Nodes on the Layout Tree Model? ?

2007-06-15 Thread Harshini Madurapperuma
Hi All; Is there a possibility of changing the Display Text of Nodes in the LayoutTree ?? I want to display the name of the Tables in the Tree in addition to there fo:type. Eg: Table [TableName] Table [not connected] Best Regards /Harshini

RE: SVG underline support in fop?

2007-06-01 Thread Harshini Madurapperuma
in FOP 0.93. The relevant css style is: text-decoration:underline; If you still don't see underline, can you post a short XSL-FO or SVG file that demonstrates yoyr problem, please? And what is your FOP version? Pascal -Message d'origine- De : Harshini Madurapperuma [mailto:[EMAIL

Setting the Cell bgColor to charts (JFreeChart)

2007-06-01 Thread Harshini Madurapperuma
Hi all; The cell's background color is not applying to charts in AWT preview. But the background color is visible in PDF's.. Can anyone tell the reason for this? Here i have attached the pictures in AWT preview and the picture displayed in PDF (with the grey background color of cell)

SVG underline support in fop?

2007-05-31 Thread Harshini Madurapperuma
Hi all; Does underline property added to svg object supports in fop? Because underline added to svg does not show when converted into fop. regards harshini

How to get the spaceLeft in the foFlow area??

2007-05-08 Thread Harshini Madurapperuma
Hi all; I have this whole page height, after deducting the page footer and the page header heights the remaining part will be the foFlow area. After adding data to the foFlow area is there a way to calculate the remaining part in the foFlow. I need to know this because some of my data in the

RE: Add Image Behind text to AWT preview

2007-04-24 Thread Harshini Madurapperuma
Subject: Re: Add Image Behind text to AWT preview Harshini Madurapperuma wrote: Hi all; Is there a way to add a Image behind text (a kind of background image) to AWT preview? Have you tried specifying background-image attribute on fo:region-body element? Chris

Add Image Behind text to AWT preview

2007-04-23 Thread Harshini Madurapperuma
Hi all; Is there a way to add a Image behind text (a kind of background image) to AWT preview? Thanks /Harshini

Add Background Image to AWT preview? Need Help !!

2007-04-10 Thread Harshini Madurapperuma
Hi all; Is there a way to add a background image to AWT preview? Thanx Harshini

RE: Convert InputSource into a Character array

2007-04-06 Thread Harshini Madurapperuma
(i.e. the stream) before FOP is invoked? Things are still a bit unclear for me. ;-) Could you please tell me, what you are doing before FOP is invoked and what is done afterwards? Cheers, Sascha -Original Message- From: Harshini Madurapperuma [mailto:[EMAIL PROTECTED] Sent

Stream Closed Exception !! Need Help

2007-04-04 Thread Harshini Madurapperuma
Hi All; In fop Driver class there is a method called public synchronized void render(XMLReader parser, InputSource source) throws FOPException { } Is there a way to convert that InputSource source back into a character array within that render class? I

RE: Convert InputSource into a Character array

2007-04-04 Thread Harshini Madurapperuma
Harshini Madurapperuma wrote: Hi All; In fop Driver class there is a method called public synchronized void render(XMLReader parser, InputSource source) throws FOPException { } Is there a way to convert that InputSource source back into a character array

RE: Convert InputSource into a Character array

2007-04-04 Thread Harshini Madurapperuma
array Harshini Madurapperuma wrote: While doing that it raise this Exception: java.io.IOException: Stream closed at java.io.CharArrayReader.ensureOpen(CharArrayReader.java:65) at java.io.CharArrayReader.read(CharArrayReader.java:95) at java.io.BufferedReader.fill

Convert InputSource into a Character array

2007-04-03 Thread Harshini Madurapperuma
Hi All; In fop Driver class there is a method called public synchronized void render(XMLReader parser, InputSource source) throws FOPException { } Is there a way to convert that InputSource source back into a character array within that render class? I

RE: Accessing the object Tree structure of FOP

2007-03-27 Thread Harshini Madurapperuma
Hi I'm using java. Do u have any idea bat that in java?? /Harshini -Original Message- From: Mukku Sarath Kiran [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 2:44 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Accessing the object Tree structure of FOP Hi which

Accessing the object Tree structure of FOP

2007-03-26 Thread Harshini Madurapperuma
Hi all; Is there a way to access the object tree structure of FOP? In Driver class there is a parameter called InputSource source. I tried to convert it in to a char array but it doesn't work. so; is there any other way to access the object?? The object tree which i have meant is something

RE: Accessing the object Tree structure of FOP

2007-03-26 Thread Harshini Madurapperuma
to external packages, so there is no public API accessor... Why precisely do you (think you) need it? Cheers, Andreas _ From: Harshini Madurapperuma [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 4:23 PM To: fop-users@xmlgraphics.apache.org Subject: Accessing the object Tree

RE: Accessing the object Tree structure of FOP

2007-03-26 Thread Harshini Madurapperuma
the object Tree structure of FOP Harshini Madurapperuma wrote: Hi All; I have added an fo:external:graphics tag as a child of root (I want to add a watermark so I'm passing the required info inside that tag) The graphic tag is there only when the watermark is available. Therefore I want

How to get the PDF in fop

2007-03-20 Thread Harshini Madurapperuma
Hi All; I want to add a WATERMARK to pdf document usinf iText. To do that I have to find out the created PFD before it displays. Can any of u give a clue from where to find out?? Because I need the PDF to give as one of the parameters like PdfReader reader = new PdfReader(newFileName);