How can I remove leading spaces?
i have 40 page pdf , used form wizard generate fields me. noticed of fields have leading spaces in name. these fields cannot used via doc.getfield(name) syntax. returns null.
if manually rename field , remove leading space works, take long time. there way programmatically refer field leading space in name? perhaps sort of escape character space? or can refer field index instead of name? (for example, can use doc.getnthfieldname(index) returns name (with leading space). if have doc.getnthfield(index) work too)
thanks in advance.
a question! leading space in generated form field names bug if afterwards keeps getting field name (which method?).
i have made action in javascript loop through generated form fields , delete junk except 2 signature fields intentional.
afterwards, have manually delete fields have leading space in generated name.
please fix.
More discussions in PDF Forms
adobe
Comments
Post a Comment