-
Notifications
You must be signed in to change notification settings - Fork 132
Description
There are a lot of institutions using comb-style Forms where each letter has a specific spacing with a vertical line between each character.
That can look like this

It would be cool if these were properly supported, which is possible thanks to the "comb" option:
comb: (Boolean; only for type=textfield; PDF 1.5) If true and the multiline, fileselect, and password op-
tions are false, and the maxchar option has been supplied with an integer value, the field will be divided
into a number of equidistant subfields (according to the maxchar option) for individual characters. De-
fault: false
Source: pdflib reference
Here's an example file with those comb forms:
I know this would be a big issue to solve, but if it were solved, I think a PDF Editor with this library would change a lot how we deal with forms by the tax agency etc.