Deutsches LiveCode Wiki
Advertisement

Defines a target for an internal hyperlink within a PDF document.Syntax:

print anchor <anchorName> at <anchorPoint>

Examples:

print anchor "section 1.1" at 50,50
print anchor tAnchor at x,y

Use the print anchor command to define a target for an internal hyperlink within a pdf created using open printing to pdf.

The print anchor command defines a target for an internal hyperlink in a PDF file created using the open printing to pdf command.

The name parameter is a label used to identify the anchor in related print link commands, and anchorPoint is the location on the current page to which any such link should jump.

Parameters:

  • anchorName: A label used to identify the anchor
  • anchorPoint: An x,y coordinate pair

See also: open printing to pdf (command),cancel printing (command),

Advertisement