Re: [iText-questions] regarding MS Word creation with itext

2009-10-15 Thread David Gilbert
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

[iText-questions] Bug 1534739 - Cyclic GradientPaint

2007-05-09 Thread David Gilbert
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

Re: [iText-questions] Jfreechart + itext

2003-12-01 Thread David Gilbert
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

[iText-questions] PdfGraphics2D/getStringBounds problem

2003-10-25 Thread David Gilbert
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(...)

[iText-questions] PdfGraphics2D/getStringBounds problem...

2003-10-24 Thread David Gilbert
[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

[iText-questions] Charts to PDF...

2002-05-28 Thread David Gilbert
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

Re: [iText-questions] Charts to PDF...

2002-05-10 Thread David Gilbert
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

Re: [iText-questions] submitting forms

2002-04-18 Thread David Gilbert
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

[iText-questions] RE: PdfGraphics2D class

2002-04-10 Thread David Gilbert
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

Re: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-10 Thread David Gilbert
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

Re: [iText-questions] generating graphs

2002-04-05 Thread David Gilbert
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

Re: [iText-questions] Printing a pdf document on server side

2002-03-21 Thread David Gilbert
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

[iText-questions] JFreeReport now using iText

2002-03-11 Thread David Gilbert
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

[iText-questions] Document constructor

2002-02-27 Thread David Gilbert
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