Re: [iText-questions] Problem with add PdfFormField and print

2012-11-11 Thread 1T3XT BVBA
On 11/11/2012 12:10, yotamv wrote: > if the option > to create text field using PdfFormField.createTextField() exist, > there must be some explanation to my problem. Of course, there's an explanation! Actually you've given the explanation yourself: you can't afford spending time to learn more abo

Re: [iText-questions] Problem with add PdfFormField and print

2012-11-11 Thread yotamv
Don't have to be so cynic... Can you write to my boss and convince him to buy this book? If not, than I guess asking the forum is cheaper for me ;-) Thanks for you answer, I will look it up, although, wiser or not, if the option to create text field using PdfFormField.createTextField() exist, th

Re: [iText-questions] Problem with add PdfFormField and print

2012-11-11 Thread 1T3XT BVBA
On 11/11/2012 10:56, yotamv wrote: > I really hope you can help me, I'm struggling with this for a long time. Well, the documentation states that you can create a text field using PdfFormField.createTextField(), but that it's wiser to use the TextField class: http://itextpdf.com/examples/iia.php?

[iText-questions] Problem with add PdfFormField and print

2012-11-11 Thread yotamv
Hi all, I have a problem with adding a PdfFormField to pages. The filed is added but is not visible while opening the page nor it is being printed. Here is the code for adding a field for each page of an existing pdf file: for (int p = 1; p <= totalPages; p++) { field = PdfFormField.creat