ailto:lmpmberna...@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,
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 prope
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 e-mai
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 sentence
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)
--org
t: Re: Missing table footer when report data exactly fits into a single
page and "Leave out table footer at page-break" is enabled
On Oct 23, 2008, at 13:31, Harshini Madurapperuma wrote:
> Here with I have attached the XSL-Fo file which causes the problem.
> Layout contains a ta
-
From: Vincent Hennebert [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,
Harshin
r have the
decision power until they agree to upgrade. All the more than tables have been
much improved in the recent versions.
Vincent
Harshini Madurapperuma wrote:
> Hi All;
>
> When a table row has set a row-height and when data is exactly fit into a
> single page and "omit-
Hi all,
In Table.java class in FOP. jar , there is a code with a comment "/* this is a
problem since we need to remove a row
from the last table body and place it on the
next page so that it can have a footer at
the end of the table.*/"
This code i
Hi All;
When a table row has set a row-height and when data is exactly fit into a
single page and "omit-tableFooter at page break" is enabled, the table footer
doesn't print in the next page alone. The table footer gets disappeared.
Is this a known problem in FOP? I'm having fop version 0.20.5,
ect: Re: Bitmap support in BmpImage.java class ?
You obviously missed the announcement of 0.95beta. Please try it out.
On 03.04.2008 07:56:23 Harshini Madurapperuma wrote:
> Hi Jeremias,
>
> I was working with Bitmap processing and the FOP version 0.94 doesn't
> support 16 bit bitmaps.
ronment set up
properly on the Solaris machine. 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
>
> ---
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 to
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 probl
suggestion? I have no easier solution for you.
On 13.02.2008 10:04:57 Harshini Madurapperuma wrote:
> Hi Jeremias,
>
> Thanks for your valid suggestions. Does 0.95 supports for 16 and 32
> bit images? What about the previous versions before 0.95? If you have
> a higher v
8 05:11:01 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 a
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 w
's quite easy to replace BmpImage by JAIImage (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:
> H
get a ClassCastException. 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 anyb
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.
--
CONFIDENTIALIT
u're trying 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.
>
> Th
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
s.apache.org
Subject: 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
> th
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 unsubscrib
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
-
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)
AWT
fine 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 Madurap
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
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 foFl
he attached FO files gives you some
ideas. Verified with the AWT preview of FOP 0.93. Works as expected.
On 24.04.2007 11:49:13 Harshini Madurapperuma wrote:
>
> >Have you tried specifying background-image attribute on
> >fo:region-body
> element?
>
> Yes I t
ache.org
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-
Hi all;
Is there a way to add a Image behind text (a kind of background image) to
AWT preview?
Thanks
/Harshini
Hi all;
Is there a way to add a background image to AWT preview?
Thanx
Harshini
closes the
InputSource (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 P
D]
> Sent: Thursday, April 05, 2007 12:11 AM
> To: fop-users@xmlgraphics.apache.org
> Subject: Re: Convert InputSource into a Character array
>
> I don't understand what you're trying to do. Maybe you should explain
> that before going into technical details.
>
>
acter 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
>
nderstand what you're trying to do. Maybe you should explain that
before going into technical details.
On 04.04.2007 06:08:53 Harshini Madurapperuma wrote:
> Hi All;
>
> In fop Driver class there is a method called
>
> public synchronized void render(XMLReader parser, Input
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 tr
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 tri
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 progra
Tree structure of FOP
Harshini Madurapperuma wrote:
> Actually it's not simple like that. There is an internal process to be
> carried out by using passed properties.
The properties passed in could then be used to determine whether the file is
watermarked or not.
Failing that, just open
g 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 av
y accessible 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
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 sho
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);
PdfStam
45 matches
Mail list logo