Copy link to clipboard
Copied
Good evening,
I'm writing data from EXCEL to a PDF with formfields. NUMBERS are fine but STRINGS are not acceptet.
Dim AcroExchApp As Acrobat.CAcroApp
Dim AcroExchAVDoc As Acrobat.CAcroAVDoc
Dim AcroExchPDDoc As Acrobat.CAcroPDDoc
Set AcroExchApp = CreateObject("AcroExch.App")
Set AcroExchAVDoc = CreateObject("AcroExch.AVDoc")
Set jso = AcroExchPDDoc.GetJSObject
jso.getField("Text1").Value = text1
If text1 is "1" it works
If text1 is "ABC" I get the error '13'
Someone can help me on this topic ?
Copy link to clipboard
Copied
Not entirely sure how this connects to Enterprise Deployment. Is this part of your deployment/install/update procedure?
Copy link to clipboard
Copied
May be that the field accepts only numeric values.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now