[iText-questions] watermark appears under content

2009-08-06 Thread Ethan Phoenix
Hi! I am using a code that i found online to write a text watermark..but some of my watermark text that falls on top of the pdftable appears under that table..is there a way to make it appear on top of the table? Thanks! _ Express y

[iText-questions] PDF Rotation and resetting page rotation to zero

2009-08-06 Thread BSmith
I am using the following to rotate certain PDFs 90 degrees: reader.getPageN(i).put(PdfName.ROTATE, new PdfNumber(90)); However, the resulting page now has its pageRotation equalling "90". Since I am "fixing" the doc I would like the new PDF page to be equal to "0". Is there a way to rotate

Re: [iText-questions] Need help

2009-08-06 Thread Jignesh Patel
Thanks you all very much. I looked at the example given at http://1t3xt.be/?X115 and with some minor addition like reader.selectPages("o"); I could accomplish what I needed. May you all have a blessed day. Sincerely JJ > Date: Thu, 6 Aug 2009 16:39:49 +0200 > From: i...@1t3xt.in

Re: [iText-questions] Need help

2009-08-06 Thread 1T3XT info
Jignesh Patel wrote: > I am trying to achieve the following: > I have an exisitng pdf with acroform. > This pdf has 2 pages. > In certain conditions, I need to copy the first page including the > acroform and then insert it in second position so that the newly > created/copied page becomes the se

[iText-questions] Need help

2009-08-06 Thread Jignesh Patel
Hello All, I am new to the subject of manipulating existing pdfdocuments. I am trying to achieve the following: I have an exisitng pdf with acroform. This pdf has 2 pages. In certain conditions, I need to copy the first page including the acroform and then insert it in second position so

Re: [iText-questions] Illegal operation 'Tm' outside a text object using DirectUnderContent

2009-08-06 Thread 1T3XT info
swati jain wrote: > Hi Paulo, > > i corrected the prob.,issue got resolved but > code not working as required > its not printing Page # of ... # is missing Of course not, did you read your own code? You aren't writing the total number of pages! > Pls suggest me what to do? I suggest that you

Re: [iText-questions] Illegal operation 'Tm' outside a text object using DirectUnderContent

2009-08-06 Thread swati jain
Hi Paulo, i corrected the prob.,issue got resolved but code not working as required its not printing Page # of ... # is missing Pls suggest me what to do? Paulo Soares-3 wrote: > > For each EndText() you must have a BeginText(). > > Paulo > > - Original Message - > From: "swati

Re: [iText-questions] Adobe 9 complaining about PDF/A where as Adobe 8not

2009-08-06 Thread Paulo Soares
If it's fixed in iText it's fixed in iTextSharp. Are you embedding the signature appearance font? What exactly is Acrobat 9 complaining about? Paulo - Original Message - From: "faisal raza" To: Sent: Thursday, August 06, 2009 10:36 AM Subject: [iText-questions] Adobe 9 complaining abo

[iText-questions] Adobe 9 complaining about PDF/A where as Adobe 8 not

2009-08-06 Thread faisal raza
Hi, I am using latest itextsharp-4.1.6 and signing a PDF using it and after signing the PDF/a compliancy was removed according to Adobe 9 but Adobe 8 confirms the PDF/A compliancy. During the investigation I find that this was a know issue in previous itextsharp versions. Please let me know that if

Re: [iText-questions] Illegal operation 'Tm' outside a text object using DirectUnderContent

2009-08-06 Thread Paulo Soares
For each EndText() you must have a BeginText(). Paulo - Original Message - From: "swati jain" To: Sent: Thursday, August 06, 2009 10:11 AM Subject: Re: [iText-questions] Illegal operation 'Tm' outside a text object using DirectUnderContent Hi all, I am having same prob while print

Re: [iText-questions] possible bug in PdfReader for encrypted pfds

2009-08-06 Thread Paulo Soares
Reply to the mailing list, not directly to me. Post a link to the PDF and we'll see where the defect is. Paulo - Original Message - From: To: "Paulo Soares" Sent: Wednesday, August 05, 2009 7:34 PM Subject: Re: Re: [iText-questions] possible bug in PdfReader for encrypted pfds > Than

Re: [iText-questions] Illegal operation 'Tm' outside a text object using DirectUnderContent

2009-08-06 Thread swati jain
Hi all, I am having same prob while printing pg # of # on pdf doc. Pls tell me whats going wrong with following code public override void OnEndPage(PdfWriter writer, Document document) { base.OnStartPage(writer, document); Phrase header = new Phrase(" THIS IS HEADER PART OF THIS PDF "