I have a pretty big PDF Form with many yes/no questions. Using pdftk i can
dump_data_fields and see that the fields are set up as:
FieldType: Button
FieldName: Group62
FieldFlags: 49154
FieldJustification: Left
FieldStateOption: 2
FieldStateOption: 3
FieldStateOption: 4
FieldStateOption: 5
FieldStateOption: Choice1
FieldStateOption: Choice2
FieldStateOption: Off
And I want/need them to be set up as
FieldType: Button
FieldName: test-name
FieldFlags: 49152
FieldJustification: Left
FieldStateOption: Off
FieldStateOption: yes
FieldStateOption: no
PDFTK has an update_data method that allows replacing the PDF's meta data
with a text file, but it does not have an update_date_fields method.
What can iText do to output the field data, allow me to manipulate in my
text editor, then import and modify the PDF?
Thanks and br, tom
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples:
http://itextpdf.com/themes/keywords.php