Skip to main content
Participant
December 19, 2023
Question

Edit hyperlinks on a pdf doc from VBA

  • December 19, 2023
  • 1 reply
  • 990 views

Using VBA I would like to edit the hyperlinks on a pdf document. I can access the pdf document and get the AcroPDAnnot with GetSubType = "Link" but where to from here. How do I access/edit the actual hyperlink address?

This topic has been closed for replies.

1 reply

Bernd Alheit
Community Expert
Community Expert
December 19, 2023

What API of Acrobat does you use?

FEMS02Author
Participant
December 19, 2023

Hi Bernd, I'm using Excel VBA with the Adobe Acrobat 10.0 Type Library.

Bernd Alheit
Community Expert
Community Expert
December 20, 2023

May be not possible with this API.