Hi,

I´m adding under, because I need it as a watermark. I don´t have anything over it (editing the pdf in Acrobat Professional and selecting the objects, I´m sure there is nothing over). But I also tried setting it over the content.The pdf was generated using Livecycle designer 8.

Thank you


From: "Bruno Lowagie (iText)" <[EMAIL PROTECTED]>
Reply-To: Post all your questions about iText here <[email protected]> To: Post all your questions about iText here <[email protected]>
Subject: Re: [iText-questions] xfa and iText
Date: Fri, 09 Feb 2007 12:19:10 +0100

Sérgio Oliveira wrote:
> obj
> <</CropBox[0.0 0.0 612.0 792.0]/Parent 17 0 R/Contents 26 0 R/Rotate
> 0/MediaBox[0.0 0.0 612.0 792.0]/Resources<</Font<</T1_0 34 0
> 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, 2); -> I tried diferent values here...
>            under.ShowText("XXX" + i);
>            under.EndText();

Why do you add the content UNDER the existing content?
Maybe your text isn't showing because it is covered
by another object (an image, a rectangle).

If you're a newbie, I also don't understand why you
are using setTextMatrix/showText instead of the
showTextAligned method?

br,
Bruno

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to