Re: [iText-questions] xfa and iText

2007-02-09 Thread S�rgio Oliveira
you From: "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> Reply-To: Post all your questions about iText here To: Post all your questions about iText here Subject: Re: [iText-questions] xfa and iText Date: Fri, 09 Feb 2007 12:19:10 +0100 Sérgio Oliveira wrote: > obj > <

Re: [iText-questions] xfa and iText

2007-02-09 Thread Bruno Lowagie (iText)
Sérgio Oliveira wrote: > obj > < 0/MediaBox[0.0 0.0 612.0 792.0]/Resources< R>>/ProcSet[/PDF/Text]>>/Type/Page>> > endobj Looks good. > I´m using: > under = stamper.GetUnderContent(i); >under.BeginText(); >under.SetFontAndSize(bf6, 20); >under.SetTextMatrix(2,

Re: [iText-questions] xfa and iText

2007-02-09 Thread S�rgio Oliveira
our questions about iText here Subject: Re: [iText-questions] xfa and iText Date: Thu, 08 Feb 2007 15:57:50 +0100 Sérgio Oliveira wrote: > Hi, > > I thought pdf stamper would work too, but Im not being able to use it. > If I try to stamp some text on it, the pdf file will increae, but I >

Re: [iText-questions] xfa and iText

2007-02-08 Thread Bruno Lowagie (iText)
Sérgio Oliveira wrote: > Hi, > > I thought pdf stamper would work too, but Im not being able to use it. > If I try to stamp some text on it, the pdf file will increae, but I > can´t see any text. Is there some special concern I would have to consider? We've had a similar issue a while ago: the

Re: [iText-questions] xfa and iText

2007-02-08 Thread S�rgio Oliveira
st all your questions about iText here To: Post all your questions about iText here Subject: Re: [iText-questions] xfa and iText Date: Wed, 07 Feb 2007 19:02:03 +0100 Sérgio Oliveira wrote: > Hi, > > What can be done in a xfa document using iText? I know it is possible to > merge

Re: [iText-questions] xfa and iText

2007-02-07 Thread Bruno Lowagie
Sérgio Oliveira wrote: > Hi, > > What can be done in a xfa document using iText? I know it is possible to > merge data, but I would like to know if it is possible to create a watermark > or some text stream. The general PdfStamper functionality with getUnderContent and getOverContent will work.