From text to web via button

To make a button weblink on a newline, use the Button macro:

This is the markup that is rendered below

Below is a button on a new line: ^do(Button, "http://www.acrobatfaq.com/atbref7/index/ExportCodes/ExportCodes-FullListing.html", "TB Export Codes")^

Below is a button on a new line:

TB Export Codes

To make an inline button weblink, use the SpanButton macro:

This is the markup that is rendered below

Here is an inline button weblink: ^do(SpanButton, "http://www.w3schools.com/bootstrap/bootstrap_buttons.asp", "Bootstrap Button Styles", "info")^

Here is an inline button weblink: Bootstrap Button Styles 

You can also make a dedicated download button using the Download macro:

This is the markup that is rendered below

^do(Download, "^do(_BP)^", "Download BoxPress", "BoxPressThemes/bp_512.png")^

Download BoxPress

Macro
Button

Adds a Bootstrap button on a new line

Syntax: href, title, [Bootstrap class], [center|right]

Macro
SpanButton

Adds an inline Bootstrap button

Syntax: href, title, [Bootstrap class]

Macro
Download

Adds a download button (uses Downloads Directory)

Syntax: filename, title, [Bootstrap class], [img]