From: Ranjith on
Helllo,
Can anybody tell me a way to produce pdf files with contents of
varying font and font sizes
in java.Is there any apis avilable
From: Lew on
Ranjith wrote:
>      Can anybody tell me a way to produce pdf files with contents of
> varying font and font sizes
> in java [sic].Is there any apis avilable
>

<http://itextpdf.com/>

Either that, or the other one of the first two hits off
<http://www.google.com/#q=java+pdf+library>

GIYF.

--
Lew
From: Roedy Green on
On Thu, 14 Jan 2010 11:59:50 -0800 (PST), Ranjith
<ranjithpmathew(a)gmail.com> wrote, quoted or indirectly quoted someone
who said :

>Helllo,
> Can anybody tell me a way to produce pdf files with contents of
>varying font and font sizes
>in java.Is there any apis avilable
see http://mindprod.com/jgloss/pdf.html
--
Roedy Green Canadian Mind Products
http://mindprod.com
I decry the current tendency to seek patents on algorithms. There are better ways to earn a living than to prevent other people from making use of one�s contributions to computer science.
~ Donald Ervin Knuth (born: 1938-01-10 age: 72)
From: Lothar Kimmeringer on
Ranjith wrote:

> Can anybody tell me a way to produce pdf files with contents of
> varying font and font sizes
> in java.Is there any apis avilable

FOP, Jasper Reports


Regards, Lothar
--
Lothar Kimmeringer E-Mail: spamfang(a)kimmeringer.de
PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)

Always remember: The answer is forty-two, there can only be wrong
questions!
From: Arne Vajhøj on
On 14-01-2010 18:30, Lothar Kimmeringer wrote:
> Ranjith wrote:
>> Can anybody tell me a way to produce pdf files with contents of
>> varying font and font sizes
>> in java.Is there any apis avilable
>
> FOP, Jasper Reports

Jasper Reports is a very practical solution for
most cases.

Arne