Andy Schaff wrote:
> How can I implement these tags in an AcroField (Text Field)? Does the
> field have to be set to Rich Text?
I looked at it this morning, and decided it would take
too much time for me to do it. Adding the right keys
isn't difficult, but creating the appearance isn't simple
(al
On 2/9/07, Bruno Lowagie (iText) <[EMAIL PROTECTED]> wrote:
Andy Schaff wrote:
> I'm dynamically creating PDFs in Java, and am using a marked-up PDF. I
> have a lot of text field AcroFields.
The RichText flag and RV entry when creating AcroFields are currently
not supported in iText. Of course
Andy Schaff wrote:
> I'm dynamically creating PDFs in Java, and am using a marked-up PDF. I
> have a lot of text field AcroFields.
The RichText flag and RV entry when creating AcroFields are currently
not supported in iText. Of course it's always possible to create your
own field dictionary wit
I'm dynamically creating PDFs in Java, and am using a marked-up PDF. I have
a lot of text field AcroFields.
I need to be able to do some custom formating inside of these fields,
including the ability to bold certain lines of text, indent, etc. I am able
to set the field's properties so it is usin