Questions tagged [fdfgen]

5 questions
2
votes
1 answer

How to select radio buttons using fdfgen and pdftk?

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
vote
0 answers

Understanding a traceback error [ DJANGO / PYTHON ]

I am trying to understand a traceback error. See below. What im doing is Manipulating PDF Form Fields with Python. Im using pdftk and fdfgen, just Manipulating PDF Form Fields with Python im following this example…
J.Smith
  • 11
  • 1
1
vote
1 answer

forge_fdf checkbox exception

The following works fine if I only fill in the fields of the PDF (i.e. the boolean_a field is an empty list). But if I add entries to the list for checkboxes, I get the exception given below.: field_a = [[b'Date Prepared', 'October 30,…
0
votes
0 answers

how to set default appearance for pdf form using python?

im trying to set font size and font for a pdf form using python. im currently using fdfgen and pdftk to autofill the form.I have looked around in the fdfgen library and pdftk documentation but could not find any solutions.
koushikmln
  • 648
  • 6
  • 23
0
votes
0 answers

Symbols instead text when fill pdf forms

I would like to to fill pdf forms of pdf file from website: https://e-justice.europa.eu/content_european_payment_order_forms-156-en.do#action The file name is Form A - Application for a European order for payment (click on pdf picture). Lets say I…
Mislav
  • 1,533
  • 16
  • 37