You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Ilya Sazonov <po...@gmail.com> on 2012/03/19 11:09:18 UTC

Does pdfbox support choice fields with multiple select?

I tried to find it out by exploring the code and it seems, that such
fields are not supported.
To be more specific I looked at PDChoiceField class which has one
method - setValue . And it looks like this method always overrides
previously set values, thus making multiple select impossible.
Did I get it right?