[iText-questions] Error while watermark pdf file

2010-02-08 Thread Rahul Soni
Hi,   I found the solution to my problem. Actually the version of pdf file is not a problem. I am manipulating my code in the bytearrayoutputstream means i am reading the original file in bytes and then manipulating the bytes in the stamper using ByteArrayOutputstream but instead of that i have

Re: [iText-questions] Error while watermark pdf file

2010-02-07 Thread 1T3XT info
Rahul Soni wrote: > can anyone please tell me why this code is work for some pdf files while > is not stamp into the other pdf files. No, not as long as you don't show us any of the PDFs. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

[iText-questions] Error while watermark pdf file

2010-02-07 Thread Rahul Soni
Hello, Sorry for not properly explaining the question.When i Stamp the pdf file in some pdf files my program will manage to put the stamp in some pdf files while in other pdf file it won't work.I have used simple code like Rectangle rect = pdfReader.getPageSizeWithRotation(i); PdfContentBy

Re: [iText-questions] Error while watermark pdf file

2010-02-05 Thread 1T3XT info
Rahul Soni wrote: > Hello All, > > I have one problem in putting watermark in the pdf file using iText. I > have done that by creating the table which contains the text for > watermark. but i dont know due to some reason i am not able to put the > watermark pragmatically in some pdf files. I a

[iText-questions] Error while watermark pdf file

2010-02-05 Thread Rahul Soni
Hello All, I have one problem in putting watermark in the pdf file using iText. I have done that by creating the table which contains the text for watermark. but i dont know due to some reason i am not able to put the watermark pragmatically in some pdf files. I am dynamically generating waterm