Links

<< Click to Display Table of Contents >>

Navigation:  EasyPDFMaker documentation > Getting started > Step by Step > Working with PDF file >

Links

Previous pageReturn to chapter overviewNext page

To add external or internal links, use the following syntax:

 

 dd.AddText('google', '"link": "http://google.com"')

 dd.AddText('Go to page 2', '"linkToPage": 2')

 

 

[=== compare with pdfmake:

{text: 'google', link: 'http://google.com'}

{text:'Go to page 2', linkToPage: 2}

===]