Re: [iText-questions] error Writer.directContent

2010-09-07 Thread ff441
Merci Beaucoup !!! I understand now why I blocked. Maybe that should be usefull for anyboby. So the great code is : Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Dim doc1 As New Document 'use a variable to let my code fit

Re: [iText-questions] error Writer.directContent

2010-09-07 Thread 1T3XT info
On 6/09/2010 12:45, ff441 wrote: > > Hi, > > I would like to add a text with pdfcontentbyte. > > This is my code : > > > Protected Sub Button1_Click(ByVal sender As Object, ByVal e As > System.EventArgs) > > Dim doc1 As New Document > > > 'use a variable to let my code fit across

[iText-questions] error Writer.directContent

2010-09-06 Thread ff441
Hi, I would like to add a text with pdfcontentbyte. This is my code : Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Dim doc1 As New Document 'use a variable to let my code fit across the page... Dim path As Str