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.
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.
Share Improve this question edited Jan 7, 2013 at 14:21 Divesh Salian asked Jan 7, 2013 at 13:02 Divesh SalianDivesh Salian 1,45517 silver badges31 bronze badges 1- I do know that you can hover over items on a PDF with alt-text. However, I do not know how to do that through code. – Anonymous Commented Jan 7, 2013 at 13:32
1 Answer
Reset to default 5Is this possible in PDF? Yes, it is.
Some examples:
- http://examples.itextpdf./results/part2/chapter07/movie_posters_2.pdf
- http://examples.itextpdf./results/part2/chapter07/calculator.pdf
- http://examples.itextpdf./results/part2/chapter07/timetable_help.pdf
- browse the examples of chapter 7 of my book for more...
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.