Leonard Rosenthol wrote:
> Of course it doesn't draw - it has no appearance (/AP). Acrobat/Reader is
> correct - your PDF is wrong.
>
> I am GUESSING that for some reason iTextSharp isn't generating an appearance
> for the read_only field...Check the code.
OK, I had a look at the inside of th
Kevin Brown wrote:
> case "password":
> case "textbox":
> tp = cb.CreateAppearance(urx - llx, ury - lly);
> da = (PdfAppearance)tp.Duplicate;
> field = PdfFormField.CreateTextField(writer, false, false, 0);
> field.SetWidget(new iTextSharp.text.Rectangle(llx, lly, urx, ury),
> PdfA
o:kevin.br...@xportability.com]
Sent: Tuesday, February 24, 2009 8:20 PM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] Cannot get Readonly Field to display
All:
We are using the latest version of iTextSharp and have an issue that is
perplexing us. We are generating an Acr
All:
We are using the latest version of iTextSharp and have an issue that is
perplexing us. We are generating an Acroform with some fields ... all kinds
of fields. See attached example of one sample generated PDF.
The problem exists only in fields marked as "read only" and further the
problem on