You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

AttributeUsageAllowable ValuesDescription
TypeRequiredAllowable Values: PhysicalRef, NamedDestination
  • Type of page for page references indicated in the PageRefs attribute
  • Business Rule: When Type="NamedDestination", NamedDestinations have to be created within the PDF document to be able to link to them via a hyperlink.
PageRefsOptional

Text

Sample: "17 20 32"

List of PDF pages, separated by spaces
FirstPage

Conditional

Required if PageRefs is not provided

Integer

First page in a range of pages. Note that the way to indicate the range of pages depends on the associated Type attribute provided.

LastPage

Conditional

Required if PageRefs is not provided

Integer

Last page in a range of pages. Note that the way to indicate the range of pages depends on the associated Type attribute provided.

TitleOptionalTextAlternative label to provide a more specific and descriptive reference to a page link.
  • No labels