2

How to select radio buttons using fdfgen and pdftk?

https://github.com/ccnmtl/fdfgen

I have tried using the values True, 'true', 1, 'On', 'on', 'Yes', 'Selected'

JV.
  • 2,658
  • 4
  • 24
  • 36

1 Answers1

-1

If you have acces to Adobe Acrobat Pro, open your PDF and clic on Forms > Edit (In the menu on the left).

Left clic on your radio button, Properties > Options. The "Export Value" is the value you must give your field when populating your form.

g_marchildon
  • 181
  • 1
  • 9
  • no access to acrobat pro. doing it with libreoffice, fdfgen and pdftk programatically – JV. May 18 '16 at 06:31
  • this didnt worked for me. I use the Export Value within the pdftk command to fill out a form and it doesn't pick any of the radio buttons in the form. What elses can be done for this?? – gadget00 Apr 13 '18 at 15:24