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
> <
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,
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
>
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
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
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.