0

How can I add a clickable link to XpsDocument?

Is it possible?

Mateen Ulhaq
  • 24,552
  • 19
  • 101
  • 135
CSharpered
  • 53
  • 5

1 Answers1

0

XPS supports links, both to locations within the document, as to URLs.

Not sure there's an API in .NET for it, but ours (http://nixps.com) supports it.

nixps
  • 291
  • 1
  • 3
  • This is clear. I meant some code examples of adding, as links disappear on converting flow doc to xps document – CSharpered Jul 01 '10 at 14:55