venki srigiri wrote:
> hi Techies,
>
>
> please clarify me on these things..is iText will fulfill following
> things? if yes it would be more help full.
> java
>
> 1.) a document need to be created dynamically.
> 2.) this document will contains header and footer.
> 3.) header inclued
Hello,
While working on some JFreeChart demos, I noticed a bug with
PdfGraphics2D when filling shapes with a cyclic GradientPaint (I use
iText 2.0.2 currently). I found this has already been reported at
SourceForge as bug 1534739. I created a small test app to reproduce the
problem, which f
Hi Everyone,
That version of the document will be a little out of date now. I just
released JFreeChart 0.9.15, so I took a moment to update the instructions
for generating charts in PDF format. You can download the new version from
here:
http://www.jfree.org/jfreechart/jfreechart-0.9.15-PDF.pdf
Hi All,
I'm investigating a bug report from a JFreeChart user who is having
trouble with text alignment in a PDF file created using JFreeChart and
iText. The output is OK on Windows but not quite correct on Linux. I
believe the problem is due to an incorrect result from the
getStringBounds(...)
[Apologies in advance if this post appears twice...the first one seems to
have disappeared.]
Hi All,
I'm investigating a bug report from a JFreeChart user who is having
trouble with text alignment in a PDF file created using JFreeChart and
iText. The output is OK on Windows but not quite correct
Hi,
I've updated the document I wrote earlier this month describing how to create
charts in PDF format using JFreeChart and iText (using the new PdfGraphics2D
class). You can download the latest copy from the JFreeChart project page on
SourceForge:
http://sourceforge.net/projects/jfreechart
I took a look at your example---thanks---and now I have some code that
displays Unicode characters using the Arial Unicode MS font (I don't have the
font you used in your code). I create the DefaultFontMapper object (based on
your code, modified for my font directory on Linux):
DefaultFontMap
On Thursday 18 April 2002 16:07, Paulo Soares wrote:
> > As for Graphic2D:
> > I didn't integrate you free_chart example, but I took
> > an example from the Graphics2D-tutorial by SUN. I think
> > it would be better if David Gilbert puts your example
> > on his
On Wednesday 10 April 2002 17:08, you wrote:
> See http://www.geocities.com/itextpdf/graphics2d-01.zip
Hi Paulo,
I tried Jim's class with JFreeChart this afternoon. It works pretty well.
I'll try your revision later tonight. I have the JFreeChart demo saving
files in PDF format. Once the P
On Tuesday 09 April 2002 18:36, jim moore wrote:
> By the way it now seems to be working very nicely. Just ran it against a
> battery of JFreeCharts (I modified the JFreeChartDemo to write pdf files as
> well as draw in the window) and it basically performed perfectly. The only
> problem I can fin
On Thursday 04 April 2002 12:40, Paulo Soares wrote:
> See http://sourceforge.net/mailarchive/message.php?msg_id=253649.
>
> Best Regards,
> Paulo Soares
Hi Paulo,
JFreeChart can generate SVG via the Batik library. All charts are drawn into
a Graphics2D instance, and the Batik project provides
On Thursday 21 March 2002 08:22, [EMAIL PROTECTED] wrote:
> Quoting Venkatraman Shenoy <[EMAIL PROTECTED]>:
> > I am having a requirement where I have to print a pdf document located on
> > the server. This will be a scheduled process and hence no human
> > interaction. I plan to create this docum
Hi All,
First of all I'd like to say thanks to Bruno and Paul for their excellent
work on iText. I've just released a version of JFreeReport that uses iText
to save reports in PDF format, and it was very, very easy working with iText!
The idea of JFreeReport is to create printed reports based
Hi,
First of all, thanks for all your efforts with iText, it is a really useful
package!
My question is...I want to create a Document instance with the page size and
margins based on a PageFormat object (which I'm retrieving from a page setup
dialog). I've written the following code which s
14 matches
Mail list logo