Re: [iText-questions] Mark cell for including signature later

2012-04-17 Thread Alexis Pigeon
Hi vamshi617, On 17 April 2012 20:55, vamshi617 wrote: > Any help is greatly appreciated, Thanks > Please stop hijacking 3-4 years old threads. Create your own, explaining in details what your problem is, and people will be far more likely to help you. Best regards, alexis

Re: [iText-questions] Set Signature at a particular position

2012-04-17 Thread vamshi617
Any help is greatly appreciated, Thanks -- View this message in context: http://itext-general.2136553.n4.nabble.com/Set-Signature-at-a-particular-position-tp2160042p4565726.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Mark cell for including signature later

2012-04-17 Thread vamshi617
Any help is greatly appreciated, Thanks -- View this message in context: http://itext-general.2136553.n4.nabble.com/Mark-cell-for-including-signature-later-tp2160458p4565725.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] Locating Signature Location and append a New Signature

2012-04-17 Thread vamshi617
Any help is greatly appreciated! -- View this message in context: http://itext-general.2136553.n4.nabble.com/Locating-Signature-Location-and-append-a-New-Signature-tp4509324p4565722.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] Question about PDF structure

2012-04-17 Thread iText Info
Op 17/04/2012 19:10, omid schreef: Hi First, I should thankful you because of your helps and guides to me. I have studied 'PDF reference 1.7' completely and I was faced with several questions that I hope you can answer to them. 1. Where place does 'Metadata' stored? In main file(main

[iText-questions] Question about PDF structure

2012-04-17 Thread omid
Hi First, I should thankful you because of your helps and guides to me. I have studied 'PDF reference 1.7' completely and I was faced with several questions that I hope you can answer to them. 1. Where place does 'Metadata' stored? In main file(main content) or another file? 2.

Re: [iText-questions] PDF watermark not displayed at times

2012-04-17 Thread iText Info
Op 17/04/2012 16:41, Sandhya Ann Roy schreef: > if any one else has faced an issue when the PDF watermark will not appear. Watermarks that are added (you see them in the PDF syntax), but that don't appear on the page, are most likely added OUTSIDE the VISIBLE area of the page. Maybe you're assum

Re: [iText-questions] Unbalanced begin/end text operators.

2012-04-17 Thread Henry Cullen
I'm just trying to reproduce the problem but it'll take a while (which is why I was loath to do it). I'll be back H. -Original Message- From: Paulo Soares [mailto:pgpsoa...@gmail.com] Sent: 17 April 2012 15:42 To: Post all your questions about iText here Subject: Re: [iText-question

Re: [iText-questions] Unbalanced begin/end text operators.

2012-04-17 Thread Paulo Soares
PdfPTable, PdfPCell, Paragraph, Phrase or Chunk do not cause that problem, it would be a really bad bug. However, stranger things have happened so, if you post standalone code that we can use to reproduce the problem, we can fix it. Paulo On Tue, Apr 17, 2012 at 3:22 PM, Henry Cullen wrote: > Pe

Re: [iText-questions] PDF watermark not displayed at times

2012-04-17 Thread Sandhya Ann Roy
Thank you Alexis for the fast reply. I agree with you. But with out any change in the environment it started working correctly. that is what is confusing us. I just wanted to know if any one else has faced an issue when the PDF watermark will not appear. Thanks Ann On Tue, Apr 17, 2012 at 10:2

Re: [iText-questions] Unbalanced begin/end text operators.

2012-04-17 Thread Amedee Van Gasse
On Tue, April 17, 2012 16:03, Henry Cullen wrote: > Does anybody have any ideas or pertinent questions about this problem? It may help if you post (part of) your code. - This email was sent using SquirrelMail. "Webmail for nuts!" http://squirrelmail.org

Re: [iText-questions] Unbalanced begin/end text operators.

2012-04-17 Thread Henry Cullen
Perhaps somebody could tell me which classes call beginText() and endText()? Or is this something that is called before and after all Chunks? As I said, I’m not explicitly calling it from anywhere in my code and so it has to be a problem with the PdfPTable, PdfPCell, Paragraph, Phrase or Chun

Re: [iText-questions] PDF watermark not displayed at times

2012-04-17 Thread Alexis Pigeon
Hi Ann, On 17 April 2012 16:05, Sandhya Ann Roy wrote: > Hi All, > > Our system puts watermark on some existing PDF using IText. We are using > Itext5.0.6 (c) jar and our server is WAS 6.1. We have one development > server , integration server and QA server. In QA server for a long duration > t

Re: [iText-questions] Unbalanced begin/end text operators.

2012-04-17 Thread Alexis Pigeon
Hi Henry, On 17 April 2012 16:03, Henry Cullen wrote: > Does anybody have any ideas or pertinent questions about this problem? > I fear nobody will be able to provide a better feedback than Paulo's, unless you provide a standalone example to help us reproduce the problem. Without this kind of i

[iText-questions] PDF watermark not displayed at times

2012-04-17 Thread Sandhya Ann Roy
Hi All, Our system puts watermark on some existing PDF using IText. We are using Itext5.0.6 (c) jar and our server is WAS 6.1. We have one development server , integration server and QA server. In QA server for a long duration the PDFs were not showing the watermark. But after some time the water

Re: [iText-questions] Unbalanced begin/end text operators.

2012-04-17 Thread Henry Cullen
Does anybody have any ideas or pertinent questions about this problem? H. -Original Message- From: Paulo Soares [mailto:pgpsoa...@gmail.com] Sent: 17 April 2012 12:25 To: Post all your questions about iText here Subject: Re: [iText-questions] Unbalanced begin/end text operators. It's as

Re: [iText-questions] Unbalanced begin/end text operators.

2012-04-17 Thread Paulo Soares
It's as helpful as a guess can be. I've no idea what you are doing. Paulo On Tue, Apr 17, 2012 at 12:13 PM, Henry Cullen wrote: > Thank you, but that's not very helpful! > > At no stage have I invoked beginText(), therefore I cannot see the need to > endText(). > > H > > -Original Message---

Re: [iText-questions] Unbalanced begin/end text operators.

2012-04-17 Thread Henry Cullen
Thank you, but that's not very helpful! At no stage have I invoked beginText(), therefore I cannot see the need to endText(). H -Original Message- From: Paulo Soares [mailto:pgpsoa...@gmail.com] Sent: 17 April 2012 11:58 To: Post all your questions about iText here Subject: Re: [iText-q

Re: [iText-questions] issues in migration from itext 1.4.8 to itext 5.2.1

2012-04-17 Thread Paulo Soares
On Tue, Apr 17, 2012 at 11:52 AM, amandeep wrote: > Hi, > > We are planning to migrate from itext 1.4.8 to itext 5.2.1.This will need > code change . > We are facing some issues like- > > The below lines of Code are showing error- > myFont.setColor(Color.BLACK); > > Will using > > myFont.setColor(

Re: [iText-questions] Unbalanced begin/end text operators.

2012-04-17 Thread Paulo Soares
You have a beginText() without an endText(), or vice versa, in a PdfContentByte or PdfTemplate. Paulo On Tue, Apr 17, 2012 at 11:20 AM, Henry Cullen wrote: > I continue to get this error which appears to occur when the document wants > to break to the second page. > > > > I’ve searched high and

[iText-questions] issues in migration from itext 1.4.8 to itext 5.2.1

2012-04-17 Thread amandeep
Hi, We are planning to migrate from itext 1.4.8 to itext 5.2.1.This will need code change . We are facing some issues like- The below lines of Code are showing error- myFont.setColor(Color.BLACK); Will using myFont.setColor(BaseColor.BLACK); make any difference? Also what should be the subst

[iText-questions] [SPAM] Re: signature with readonly mark field

2012-04-17 Thread mkl
David, david wrote > Here the documents. I just had the time to inspect your documents. I was not sure what you meant by "a pdf with a field mark as read only after signing". In your document FormulaireWithRO.pdf I now see that that means that the empty signature field "Signature1" has a /Lock e