I have a pdf that has a field with javascript that concatenates two other fields into it. When using pdf-lib and using setText for the two other fields, the field with javascript doesn't get triggered to update itself. How do I do that programmatically?
Additionally, I have a barcode that needs to be triggered to load from the values that I have loaded on my form. I am assuming that I would be able to trigger that event in the same manner.
Any help would be greatly appreciated.