Re: [iText-questions] problem with Watermark

2007-11-08 Thread Saladin Sharif
cs.csus.edu/~sharifs ** - Original Message From: Tobias Meier <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Thursday, November 8, 2007 1:43:10 AM Subject: Re: [iText-questions] problem with Watermark Hi Saladin, i have written a method which adds wate

Re: [iText-questions] problem with Watermark

2007-11-08 Thread Saladin Sharif
://gaia.ecs.csus.edu/~sharifs ** - Original Message From: Tobias Meier <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Thursday, November 8, 2007 1:43:10 AM Subject: Re: [iText-questions] problem with Wate

Re: [iText-questions] problem with Watermark

2007-11-08 Thread Paulo Soares
> Subject: [iText-questions] problem with Watermark > > Hi, > I am relatively new to iText. I have spent several hours > reading up on iText. I am currently trying to upgrade our > current application from using an old version of iText > (version 1.02b) to the latest rele

Re: [iText-questions] problem with Watermark

2007-11-08 Thread Tobias Meier
Hi Saladin, i have written a method which adds watermarks to all the pages of an PDF. Here's the code: public void addWatermark(String text, WatermarkInfoDTO info, boolean formFlattening){                 this.stamper.setFormFlattening(formFlattening);                     int numberOfPages = this

[iText-questions] problem with Watermark

2007-11-07 Thread Saladin Sharif
Hi, I am relatively new to iText. I have spent several hours reading up on iText. I am currently trying to upgrade our current application from using an old version of iText (version 1.02b) to the latest release of iText. So I downloaded iText version 2.0.6, and I replaced the old iText in th

RE: [iText-questions] Problem with watermark

2003-12-17 Thread Kuldeep Kataria
e- > > From: [EMAIL PROTECTED] > [SMTP:[EMAIL PROTECTED] > On Behalf Of Kuldeep Kataria > > Sent: Tuesday, December 16, 2003 23:24 > > To: [EMAIL PROTECTED] > > Subject:[iText-questions] Problem with watermark > > > > Hi Guys, > > I am

RE: [iText-questions] Problem with watermark

2003-12-17 Thread Paulo Soares
Title: RE: [iText-questions] Problem with watermark Lower the template box to account for the descenders: wmTemplate.setBoundingBox(new Rectangle(0, -20, 500, 200)); Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of

[iText-questions] Problem with watermark

2003-12-16 Thread Kuldeep Kataria
Hi Guys, I am having problems with watermark. I am creating tepmplate for watermwark. It appears right but it is chopping off little bit from the bottom like if I print "Testing for the Report" then g and p get chopped off little bit from the bottom. rest looks ok. Here is the code. Please give you

RE: [iText-questions] Problem with Watermark & Table/Cell Border

2003-11-11 Thread Paulo Soares
CTED] [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, November 11, 2003 4:35 > To: [EMAIL PROTECTED] > Subject: RE: [iText-questions] Problem with Watermark & Table/Cell > Border > > Hi Paulo, > > I did that, but it didn't really work that well either when I use

RE: [iText-questions] Problem with Watermark & Table/Cell Border

2003-11-10 Thread Paulo Soares
3:38 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Problem with Watermark & Table/Cell Border > > Hi, > > I hope that someone can help me on this. I want to generate a PDF using > itext that contains a table with borders and has a > background-image/watermark. It

[iText-questions] Problem with Watermark & Table/Cell Border

2003-11-10 Thread Benjamin Bohlmann
Hi, I hope that someone can help me on this. I want to generate a PDF using itext that contains a table with borders and has a background-image/watermark. It works fine as long as the table isn't above the watermark. In that case the part of the table border that is supposed to be above the ima