Search code examples
c#javascriptpdfhovertooltip

Is hover possible in PDF?


I have requirement in which we need to convert html to pdf . Html has track change detail like underline for insertion and strike for deletion. After pdf conversion when the user hover over any of the track changed text he should be able to view the username who has done the change.We are using Aspose dll for html to pdf conversion.

Am inputs would be a great help.


Solution

  • Is this possible in PDF? Yes, it is.

    Some examples:

    Is this possible with Aspose? I have no idea; I'm mr. iText, not mr. Aspose ;-)

    Edit: Link rot is a thing and posting answers that only containing external sources is always a bad idea. It would be a good idea to include an example of how to do it.