Hallo comunity,
I have a problem. I would add my metadata as keywords into a PDF using VBA. Somebody can help me ? It should be something like this
Sub AddKeyWord () Dim kw, kw1, kw2 as String k1 = "Hallo" k2 = "World" k= k1 & ";" & k2
Rem here is the missing link ... tell the application ACROBAT to add the String "Hello; World" in the Keywordsfield
End Sub