Question
Edit hyperlinks on a pdf doc from VBA
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?
