#x27;Paulo Soares'; Richard Damien (AXEN);
> [EMAIL PROTECTED]
> Subject: RE: [iText-questions] Error with Acrobat Approval 5
>
> ok, I call dispose() now and it seems to runs well.
> What does this method do ?
>
> Thank you very much !
>
> -Original
Title: RE: [iText-questions] Error with Acrobat Approval 5
ok, I call dispose() now and it seems to runs well.
What does this method do ?
Thank you very much !
-Original Message-
From: Paulo Soares [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, 30 January, 2003 17:44
To
t; To: 'Paulo Soares'; Richard Damien (AXEN);
> [EMAIL PROTECTED]
> Subject: RE: [iText-questions] Error with Acrobat Approval 5
>
> In fact, I don't use a PDFGraphics2D
>
> I use a Graphics2D created by "PDFContentByte.createGraphics"
>
> --
Title: RE: [iText-questions] Error with Acrobat Approval 5
In fact, I don't use a PDFGraphics2D
I use a Graphics2D created by "PDFContentByte.createGraphics"
-Original Message-
From: Paulo Soares [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, 30 January, 2003 17:36
T
Did you call dispose() on the PdfGraphics2D?
Best Regards,
Paulo Soares
> -Original Message-
> From: Richard Damien (AXEN) [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 16:25
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Error with Acr
Title: Error with Acrobat Approval 5
Hello,
here is my problem :
I read an exisitng PDF file, I copy each page in a new document and I create a Graphics2D for
these pages. Then the graphics appears always over the inital content.
Everything runs well, and my new pdf is well saved.
But wh