Skip to main content
daitranthanhoa
Inspiring
July 11, 2016
Question

How get all file name of Destination of Cross Reference by Indesign SDK

  • July 11, 2016
  • 0 replies
  • 168 views

          This is my code get all file name of Destination of Cross Reference by COM.

           iHyperlinkNum = oDoc.Hyperlinks.Count

            For iHyperlink = 1 To iHyperlinkNum

            Try

                    Sun strFullName = oDoc.Hyperlinks (iHyperlink) .Destination.Parent.FullName

                     dctCrossLink.Add (strFullName, strFullName)                     

                Catch ex As Exception

              End Try

            Next

Can i get all file name of Destination of Cross Reference by Indesign SDK?

Please give a advide.

Thanks.

This topic has been closed for replies.