views:

21

answers:

0

Hello, experts!

I have Pdf file that contains acroforms which is made by Window's Acrobat program. I need to write Rich Text including Bold text and lists in that acroforms. How can I do it using Java's IText library? I should mention that forms should be flattened(Read only behaviour is also alowed). Maybe somebody has a working example?

The ideal variant is to get rich text template from an acrofield, modify it and put it back.

If Itext can't handle rich text acroforms, what is the best variant to implement such a behaviour? Maybe it is possible to place an Itext's Paragraph object directly to the same place where acrofield exist.