Pdf with hyperlink

If you are a VFP developer and have any questions about using our products from VFP here is the place to post them.
Post Reply
soyicu
Posts: 2
Joined: Thu Apr 28 2016
Location: Soria - Spain
Contact:

Pdf with hyperlink

Post by soyicu »

Hi,
i want to know if it is possible to do a hyperlinks with pdf converter.

i have a report with this estructure

Reference Description
Ref1 Reference1
Ref2 Reference2
Ref3 Reference3
---
---
etc.

i want put an hyperlink in Ref1, Ref2, Ref3

it is possible?
I have a 4.5 version

Thanks.
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Re: Pdf with hyperlink

Post by Jose »

Hi,

I suggest that you look at the SetHyperlinkInternal() method. This method, which is exposed from the document object of CDINTF.dll, creates a hyperlink to a specific location in the same document.

You can find more information about this method from our online documentation (link below)
https://www.amyuni.com/WebHelp/Amyuni_D ... erlink.htm

Thanks
Get PDF Suite, the expert .NET developer toolkit for PDF conversion, creation and editing - www.amyuni.com/pdfsuite
Post Reply