Generate fdf reverses order of field label and field value
Fdf files created by the pdftk snap on Linux Mint 19.3 order the value of fields and the text label of fields as:
/V ()
/T ()
pdftk-java orders these lines like so:
/T ()
/V ()
Fdf files created by the pdftk snap on Linux Mint 19.3 order the value of fields and the text label of fields as:
/V ()
/T ()
pdftk-java orders these lines like so:
/T ()
/V ()