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

2002-04-11 Thread Paulo Soares
> -Original Message- > From: Kevin Galligan [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, April 11, 2002 3:52 > To: 'Jeremy Bowman'; [EMAIL PROTECTED] > Subject: RE: PdfGraphics2D class (RE: [iText-questions] generating > graphs ) > > I think you&

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

2002-04-10 Thread Kevin Galligan
have to modify the PdfContentByte code to print the pdf doc without encryption. -Kevin > -Original Message- > From: Jeremy Bowman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 10:26 PM > To: [EMAIL PROTECTED] > Subject: Re: PdfGraphics2D class (RE: [iText-questions]

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

2002-04-10 Thread Jeremy Bowman
Wow, there was a lot of discussion on this today...I'll just throw out some responses to points Jim made in case any of it is useful: > Right now, though the drawing target has changed to a template, the rest is > still based around a document and writer (required in constructor). Maybe it > mak

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

2002-04-10 Thread psoares33
ra: 'jim moore' <[EMAIL PROTECTED]>, Jeremy Bowman <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > Assunto: RE: PdfGraphics2D class (RE: [iText-questions] generating graphs > ) > > > > > -Original Message- > > From: jim moore [ma

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

2002-04-10 Thread Kevin Galligan
> -Original Message- > From: jim moore [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 11:32 AM > To: Jeremy Bowman; [EMAIL PROTECTED] > Subject: Re: PdfGraphics2D class (RE: [iText-questions] generating > graphs) > > > > Some quick points of

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

2002-04-10 Thread jim moore
> Some quick points of comparison on the 2 pieces of code so far: > - My code uses a PdfTemplate as the basis of the Graphics context; I think > this is a more flexible solution than writing directly to a PdfContentByte > obtained from the PdfWriter, since the template can then be used in multiple

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

2002-04-10 Thread Kevin Galligan
D]' Subject: RE: PdfGraphics2D class (RE: [iText-questions] generating graphs ) I've been holding this close to my chest for a while now, but since others are working on it, here goes. I wrote this Graphics2D for pdflib, but we recently switched to iText, so I mapped it to PdfContentByte. The

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

2002-04-10 Thread Kevin Galligan
'm including an example of the output. Hope this helps. -Kevin -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 6:46 AM To: 'jim moore'; 'Jeremy Bowman'; [EMAIL PROTECTED] Subject: RE: PdfGraphics2D class

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

2002-04-10 Thread Paulo Soares
> -Original Message- > From: jim moore [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 18:36 > To: Paulo Soares; 'Jeremy Bowman'; [EMAIL PROTECTED] > Subject: Re: PdfGraphics2D class (RE: [iText-questions] generating > graphs) > > To a

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

2002-04-10 Thread Paulo Soares
> -Original Message- > From: Jeremy Bowman [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, April 10, 2002 7:11 > To: [EMAIL PROTECTED] > Subject: Re: PdfGraphics2D class (RE: [iText-questions] generating > graphs) > > Your code is in more usable shape t

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: PdfGraphics2D class (RE: [iText-questions] generating graphs)

2002-04-09 Thread jim moore
To anyone following this thread, there is a small bug in the getTransform method. I was returning the transform directly, but I'm supposed to return a copy. I'm attaching an update copy of the file, but if you want to make the changes yourself, change it to: /** * @see Graphics2D#getTransform() *

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

2002-04-09 Thread Paulo Soares
I received a contribution by Jim Moore towards the same goal that I'm attaching. Can you post your code? Best Regards, Paulo Soares <> > -Original Message- > From: Jeremy Bowman [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 2:19 > To: [EMAIL PROTECTED] > Subject: PdfGr